Acrobat Reader 6
I've been reading the deployment notes on the appdeploy site for AR6, and I'm curious as to if theres a command line variable for the installdir, as I want to deploy the package to the D: as opposed to C: - I'm not MST expert, and it seems hard to change the INSTALLDIR path, or maybe I'm just dumb.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
bkelly
21 years ago
No, you are correct. You can set INSTALLDIR at the command line as well as any public property (identifed by being written in all capitol letters):
msiexec /i <msifilepath> INSTALLDIR="D:\Program Files\App"
Unless you also want to specify an alternate path you can set the root drive alone. By default, Windows Installer installs all applications to the local drive with the most free space- to override this behaviour, use the ROOTDRIVE property:
msiexec /i <msifilepath> ROOTDRIVE="D:\"
msiexec /i <msifilepath> INSTALLDIR="D:\Program Files\App"
Unless you also want to specify an alternate path you can set the root drive alone. By default, Windows Installer installs all applications to the local drive with the most free space- to override this behaviour, use the ROOTDRIVE property:
msiexec /i <msifilepath> ROOTDRIVE="D:\"
Posted by:
Ap0kalipSe
21 years ago
Posted by:
KPrinz
20 years ago
Hi,
to all the lurkers reading this. I found this page very helpful:
Adobes Deployment Page for Acrobat
There you can download the InstallShield Tuner for Acrobat 6, which enables you to easily generate a .mst file by running the original setup in a wizard. Comes with sufficient documentation as well and works for the complete range of Acrobat 6 products. (Reader, Elements and the full Acrobat).
Enjoy,
Konstantin
to all the lurkers reading this. I found this page very helpful:
Adobes Deployment Page for Acrobat
There you can download the InstallShield Tuner for Acrobat 6, which enables you to easily generate a .mst file by running the original setup in a wizard. Comes with sufficient documentation as well and works for the complete range of Acrobat 6 products. (Reader, Elements and the full Acrobat).
Enjoy,
Konstantin
Posted by:
Ap0kalipSe
20 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.