This commit is contained in:
Mario Fetka
2012-05-02 09:01:23 +02:00
parent fd2ecae480
commit 8af5d526a4
4 changed files with 4 additions and 4 deletions

View File

@@ -39,7 +39,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
;$ProductId$ should be the name of the product in opsi
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "peazip"
Set $ProductId$ = "peazip.peazip"
Set $MinimumSpace$ = "15 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip"

View File

@@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "peazip"
Set $ProductId$ = "peazip.peazip"
Set $InstallDir32$ = "%ProgramFiles32Dir%\PeaZip"
Set $InstallDir64$ = "%ProgramFiles64Dir%\PeaZip"
; ----------------------------------------------------------------