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"
; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product]
type: localboot
id: autoit
id: autoit.script
name: AutoIt
description: AutoIt v3 is a freeware BASIC-like scripting language designed for automating the Windows GUI and general scripting.
advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information
############################
VENDOR="autoitscript.com"
PN="autoit"
PN="autoit.script"
VERSION="3.3.8.1"
RELEASE="1"
PRIORITY="0"