Follow below link for packaging latest version of Quicktime on Windows 7
http://msiworld.blogspot.com.au/2012/06/re-packaging-apple-quicktime-7728056.html
quicktimeinstaller.exe /quiet /norestart
quicktimeinstaller.exe /quiet /norestart
If you are creating a custom SCCM silent install for Windows 7 you will need to create a package to do the following:
Copy your custom QTPlayerSession.xml to C:\Users\<username>\AppData\Local\Apple Computer\QuickTime
Copy your custom QuickTime.qtp to C:\Users\<username>\AppData\LocalLow\Apple Computer\QuickTime
Delete the string value "FolderPath" in the registry key HKEY_USERS\.DEFAULT\Software\Apple Computer, Inc.\QuickTime\LocalUserPreferences\
Delete the string value "FolderPath" in the registry key HKEY_CURRENT_USER\Software\Apple Computer, Inc.\QuickTime\LocalUserPreferences\
These can all be done using group policy or active setup. Persionally, I used active setup to do this. When you run quicktime for the first time (for each user), the application will automatically create the "FolderPath" value in HKEY_CURRENT_USER if it doesn't exist. It will point to the directory with your custom QuickTime.qtp file (located in the user profile). I tired changing the key to point to a directory in ProgramData but it looks like it has to point to that location in a users profile.
Here is how I did it.
Download the stand alone exe installer From http://www.apple.com/quicktime/download/standalone.html
Delete all files in %userprofile%\AppData\Local\Temp
Now run the Installer. Stop when you see the Install Button.
Go to %userprofile%\AppData\Local\Temp You should see a folder called something similar to IXP882.TMP
Inside this folder copy QuickTime.msi
Paste it into a working Folder. This can be anywhere, but I usually put in in Documents.
Create an MST File using something like ORCA (I use InstEd)
Make the Following Changes
Properties:
SCHEDULE_ASUW; Set this to 0
AdminProperties; Removed all references to ASUW
SecureCustomProperties; Removed all references to ASUW
QT_TRAY_ICON; Set to 0
REGSRCH_DESKTOP_SHORTCUTS; Set to 0
Add The following Rows to Properties
ChkOptInstASU; 0
ASUWISINSTALLED; 0
Open the InstallExecuteSequence Table
Delete Launch_QTTask
Open the Registry Table
Delete the Reg Key that has SOFTWARE\Microsoft\Windows\Currentversion\Run
Save the MST to the working folder as QuickTime.mst .
Now to install run from the command line: msiexec /i Quicktime.msi /qn TRANSFORMS="QuickTime.mst"
Download the QuickTime installerYou can get this from http://www.apple.com/quicktime/download/ |
||
2. |
Open a command prompt to extract the .msi filesNavigate to where the installer was downloaded. Extract the .msi files with: QuickTimeInstaller.exe /extract This may take a minute or two depending on the speed of your computer. There should be four files produced: QuickTime.msi |
|
3. |
Copy the files to your distribution shareFor the purposes of this example, assume they are copied to \\servername\share\QuickTime\7.6.8 |
|
4. |
Create a batch file and add the installation commandsUse the following commands in your batch file to silently install QuickTime: msiexec /i "\\servername\share\Quicktime\7.6.8\QuickTime.msi" /passive DESKTOP_SHORTCUTS=NO In the first line, "DESKTOP_SHORTCUTS=NO" will suppress the automatic creation of the QuickTime desktop shortcut. The switches SCHEDULE_ASUW=0 ASUWINSTALLED=0 turn off the QuickTime Player auto update check. However, the Apple Software Update.exe checks for updates for all Apple software on a regular basis too. |
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.