This commit is contained in:
Mario Fetka 2012-05-02 06:58:53 +02:00
parent d5b24c79c6
commit f2098510d7
4 changed files with 4 additions and 4 deletions

View File

@ -24,7 +24,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$ = "putty" Set $ProductId$ = "bitvise.putty"
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%\PuTTY" Set $InstallDir$ = "%ProgramFiles32Dir%\PuTTY"

View File

@ -17,7 +17,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
; - Please edit the following values - ; - Please edit the following values -
; ---------------------------------------------------------------- ; ----------------------------------------------------------------
Set $ProductId$ = "putty" Set $ProductId$ = "bitvise.putty"
Set $InstallDir$ = "%ProgramFiles32Dir%\PuTTY" Set $InstallDir$ = "%ProgramFiles32Dir%\PuTTY"
; ---------------------------------------------------------------- ; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: putty id: bitvise.putty
name: Putty name: Putty
description: PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator. description: PuTTY is a free implementation of Telnet and SSH for Windows and Unix platforms, along with an xterm terminal emulator.
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="www.putty.org" VENDOR="www.putty.org"
PN="putty" PN="bitvise.putty"
VERSION="0.62" VERSION="0.62"
RELEASE="1" RELEASE="1"
PRIORITY="0" PRIORITY="0"