Copy link to clipboard
Copied
Hello,
I'm using Adobe Customization Tool XI to build Adobe Acrobat STD and PRO packages.
It seems that none of my changes stick during deployment.
Example: I open AcroStan.msi with the tool. Make all necessary changes and generate transform file. I then exit without saving changes to AcroStan.msi file.
After that I test the installation in C:\Test folder with the following command:
msiexec /i acrostan.msi TRANSFORMS=test.mst
Installation window pops up since I didn't use silent installation switches, but none of the information I have provided are available, it defaults to out of the box experience asking for serial number as well.
Am I doing something wrong?
Luke
Copy link to clipboard
Copied
Are you following the steps outlined in the doc?:
http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/deployment.html
Ben
Copy link to clipboard
Copied
Correct. Instruction seems to be simple.
My .mst saves the information. I can tell because I can load it into the wizard.
It doesn't pass it to .msi file when installation command is initiated.
Copy link to clipboard
Copied
Then post your full, copied cmd line and setup.ini file.
Ben
Copy link to clipboard
Copied
I have created .mst file named test and put it in c:\New Folder along with all source files, including AcroStan.msi
Command line:
c:\new folder>msiexec /i AcroStan.msi TRANSFORMS=test.mst /qb (I've used QB to watch the progress).
It failes with this error attached below.
We can close this subject though.
I've started testing this on different machines and they all work fine.
I have many VMs to test on, and the one I have picked to start with is causing the above error so I'm going to link this issue with the OS.
Other VMs and desktops are working great.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now