Posts

Showing posts with the label Apple quicktime MSI

Apple quicktime MSI

Image
Issues:- 1)        Suppressing the prompt of file associations. 2)        Disable auto updates Type :- MSI Solution :- This application has at least two to three ways of resolving this issues. Possibly one of the application where you might get to enrich your knowledge on packaging. So, here we start . The source provided is a executable file ,i.e. the .EXE  file. This exe file extracts 3 MSIs to the %TEMP% location. The names of these applications are “AppleApplicationSupport.msi” ,  “Quicktime” , “AppleSoftwareUpdate”. The AppleSoftwareUpdate MSI need not be installed when you are making a package. Apple application support MSI needs to be installed before installing the Quicktime.msi. The customization for apple application support msi can be easily customized , without much trouble. For the Quicktime.msi , we need to do certain customizations. On launching the shortcuts, we g...