Deploying Adobe Reader 7.0.5 using SMS 2003
I was able to create an MST with a MSI for Adobe Reader 7.0.5. I even was able to create a batch file to install the msi along with the TRANSFORMS mst. Yet when I push it out via SMS2003 it fails to install on a workstation even after I had it setup for admin rights. How do you successfully push out Adobe Reader 7.0.5 using SMS 2003 and ensure that it installs successfully including applying the HKey User registry settings which were in the mst?
0 Comments
[ - ] Hide Comments

so that the conversation will remain readable.
Answer this question
or Comment on this question for clarity
Answers
When you say "it fails to install"... can you provide more info?
What's the error code # that SMS returns? You can look up the MSI error numbers on this website here
Did you have Windows Installer write a verbose log file? The command line should be something like:
What's the error code # that SMS returns? You can look up the MSI error numbers on this website here
Did you have Windows Installer write a verbose log file? The command line should be something like:
msiexec.exe /i "Adobe Reader 7.0.5.msi" TRANSFORMS="my.mst" /l*v "C:\Windows\Temp\AdobeReader705-install.log" /qb!-
Please log in to comment
Comments