This commit is contained in:
Mario Fetka 2012-05-02 07:00:14 +02:00
parent 7c68c44981
commit 3e919d9ed6
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -20,7 +20,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "camstudio" Set $ProductId$ = "camstudio.camstudio"
Set $InstallDir$ = "%ProgramFiles32Dir%\CamStudio 2.6b" Set $InstallDir$ = "%ProgramFiles32Dir%\CamStudio 2.6b"
Set $LicenseRequired$ = "false" Set $LicenseRequired$ = "false"
Set $LicensePool$ = "p_" + $ProductId$ Set $LicensePool$ = "p_" + $ProductId$

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: camstudio id: camstudio.camstudio
name: camstudio name: camstudio
description: Free Streaming Video Software description: Free Streaming Video Software
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="camstudio.org" VENDOR="camstudio.org"
PN="camstudio" PN="camstudio.camstudio"
VERSION="2.6b.rev294" VERSION="2.6b.rev294"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"