These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

bootstrapper setup.ini issue

fonly
Registered: Jul 8 2010
Posts: 2

Folks

I am trying to roll out and patch a number of Pro 9 seats. Here is the setup.ini I have been using, for some reason it rolls back to the previous patch I have installed and tries to install it again.
[Startup]
RequireOS=Windows XP
RequireMSI=3.0
RequireIE=6.0.2600.0
CmdLine=/sl"1033" /sPB

[Product]
msi=AcroPro.msi
Languages=1033
1033=English (United States)
CmdLine=TRANSFORMS="AcroPro.mst" ADDLOCAL=ALL
PATCH=AcrobatUpd920_all_incr.msp;AcrobatUpd930_all_incr.msp;AcrobatUpd932_all_incr.msp;AcrobatUpd933_all_incr.msp

[Windows XP]
PlatformID=2
MajorVersion=5
MinorVersion=1
ServicePackMajor=2

[MSI Updater]
Path=WindowsInstaller-KB893803-v2-x86.exe

I am sure its a basic issue but I cant get to the bottom of it. Win 7 32 and 64 bit, fwiw.

My Product Information:
Acrobat Pro 9.3, Windows
gintaras
Registered: Jul 9 2010
Posts: 1
Same problem here when trying to deply Reader in the same method..
Interestingly though, if you omit the "CmdLine=TRANSFORMS="AcroRead.mst"", then the msps DO apply.. Now the question is this, how can we customize the install with an mst AND apply the patches... Was this ever an issue with past versions?

Here is what I am experiencing now..

[b]The following applies the mst but does not apply the msp's[/b]
[Product]
msi=AcroRead.msi
CmdLine=TRANSFORMS="AcroRead.mst"
PATCH=AdbeRdrUpd911_all_incr.msp;AdbeRdrUpd912_all_incr.msp;AdbeRdrUpd913_all_incr.msp[b]The following applies the msp's but not the mst[/b]
[Product]
msi=AcroRead.msi
PATCH=AdbeRdrUpd911_all_incr.msp;AdbeRdrUpd912_all_incr.msp;AdbeRdrUpd913_all_incr.msp