Skip to main content
Participant
January 8, 2019
Answered

How do i add the patch in customization wizard

  • January 8, 2019
  • 1 reply
  • 2364 views

I use the customization wizard to create a acrobat 2017 package for rolling out on desktop machines. where do i place the last patch in the wizard for example its right now "Acrobat2017Upd1701130113.msp"?

I added it in the setup.ini but it will not be installed after the rollout.

This is my setup.ini actually:

[Startup]

RequireOS=Windows 7

RequireMSI=3.1

RequireIE=7.0.0000.0

Require64BitVCRT=1

CmdLine=/sall /rs /smur 

[Product]

msi=AcroPro.msi

vcrtMsi=vc_runtimeMinimum_x64.msi

vcrtDir=VCRT_x64

vcrtCommandLine=VSEXTUI=1

Languages=1033;1036;1031

1033=English (United States)

1036=French (France)

1031=German (Germany)

PATCH=Acrobat2017Upd1701130113.msp;;

CmdLine=TRANSFORMS="AcroPro.mst"

[Windows 7]

PlatformID=2

MajorVersion=6

MinorVersion=1

[MSI Updater]

Path=WindowsInstaller-KB893803-v2-x86.exe

This topic has been closed for replies.
Correct answer EnterpriseHelp

I haven't analyzed your entire file or checked whether you're using the right update, but a cursory comparison of the default ini from a 2015 exe extracted ini indicates that two semi colons after the msp is incorrect.

Example:

=======================

[Startup]

RequireOS=Windows 7

RequireMSI=3.1

RequireIE=7.0.0000.0

Require64BitVCRT=1

[Product]

PATCH=Acrobat2015Upd1500630306.msp

msi=AcroPro.msi

vcrtMsi=vc_runtimeMinimum_x64.msi

vcrtDir=VCRT_x64

vcrtCommandLine=VSEXTUI=1

Languages=

1 reply

EnterpriseHelp
EnterpriseHelpCorrect answer
Inspiring
January 8, 2019

I haven't analyzed your entire file or checked whether you're using the right update, but a cursory comparison of the default ini from a 2015 exe extracted ini indicates that two semi colons after the msp is incorrect.

Example:

=======================

[Startup]

RequireOS=Windows 7

RequireMSI=3.1

RequireIE=7.0.0000.0

Require64BitVCRT=1

[Product]

PATCH=Acrobat2015Upd1500630306.msp

msi=AcroPro.msi

vcrtMsi=vc_runtimeMinimum_x64.msi

vcrtDir=VCRT_x64

vcrtCommandLine=VSEXTUI=1

Languages=