uninstaller is set in builder file

This commit is contained in:
Mario Fetka 2013-03-13 19:47:59 +01:00
parent 0fbb97c2a1
commit 11cdb23c89
2 changed files with 1 additions and 10 deletions

View File

@ -4,7 +4,7 @@
; credits: http://www.opsi.org/en/credits/
Set $UninstallProgram$ = $InstallDir$ + "\iv_uninstall.exe"
Set $UninstallProgram$ = $InstallDir$ + "\" + $UninstallProg$
Set $IniFile$ = $InstallDir$ + "\opsi-" + $ProductId$ + ".ini"
if FileExists($IniFile$)

View File

@ -21,15 +21,6 @@ onceScript:
customScript:
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]
type: unicode
name: language