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
; therefore please: only lower letters, no umlauts,
; no white space use '-' as a seperator
Set $ProductId$ = "paintdotnet"
Set $ProductId$ = "paintdotnet.paintdotnet"
Set $MinimumSpace$ = "60 MB"
; the path were we find the product after the installation
Set $InstallDir32$ = "%CommonProgramsDir%\Paint.NET"

View File

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

View File

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

View File

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