Remove not needed patches
This commit is contained in:
@@ -73,22 +73,6 @@ else
|
||||
Winbatch_install
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Update to 7.0.5"
|
||||
Winbatch_705_update
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Update to 7.0.7"
|
||||
Winbatch_707_update
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Update to 7.0.8"
|
||||
Winbatch_708_update
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Update to 7.0.9"
|
||||
Winbatch_709_update
|
||||
Sub_check_exitcode
|
||||
|
||||
comment "Update to 7.1.0"
|
||||
Winbatch_710_update
|
||||
Sub_check_exitcode
|
||||
@@ -121,34 +105,22 @@ else
|
||||
endif
|
||||
|
||||
[Winbatch_install]
|
||||
msiexec /i "$InstallMsi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress EULA_ACCEPT=YES ISX_SERIALNUMBER=$Licensekey$ USERNAME="%PCName%" COMPANYNAME="%IPName%" INSTALLDIR="$InstallDir$"
|
||||
|
||||
[Winbatch_705_update]
|
||||
msiexec /p "$Install705Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_707_update]
|
||||
msiexec /p "$Install707Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_708_update]
|
||||
msiexec /p "$Install708Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_709_update]
|
||||
msiexec /p "$Install709Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /i "$Install70Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ISX_SERIALNUMBER="$Licensekey$" USERNAME="%PCName%" COMPANYNAME="%IPName%" INSTALLDIR="$InstallDir$" ALLUSERS=1 REBOOT=ReallySuppress EULA_ACCEPT=YES
|
||||
|
||||
[Winbatch_710_update]
|
||||
msiexec /p "$Install710Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /p "$Install710Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb-! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_711_update]
|
||||
msiexec /p "$Install711Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /p "$Install711Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb-! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_712_update]
|
||||
msiexec /p "$Install712Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /p "$Install712Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb-! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_713_update]
|
||||
msiexec /p "$Install713Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /p "$Install713Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb-! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Winbatch_714_update]
|
||||
msiexec /p "$Install714Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
msiexec /p "$Install714Msp$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb-! ALLUSERS=1 EULA_ACCEPT=YES REINSTALLMODE=omus REINSTALL=ALL REBOOT=ReallySuppress
|
||||
|
||||
[Files_install]
|
||||
; copy the ini file to the InstallDir
|
||||
|
||||
Reference in New Issue
Block a user