correct include_append line for browserkill
This commit is contained in:
parent
d2e7a4d3a2
commit
9015531e13
@ -3,7 +3,7 @@
|
|||||||
; and published under the Terms of the General Public License.
|
; and published under the Terms of the General Public License.
|
||||||
; credits: http://www.opsi.org/en/credits/
|
; credits: http://www.opsi.org/en/credits/
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
|
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
|
||||||
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
; and published under the Terms of the General Public License.
|
; and published under the Terms of the General Public License.
|
||||||
; credits: http://www.opsi.org/en/credits/
|
; credits: http://www.opsi.org/en/credits/
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
Set $UninstallProgram32$ = $InstallDir32$ + "\" + $UninstallExecutable32$
|
Set $UninstallProgram32$ = $InstallDir32$ + "\" + $UninstallExecutable32$
|
||||||
Set $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"
|
Set $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
; and published under the Terms of the General Public License.
|
; and published under the Terms of the General Public License.
|
||||||
; credits: http://www.opsi.org/en/credits/
|
; credits: http://www.opsi.org/en/credits/
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
|
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
|
||||||
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
requiredWinstVersion >= "4.11.4.6"
|
requiredWinstVersion >= "4.11.4.6"
|
||||||
ScriptErrorMessages=off
|
ScriptErrorMessages=off
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
DefVar $MsiIdOld$
|
DefVar $MsiIdOld$
|
||||||
DefVar $UninstallProgram$
|
DefVar $UninstallProgram$
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
requiredWinstVersion >= "4.11.4.6"
|
requiredWinstVersion >= "4.11.4.6"
|
||||||
ScriptErrorMessages=off
|
ScriptErrorMessages=off
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
DefVar $MsiIdOld32$
|
DefVar $MsiIdOld32$
|
||||||
DefVar $UninstallProgram32$
|
DefVar $UninstallProgram32$
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
requiredWinstVersion >= "4.11.4.6"
|
requiredWinstVersion >= "4.11.4.6"
|
||||||
ScriptErrorMessages=off
|
ScriptErrorMessages=off
|
||||||
|
|
||||||
include_append "browserkill.opsiinc"
|
include_append "%ScriptPath%\browserkill.opsiinc"
|
||||||
|
|
||||||
DefVar $MsiIdOld$
|
DefVar $MsiIdOld$
|
||||||
DefVar $UninstallProgram$
|
DefVar $UninstallProgram$
|
||||||
|
Loading…
Reference in New Issue
Block a user