Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Using Adobe Customization Tool XI to deploy Acrobat STD and PRO

New Here ,
Nov 26, 2012 Nov 26, 2012

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

1.8K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 26, 2012 Nov 26, 2012

Are you following the steps outlined in the doc?:

http://www.adobe.com/devnet-docs/acrobatetk/tools/Wizard/deployment.html

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 26, 2012 Nov 26, 2012

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 26, 2012 Nov 26, 2012

Then post your full, copied cmd line and setup.ini file.

Ben

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 26, 2012 Nov 26, 2012
LATEST

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.

screen.JPG

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines