QuickTime 7.7 is Out — Who Wants to Tackle It?
QuickTime 7.7 is out for Windows XP, Windows Vista, and Windows 7:
http://support.apple.com/kb/DL837
Who wants to tackle the beast? I’ve literally given up trying to do unattended installs of QuickTime. I’ve read all 6000-or-so comments on the boards and the package pages about QT 7.6.x, and none of them work. I’ve wasted too much time for the returns to be worth it.
Hopefully QT 7.7 has some sort of a real packaging system, but I’m not holding my breath.
http://support.apple.com/kb/DL837
Who wants to tackle the beast? I’ve literally given up trying to do unattended installs of QuickTime. I’ve read all 6000-or-so comments on the boards and the package pages about QT 7.6.x, and none of them work. I’ve wasted too much time for the returns to be worth it.
Hopefully QT 7.7 has some sort of a real packaging system, but I’m not holding my breath.
0 Comments
[ + ] Show comments
Answers (7)
Please log in to answer
Posted by:
afincher
13 years ago
QuickTime 7.7 is available from Apple's site now. I used the same method for the previous version of QuickTime.
I downloaded and extracted the .exe file using 7zip, which contains the 4 MSI files:
Now that I have KACE, I do it like this in Scripting:
[blockquote]Dependencies:
Task 1, On Success:
This works in my environment (and at home). Not sure if this is really the "best" way to do it but if it ain't broke don't fix it!
I downloaded and extracted the .exe file using 7zip, which contains the 4 MSI files:
- AppleApplicationSupport.msi
- AppleSoftwareUpdate.msi
- QuickTime.msi
- QuickTimeInstallerAdmin.msi
@ECHO OFF
msiexec /i AppleApplicationSupport.msi /qn /norestart
msiexec /i Quicktime.msi /qn /norestart ALLUSERS=1 DESKTOP_SHORTCUTS=0 SCHEDULE_ASUW=0
Now that I have KACE, I do it like this in Scripting:
[blockquote]Dependencies:
- AppleApplicationSupport.msi
- QuickTime.msi
- QuickTimeInstallerAdmin.exe
Task 1, On Success:
- Launch “SYS\msiexec.exe†with params “/i â€Â$(KACE_DEPENDENCY_DIR)\AppleApplicationSupport.msi“ /qnâ€Â.
- Launch “SYS\msiexec.exe†with params “/i â€Â$(KACE_DEPENDENCY_DIR)\Quicktime.msi“ /qn /norestart ALLUSERS=1 DESKTOP_SHORTCUTS=0 SCHEDULE_ASUW=0â€Â
This works in my environment (and at home). Not sure if this is really the "best" way to do it but if it ain't broke don't fix it!
Posted by:
SheTeq
13 years ago
I downloaded and extracted the QuickTime installer again and managed to create a MST with AdminStudio. Back to square one now - package fails with:
Error applying transforms. Verify that the specified transform paths are valid.
this error only occurs on XP systens - package runs fine on W7
I am using the same install script as for the last version - which worked.
Any ideas are appreciated.
Thanks.
Error applying transforms. Verify that the specified transform paths are valid.
this error only occurs on XP systens - package runs fine on W7
I am using the same install script as for the last version - which worked.
Any ideas are appreciated.
Thanks.
Posted by:
jimmyx
13 years ago
Posted by:
DotMsi
13 years ago
Posted by:
jimmyx
13 years ago
Posted by:
SheTeq
13 years ago
Hello,
I am new here so let me know if I should post this as a new thread instead.
I am working on packaging QT 7.7 but having problems with the transforms file. My first package installed fine on Windows 7 systems but failed on XP - Transforms error, check path. Since the path is fine, everything in one directory, I installed a newer version of AdminStudio (10.0) as suggested by a collegue.
Using Tuner to make the MST file, we are all getting the same errors. These occur after responding to all the install prompts.
Installation not complete. Failed to create transform.
Then ...
No Msi Database is currently opened.
At this point we are unsure whether the problem is with AdminStudio or the .msi file. There are 3 of us getting frustrated with this [&:]
Any ideas?
Thanks
She
I am new here so let me know if I should post this as a new thread instead.
I am working on packaging QT 7.7 but having problems with the transforms file. My first package installed fine on Windows 7 systems but failed on XP - Transforms error, check path. Since the path is fine, everything in one directory, I installed a newer version of AdminStudio (10.0) as suggested by a collegue.
Using Tuner to make the MST file, we are all getting the same errors. These occur after responding to all the install prompts.
Installation not complete. Failed to create transform.
Then ...
No Msi Database is currently opened.
At this point we are unsure whether the problem is with AdminStudio or the .msi file. There are 3 of us getting frustrated with this [&:]
Any ideas?
Thanks
She
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.