This commit is contained in:
Mario Fetka
2012-05-02 08:59:15 +02:00
parent 11e68e4710
commit 1e3afcb929
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$ = "paintdotnet"
Set $ProductId$ = "paintdotnet.paintdotnet"
Set $MinimumSpace$ = "60 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"

View File

@@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "paintdotnet"
Set $ProductId$ = "paintdotnet.paintdotnet"
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"
Set $InstallDir64$ = "%CommonProgramsDir%\Paint.NET"
; ----------------------------------------------------------------