new opsi builder scripts

This commit is contained in:
Mario Fetka
2013-03-10 15:56:24 +01:00
parent 37d4a85712
commit 8b2ed0df04
4 changed files with 56 additions and 13 deletions

View File

@@ -18,6 +18,9 @@ DefVar $InstallDir32$
DefVar $InstallDir64$
DefVar $INST_SystemType$
DefVar $INST_architecture$
DefVar $OLD_VERSION$
DefVar $OLD_CREATOR_TAG$
DefVar $OLD_RELEASE$
Set $INST_SystemType$ = GetSystemType
set $INST_architecture$ = GetProductProperty("install_architecture","system specific")
@@ -44,7 +47,7 @@ Set $InstallDir64$ = "%ProgramFiles64Dir%\7-Zip"
Set $IniCfgFile$ = "%ScriptPath%\opsi-" + $ProductId$ + ".ini"
comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $NAME$
Message "Uninstalling " + $ProductId$ + " ..."