I am getting ready to start testing Adobe Acrobat Reader DC, and I want to modify the default Adobe package to include a .mst file that I am going to create and add to the package. I just want to ensure that I use the right command line parameters to point to the file in the package.
In a normal command line install it would look something like this - AcroRdrDC1500720033_en_US.exe /sAll /rs /msi TRANSFORMS=\\Server.fqdn\share\ReaderDC.mst
Beings that the install is from the package and the .mst file is in the package, would this work for the command line parameters of the install - /sAll /rs /msi TRANSFORMS=ReaderDC.mst
or this - /sAll /rs /msi TRANSFORMS=%MODULEPATH%\ReaderDC.mst