Bump
This commit is contained in:
@@ -1,6 +1,26 @@
|
||||
[X86]
|
||||
MsiId={XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX}
|
||||
[Startup]
|
||||
RequireOS=Windows 2000;Windows XP
|
||||
RequireMSI=3.0
|
||||
RequireIE=6.0.2600.0
|
||||
|
||||
[Product]
|
||||
msi=AcroPro.msi
|
||||
Languages=1033;1031;1036
|
||||
1033=English (United States)
|
||||
1031=German (Germany)
|
||||
1036=French (France)
|
||||
|
||||
[Windows 2000]
|
||||
PlatformID=2
|
||||
MajorVersion=5
|
||||
ServicePackMajor=4
|
||||
|
||||
[Windows XP]
|
||||
PlatformID=2
|
||||
MajorVersion=5
|
||||
MinorVersion=1
|
||||
ServicePackMajor=2
|
||||
|
||||
[MSI Updater]
|
||||
Path=WindowsInstaller-KB893803-v2-x86.exe
|
||||
|
||||
[COMMON]
|
||||
PN=name
|
||||
VERSION=version
|
||||
|
||||
@@ -90,7 +90,8 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install]
|
||||
msiexec /i "$Install80Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ISX_SERIALNUMBER="$Licensekey$" USERNAME="%PCName%" COMPANYNAME="%IPName%" INSTALLDIR="$InstallDir$" PATCH="$Install810Msp$;$Install811Msp$;$Install812Msp$;$Install813Msp$;$Install814Msp$;$Install815Msp$;$Install816Msp$;$Install817Msp$;$Install820Msp$;$Install821Msp$;$Install822Msp$;$Install823Msp$;$Install823Msp$;$Install825Msp$;$Install826Msp$;$Install830Msp$;$Install831Msp$" TRANSFORMS="$Install80Path$\$LanguageId$.mst" ALLUSERS=1 REBOOT=ReallySuppress EULA_ACCEPT=YES
|
||||
"$Install80Exe$" /sPB /sl "$LanguageId$"
|
||||
'/msi ALLUSERS=1 REBOOT=ReallySuppress EULA_ACCEPT=YES
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user