This commit is contained in:
Mario Fetka 2012-05-02 08:59:15 +02:00
parent 11e68e4710
commit 1e3afcb929
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 ;$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$ = "paintdotnet" Set $ProductId$ = "paintdotnet.paintdotnet"
Set $MinimumSpace$ = "60 MB" Set $MinimumSpace$ = "60 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET" Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"

View File

@ -35,7 +35,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "paintdotnet" Set $ProductId$ = "paintdotnet.paintdotnet"
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET" Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"
Set $InstallDir64$ = "%CommonProgramsDir%\Paint.NET" Set $InstallDir64$ = "%CommonProgramsDir%\Paint.NET"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: paintdotnet id: paintdotnet.paintdotnet
name: Paint.NET name: Paint.NET
description: Paint.NET is free image and photo editing software for computers that run Windows. description: Paint.NET is free image and photo editing software for computers that run Windows.
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="getpaint.net" VENDOR="getpaint.net"
PN="paintdotnet" PN="paintdotnet.paintdotnet"
VERSION="3.5.10" VERSION="3.5.10"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"