Added new version and disabled PIP (Product Improvement Program)

This commit is contained in:
Peter Singer 2012-10-27 22:21:02 +02:00
parent f2fcdbb4c9
commit 9f3e4bcf0f
9 changed files with 31 additions and 15 deletions

View File

@ -85,9 +85,11 @@ LinkFolder_uninstall
[Winbatch_uninstall_msi_old_32]
msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress
taskkill /F /IM iexplore.exe
[Winbatch_uninstall_msi_32]
msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
taskkill /F /IM iexplore.exe
[Files_uninstall_32]
delete "$IniFile32$"
@ -108,9 +110,11 @@ delete "$IniFile32$"
[Winbatch_uninstall_msi_old_64]
msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress
taskkill /F /IM iexplore.exe
[Winbatch_uninstall_msi_64]
msiexec /x $MsiId64$ /qb! REBOOT=ReallySuppress
taskkill /F /IM iexplore.exe
[Files_uninstall_64]
delete "$IniFile64$"

View File

@ -1,9 +1,9 @@
[X86]
MsiId32={221F76A9-68F0-4658-B296-A87CAED6A726}
MsiId32={4E4D3E63-F567-4F34-AA09-244BBB573864}
[X86_64]
MsiId64={0723532B-AD75-4D04-B88A-8CCEC6624E6D}
MsiId64={A2AA3E06-2A11-4803-8515-A49628E65515}
[COMMON]
PN=nitro.pdfreader
VERSION=2.4.1.15
VERSION=3.0.5.5

View File

@ -52,8 +52,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
Set $ProductId$ = "nitro.pdfreader"
Set $MinimumSpace$ = "200 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro PDF\Reader 2"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro PDF\Reader 2"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 3"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 3"
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
@ -90,7 +90,7 @@ else
comment "Copy files"
Files_install_32 /32Bit
comment "Patch Registry"
Registry_install /32Bit
Registry_install_32 /32Bit
comment "Create shortcuts"
LinkFolder_install
endif
@ -106,7 +106,7 @@ else
comment "Copy files"
Files_install_64 /64Bit
comment "Patch Registry"
Registry_install /64Bit
Registry_install_64 /64Bit
comment "Create shortcuts"
LinkFolder_install
endif
@ -139,13 +139,25 @@ copy "$IniCfgFile$" "$InstallDir64$"
;
; copy -s "%ScriptPath%\files\*.*" "$InstallDir64$"
[Registry_install]
[Registry_install_32]
; Example of setting some values of an registry key:
;
; openkey [HKEY_LOCAL_MACHINE\Software\$ProductId$]
; set "name1" = "some string value"
; set "name2" = REG_DWORD:0001
; set "name3" = REG_BINARY:00 af 99 cd
openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Nitro\Reader\3.0\settings]
set "Pip2Enabled" = "0"
[Registry_install_64]
; Example of setting some values of an registry key:
;
; openkey [HKEY_LOCAL_MACHINE\Software\$ProductId$]
; set "name1" = "some string value"
; set "name2" = REG_DWORD:0001
; set "name3" = REG_BINARY:00 af 99 cd
openkey [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Nitro\Reader\3.0\settings]
set "Pip2Enabled" = "0"
[LinkFolder_install]
; Example of deleting a folder from AllUsers startmenu:

View File

@ -45,8 +45,8 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "nitro.pdfreader"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro PDF\Reader 2"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro PDF\Reader 2"
Set $InstallDir32$ = "%ProgramFiles32Dir%\Nitro\Reader 3"
Set $InstallDir64$ = "%ProgramFiles64Dir%\Nitro\Reader 3"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
; ----------------------------------------------------------------

View File

@ -3,7 +3,7 @@
############################
VENDOR="nitroreader.com"
PN="nitro.pdfreader"
VERSION="2.4.1.15"
VERSION="3.0.5.5"
RELEASE="1"
PRIORITY="0"
ADVICE=""
@ -35,7 +35,7 @@ ICON_DL_INDEX=0
#OPSI_VALUE[1]="{FFB6614F-6E61-4831-BF71-51633A718B18}"
WINST_NAME[0]="MsiId32"
WINST_VALUE[0]="{221F76A9-68F0-4658-B296-A87CAED6A726}"
WINST_VALUE[0]="{4E4D3E63-F567-4F34-AA09-244BBB573864}"
WINST_NAME[1]="MsiId64"
WINST_VALUE[1]="{0723532B-AD75-4D04-B88A-8CCEC6624E6D}"
WINST_VALUE[1]="{A2AA3E06-2A11-4803-8515-A49628E65515}"

View File

@ -1 +0,0 @@
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

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

View File

@ -0,0 +1 @@
0909902df351814c05beb39f74cd521a621d1289 /home/opsiproducts/.opsi-dist-cache/nitro.pdfreader-3.0.5.5/X86_64/nitro_pdf_reader_3.0.5.5_x64.exe

View File

@ -0,0 +1 @@
e855c9736d833fc87779167dd7677b11c9186bcc /home/opsiproducts/.opsi-dist-cache/nitro.pdfreader-3.0.5.5/X86/nitro_pdf_reader_3.0.5.5_x86.exe