Adobe Reader 9 Install Command (Silent)
Hello,
i have got one Problem with the installer of Adobe Reader 9 with MST File.
1. I configured the Mst File with Silent Install (No GUI)
2. This is my Install Commandline
MSIEXEC /I \\detest-file\ISS$\temp\Adobe\AdobeReader9\AcroRead.msi ALLUSERS=TRUE TRANSFORMS="\\detest-file\ISS$\temp\Adobe\AdobeReader9\AcroRead.mst" /qb-
but on every install i will get following GUI Interface:
http://www.bilder-upload.eu/show.php?file=qb19QrSEFkshBvL.JPG
Whats wrong?
Thanks for Regards.
Greetings Morph
i have got one Problem with the installer of Adobe Reader 9 with MST File.
1. I configured the Mst File with Silent Install (No GUI)
2. This is my Install Commandline
MSIEXEC /I \\detest-file\ISS$\temp\Adobe\AdobeReader9\AcroRead.msi ALLUSERS=TRUE TRANSFORMS="\\detest-file\ISS$\temp\Adobe\AdobeReader9\AcroRead.mst" /qb-
but on every install i will get following GUI Interface:
http://www.bilder-upload.eu/show.php?file=qb19QrSEFkshBvL.JPG
Whats wrong?
Thanks for Regards.
Greetings Morph
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
dunnpy
15 years ago
Morph,
Your command line is a bit off....
Try ALLUSERS=1 and /QN
This will install for all users of the machine and install with no user interface - the /QB switch shows a basic user interface, which is what you're getting.
The ALLUSERS public property could be included in the MST file, thus removing the need for it on the command line.
Try running 'msiexec /?' to get some of the command line options for MSIEXEC.
Hope this helps,
Dunnpy
Your command line is a bit off....
Try ALLUSERS=1 and /QN
This will install for all users of the machine and install with no user interface - the /QB switch shows a basic user interface, which is what you're getting.
The ALLUSERS public property could be included in the MST file, thus removing the need for it on the command line.
Try running 'msiexec /?' to get some of the command line options for MSIEXEC.
Hope this helps,
Dunnpy
Posted by:
raviray
15 years ago
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.