This commit is contained in:
Mario Fetka 2012-05-02 09:56:02 +02:00
parent e82fe24bcc
commit b4bd332a9f
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 ;$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$ = "vncneighborhood" Set $ProductId$ = "sysworksoft.vncneighborhood"
Set $MinimumSpace$ = "3 MB" Set $MinimumSpace$ = "3 MB"
; the path were we find the product after the installation ; the path were we find the product after the installation
Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Neighborhood" Set $InstallDir$ = "%ProgramFiles32Dir%\VNC Neighborhood"

View File

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

View File

@ -5,7 +5,7 @@ incremental: False
[Product] [Product]
type: localboot type: localboot
id: vncneighborhood id: sysworksoft.vncneighborhood
name: VNC Neighborhood name: VNC Neighborhood
description: VNC Neighborhood description: VNC Neighborhood
advice: ADVICE advice: ADVICE

View File

@ -2,7 +2,7 @@
# Setup product information # Setup product information
############################ ############################
VENDOR="sysworksoft.net" VENDOR="sysworksoft.net"
PN="vncneighborhood" PN="sysworksoft.vncneighborhood"
VERSION="1.1.9" VERSION="1.1.9"
RELEASE="3" RELEASE="3"
PRIORITY="0" PRIORITY="0"