This commit is contained in:
Mario Fetka 2013-03-09 05:09:25 +01:00
parent b66353b8c8
commit 0a3c8b9d86
7 changed files with 44 additions and 7 deletions

View File

@ -66,7 +66,13 @@ comment "Delete program shortcuts"
LinkFolder_uninstall
[Winbatch_killtasks_32]
%ScriptPath%\X86\closewindow.exe "Before you go" ""
; %ScriptPath%\X86\closewindow.exe "Before you go" ""
taskkill /F /IM iexplore.exe
taskkill /F /IM iron.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM opera.exe
[Winbatch_uninstall_msi_old_32]
msiexec /x $MsiIdOld32$ /qb! REBOOT=ReallySuppress
@ -80,7 +86,12 @@ msiexec /x $MsiId32$ /qb! REBOOT=ReallySuppress
; delete -sf "$InstallDir32$\"
[Winbatch_killtasks_64]
%ScriptPath%\X86_64\closewindow.exe "Before you go" ""
; %ScriptPath%\X86_64\closewindow.exe "Before you go" ""
taskkill /F /IM iexplore.exe
taskkill /F /IM iron.exe
taskkill /F /IM firefox.exe
taskkill /F /IM chrome.exe
taskkill /F /IM opera.exe
[Winbatch_uninstall_msi_old_64]
msiexec /x $MsiIdOld64$ /qb! REBOOT=ReallySuppress

24
CLIENT_DATA/login.ins Normal file
View File

@ -0,0 +1,24 @@
; Copyright (c) uib gmbh (www.uib.de)
; This sourcecode is owned by uib gmbh
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/en/credits/
[Actions]
Message "Profile Patch for VLC ...."
comment "Did we run this script before ? - and set version stamp in profile"
if getValue("installationstate", getProductMap) = "installed"
comment "Product is installed"
if not (scriptWasExecutedBefore)
comment "loginscript was not run yet "
Files_profile_copy
Registry_currentuser_set
endif
endif
[Files_profile_copy]
copy "%Scriptpath%\profiles\*.*" "%CurrentAppdataDir%\ACME"
[Registry_currentuser_set]
openkey [HKCU\Software\ACME]
set "show_greeting_window" = "no"

View File

@ -5,7 +5,7 @@ VENDOR="nitroreader.com"
PN="nitro.pdfreader"
NAME="Nitro PDF Reader"
DESCRIPTION="Der Nitro PDF Reader ist ein Werkzeug zum Betrachten von PDF-Dateien."
VERSION="3.5.0.25"
VERSION="3.5.1.8"
RELEASE="1"
PRIORITY="0"
ADVICE=""
@ -33,8 +33,10 @@ ICON_DL_INDEX=0
OPSI_INI_SECTION[0]="X86"
OPSI_INI_OPTION[0]="MsiId32"
OPSI_INI_VALUE[0]="{7B0BEA94-65C0-4A12-A702-6AC18B95A067}"
OPSI_INI_VALUE[0]="{71491BC0-AD4F-4E77-BCC4-EE413A30FC59}
"
OPSI_INI_SECTION[1]="X86_64"
OPSI_INI_OPTION[1]="MsiId64"
OPSI_INI_VALUE[1]="{0BE7C451-4741-4154-9633-830019ACFD39}"
OPSI_INI_VALUE[1]="{3F89A364-000E-42BE-B63B-C5CB081A660E}
"

View File

@ -1 +0,0 @@
3b459adc4ede57221adca90e420c7ffbc9ede09d /home/mario/.opsi-dist-cache/nitro.pdfreader-3.5.0.25/X86_64/nitro_pdf_reader_3.5.0.25_x64.exe

View File

@ -1 +0,0 @@
65259b14454c88f8df908765e592fc43847df15f /home/mario/.opsi-dist-cache/nitro.pdfreader-3.5.0.25/X86/nitro_pdf_reader_3.5.0.25_x86.exe

View File

@ -0,0 +1 @@
6a822f8a22888eee12c76f829a9bd6efeb9c91f7 /home/mario/.opsi-dist-cache/nitro.pdfreader-3.5.1.8/X86_64/nitro_pdf_reader_3.5.1.8_x64.exe

View File

@ -0,0 +1 @@
698182e1ea2a794f57acfdbbc47fcf4d4f2cd764 /home/mario/.opsi-dist-cache/nitro.pdfreader-3.5.1.8/X86/nitro_pdf_reader_3.5.1.8_x86.exe