This commit is contained in:
Mario Fetka 2012-05-02 10:06:16 +02:00
parent 2354fb40b8
commit 5e904c755d
4 changed files with 4 additions and 4 deletions

View File

@ -31,7 +31,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$ = "winscp"
Set $ProductId$ = "winscp.winscp"
Set $MinimumSpace$ = "20 MB"
; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\WinSCP"

View File

@ -27,7 +27,7 @@ Set $LogDir$ = "%SystemDrive%\tmp"
; ----------------------------------------------------------------
; - Please edit the following values -
; ----------------------------------------------------------------
Set $ProductId$ = "winscp"
Set $ProductId$ = "winscp.winscp"
Set $InstallDir$ = "%ProgramFiles32Dir%\WinSCP"
; ----------------------------------------------------------------

View File

@ -5,7 +5,7 @@ incremental: False
[Product]
type: localboot
id: winscp
id: winscp.winscp
name: WinSCP
description: WinSCP ist ein grafischer Open Source SFTP und FTP Client fuer Windows, der auch das alte SCP-Protokoll unterstuetzt.
advice: ADVICE

View File

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