correct include_append line for browserkill

This commit is contained in:
Mario Fetka 2019-10-17 10:01:06 +02:00
parent d2e7a4d3a2
commit 9015531e13
6 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/en/credits/
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"

View File

@ -3,7 +3,7 @@
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/en/credits/
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
Set $UninstallProgram32$ = $InstallDir32$ + "\" + $UninstallExecutable32$
Set $IniFile32$ = $InstallDir32$ + "\opsi-" + $ProductId$ + ".ini"

View File

@ -3,7 +3,7 @@
; and published under the Terms of the General Public License.
; credits: http://www.opsi.org/en/credits/
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallExecutable$
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"

View File

@ -7,7 +7,7 @@
requiredWinstVersion >= "4.11.4.6"
ScriptErrorMessages=off
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
DefVar $MsiIdOld$
DefVar $UninstallProgram$

View File

@ -7,7 +7,7 @@
requiredWinstVersion >= "4.11.4.6"
ScriptErrorMessages=off
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
DefVar $MsiIdOld32$
DefVar $UninstallProgram32$

View File

@ -7,7 +7,7 @@
requiredWinstVersion >= "4.11.4.6"
ScriptErrorMessages=off
include_append "browserkill.opsiinc"
include_append "%ScriptPath%\browserkill.opsiinc"
DefVar $MsiIdOld$
DefVar $UninstallProgram$