This commit is contained in:
Mario Fetka 2012-05-02 18:08:27 +02:00
parent 4a2c42ebd8
commit c08bdb3698
4 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,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$ = "notepad-plus-plus.notepad-plus-plus" Set $ProductId$ = "notepad++.notepad++"
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%\Notepad++" Set $InstallDir$ = "%ProgramFiles32Dir%\Notepad++"

View File

@ -21,7 +21,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "notepad-plus-plus.notepad-plus-plus" Set $ProductId$ = "notepad++.notepad++"
Set $InstallDir$ = "%ProgramFiles32Dir%\Notepad++" Set $InstallDir$ = "%ProgramFiles32Dir%\Notepad++"
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: notepad-plus-plus.notepad-plus-plus id: notepad++.notepad++
name: Notepad++ name: Notepad++
description: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. description: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages.
advice: ADVICE advice: ADVICE

View File

@ -1,7 +1,7 @@
############################ ############################
# Setup product information # Setup product information
############################ ############################
PN="notepad-plus-plus.notepad-plus-plus" PN="notepad++.notepad++"
VERSION="6.1.2" VERSION="6.1.2"
RELEASE="4" RELEASE="4"
PRIORITY="0" PRIORITY="0"