rename
This commit is contained in:
parent
4ca8e774d6
commit
86a3656d0e
@ -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$ = "recuva"
|
Set $ProductId$ = "piriform.recuva"
|
||||||
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%\Recuva"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\Recuva"
|
||||||
|
@ -30,7 +30,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
|
|||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
; - Please edit the following values -
|
; - Please edit the following values -
|
||||||
; ----------------------------------------------------------------
|
; ----------------------------------------------------------------
|
||||||
Set $ProductId$ = "recuva"
|
Set $ProductId$ = "piriform.recuva"
|
||||||
Set $InstallDir$ = "%ProgramFiles32Dir%\Recuva"
|
Set $InstallDir$ = "%ProgramFiles32Dir%\Recuva"
|
||||||
Set $LicenseRequired$ = "false"
|
Set $LicenseRequired$ = "false"
|
||||||
Set $LicensePool$ = "p_" + $ProductId$
|
Set $LicensePool$ = "p_" + $ProductId$
|
||||||
|
@ -5,7 +5,7 @@ incremental: False
|
|||||||
|
|
||||||
[Product]
|
[Product]
|
||||||
type: localboot
|
type: localboot
|
||||||
id: recuva
|
id: piriform.recuva
|
||||||
name: Recuva
|
name: Recuva
|
||||||
description: Accidentally deleted an important file? Lost something important when your computer crashed? No problem! Recuva recovers files deleted from your Windows computer.
|
description: Accidentally deleted an important file? Lost something important when your computer crashed? No problem! Recuva recovers files deleted from your Windows computer.
|
||||||
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
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# Setup product information
|
# Setup product information
|
||||||
############################
|
############################
|
||||||
VENDOR="piriform.com"
|
VENDOR="piriform.com"
|
||||||
PN="recuva"
|
PN="piriform.recuva"
|
||||||
VERSION="1.42.544"
|
VERSION="1.42.544"
|
||||||
RELEASE="1"
|
RELEASE="1"
|
||||||
PRIORITY="0"
|
PRIORITY="0"
|
||||||
|
Loading…
Reference in New Issue
Block a user