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

How do i add the patch in customization wizard

New Here ,
Jan 08, 2019 Jan 08, 2019

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

2.1K
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

correct answers 1 Correct answer

Adobe Employee , Jan 08, 2019 Jan 08, 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=

Translate
Adobe Employee ,
Jan 08, 2019 Jan 08, 2019
LATEST

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=

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