Modified tmviewer for new opsi-builder

This commit is contained in:
2012-01-28 10:33:00 +01:00
parent 7bfc5ead85
commit f93cb97922
5 changed files with 25 additions and 137 deletions

View File

@@ -17,10 +17,13 @@ DefVar $LicensePool$
Set $LogDir$ = "%SystemDrive%\tmp"
; Token BUILDER_VARIABLES will be replaced by opsi-builder.sh
@@BUILDER_VARIABLES@@
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "tmviewer"
Set $ProductId$ = $PN$
Set $InstallDir$ = "%ProgramFiles32Dir%\SoftMaker Viewer\TextMaker"
Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$
@@ -28,7 +31,7 @@ Set $LicensePool$ = "p_" + $ProductId$
comment "Show product picture"
ShowBitmap "%ScriptPath%\" + $ProductId$ + ".png" $ProductId$
ShowBitmap $IconFile$ $ProductId$
Message "Uninstalling " + $ProductId$ + " ..."