This commit is contained in:
Mario Fetka
2012-05-02 06:57:21 +02:00
parent a59e83d655
commit ef618453bf
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$ = "autoit"
Set $ProductId$ = "autoit.script"
Set $MinimumSpace$ = "15 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%ProgramFiles32Dir%\AutoIt3"

View File

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