uninstaller is set in builder file
This commit is contained in:
parent
0fbb97c2a1
commit
11cdb23c89
@ -4,7 +4,7 @@
|
|||||||
; credits: http://www.opsi.org/en/credits/
|
; credits: http://www.opsi.org/en/credits/
|
||||||
|
|
||||||
|
|
||||||
Set $UninstallProgram$ = $InstallDir$ + "\iv_uninstall.exe"
|
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallProg$
|
||||||
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
|
||||||
|
|
||||||
if FileExists($IniFile$)
|
if FileExists($IniFile$)
|
||||||
|
@ -21,15 +21,6 @@ onceScript:
|
|||||||
customScript:
|
customScript:
|
||||||
userLoginScript:
|
userLoginScript:
|
||||||
|
|
||||||
[ProductProperty]
|
|
||||||
type: unicode
|
|
||||||
name: install_architecture
|
|
||||||
multivalue: False
|
|
||||||
editable: False
|
|
||||||
description: which architecture (32/64 bit) has to be installed
|
|
||||||
values: ["32 only", "64 only", "both", "system specific"]
|
|
||||||
default: ["system specific"]
|
|
||||||
|
|
||||||
[ProductProperty]
|
[ProductProperty]
|
||||||
type: unicode
|
type: unicode
|
||||||
name: language
|
name: language
|
||||||
|
Loading…
x
Reference in New Issue
Block a user