Bump an duse new extract msi switch

This commit is contained in:
Mario Fetka 2012-07-10 19:23:37 +02:00
parent 866da7da2b
commit 177a23e42d
7 changed files with 24 additions and 12 deletions

View File

@ -6,4 +6,4 @@ MsiId64={E274777F-0D6E-4509-A954-36B6DDEE8DAF}
[COMMON]
PN=nitro.pdfreader
VERSION=2.3.1.7
VERSION=2.4.1.15

View File

@ -81,6 +81,9 @@ else
if (($INST_SystemType$ = "x86 System") and ($INST_architecture$ = "system specific")) or ($INST_architecture$ = "both") or ($INST_architecture$ = "32 only")
Message "Installing " + $ProductId$ + " 32 Bit..."
comment "Extract the setup programm"
Winbatch_extract_32
Sub_check_exitcode
comment "Start setup program"
Winbatch_install_32
Sub_check_exitcode
@ -94,6 +97,9 @@ else
if ($INST_SystemType$ = "64 Bit System") and (($INST_architecture$ = "system specific") or ($INST_architecture$ = "both") or ($INST_architecture$ = "64 only"))
Message "Installing " + $ProductId$ + " 64 Bit..."
comment "Extract the setup programm"
Winbatch_extract_64
Sub_check_exitcode
comment "Start setup program"
Winbatch_install_64
Sub_check_exitcode
@ -107,8 +113,11 @@ else
endif
[Winbatch_extract_32]
"$Install32Exe$" /EXTRACTMSI:$LogDir$\nitro-32.msi
[Winbatch_install_32]
msiexec /i "$Install32Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
msiexec /i "$LogDir$\nitro-32.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
[Files_install_32]
copy "$IniCfgFile$" "$InstallDir32$"
@ -117,8 +126,11 @@ copy "$IniCfgFile$" "$InstallDir32$"
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir32$"
[Winbatch_extract_64]
"$Install64Exe$" /EXTRACTMSI:$LogDir$\nitro-64.msi
[Winbatch_install_64]
msiexec /i "$Install64Msi$" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
msiexec /i "$LogDir$\nitro-64.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=2 REBOOT=ReallySuppress
[Files_install_64]
copy "$IniCfgFile$" "$InstallDir64$"

View File

@ -3,7 +3,7 @@
############################
VENDOR="nitroreader.com"
PN="nitro.pdfreader"
VERSION="2.3.1.7"
VERSION="2.4.1.15"
RELEASE="1"
PRIORITY="0"
ADVICE=""
@ -16,15 +16,15 @@ TYPE="public"
DL_FILE[0]="Nitro-PDF-Reader.png"
DL_SOURCE[0]="http://srcweb.net/wp-content/uploads/2011/04/Nitro-PDF-Reader.png"
DL_FILE[1]="nitro_pdf_reader_${VERSION}_x86.msi"
DL_SOURCE[1]="http://internal.graz.disconnected-by-peer.at/Orig/NitroPDF/extracted/nitro_pdf_reader_${VERSION}_x86.msi"
DL_FILE[1]="nitro_pdf_reader_${VERSION}_x86.exe"
DL_SOURCE[1]="http://install.nitropdf.com/reader/de/nitro_pdf_reader.exe"
DL_ARCH[1]="X86"
DL_WINST_NAME[1]=Install32Msi
DL_WINST_NAME[1]=Install32Exe
DL_FILE[2]="nitro_pdf_reader_${VERSION}_x64.msi"
DL_SOURCE[2]="http://internal.graz.disconnected-by-peer.at/Orig/NitroPDF/extracted/nitro_pdf_reader_${VERSION}_x64.msi"
DL_FILE[2]="nitro_pdf_reader_${VERSION}_x64.exe"
DL_SOURCE[2]="http://install.nitropdf.com/reader/de/nitro_pdf_reader_64.exe"
DL_ARCH[2]="X86_64"
DL_WINST_NAME[2]=Install64Msi
DL_WINST_NAME[2]=Install64Exe
# File array index for the image showing while installing the program
ICON_DL_INDEX=0

View File

@ -1 +0,0 @@
b47ec5769c86d83b492fb0f51250132211a1d4f2 /home/mario/.opsi-dist-cache/nitro.pdfreader-2.3.1.7/X86_64/nitro_pdf_reader_2.3.1.7_x64.msi

View File

@ -1 +0,0 @@
80f0c14559631f4bf9c0bf877dcc3b178634899a /home/mario/.opsi-dist-cache/nitro.pdfreader-2.3.1.7/X86/nitro_pdf_reader_2.3.1.7_x86.msi

View File

@ -0,0 +1 @@
a489f8f9682ab26a337f189b7f4b3045ca616df9 /home/mario/.opsi-dist-cache/nitro.pdfreader-2.4.1.15/X86_64/nitro_pdf_reader_2.4.1.15_x64.exe

View File

@ -0,0 +1 @@
8bd022b8faf22c1a1d036df66d7d1725cffea52b /home/mario/.opsi-dist-cache/nitro.pdfreader-2.4.1.15/X86/nitro_pdf_reader_2.4.1.15_x86.exe