This commit is contained in:
Mario Fetka 2012-05-02 09:03:19 +02:00
parent 7a565d88a9
commit a23501ff2f
4 changed files with 5 additions and 5 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$ = "defraggler" Set $ProductId$ = "piriform.defraggler"
Set $MinimumSpace$ = "10 MB" Set $MinimumSpace$ = "10 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler" Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler"

View File

@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "defraggler" Set $ProductId$ = "piriform.defraggler"
Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler" Set $InstallDir$ = "%ProgramFiles32Dir%\Defraggler"
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: defraggler id: piriform.defraggler
name: Defraggler name: Defraggler
description: Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry. description: Use Defraggler to defrag your entire hard drive, or individual files - unique in the industry.
advice: ADVICE advice: ADVICE
@ -32,6 +32,6 @@ default: ["system specific"]
[ProductDependency] [ProductDependency]
action: setup action: setup
requiredProduct: aio requiredProduct: sereby.aio
requiredStatus: installed requiredStatus: installed
requirementType: before requirementType: before

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="piriform.com" VENDOR="piriform.com"
PN="defraggler" PN="piriform.defraggler"
VERSION="2.09.391" VERSION="2.09.391"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"