Hi,
i tried to build a msi-package for Tightvnc, but i run into problems:
clean/new Installation -> before-snapshot -> Vnc installation ->
afer-snapshot
in the .NAI i got the following entries:
@FILES
@SourceDir\Programme\TightVNC\LICENCE.txt::@ProgFiles\TightVNC\LICENCE.txt
@SourceDir\Programme\TightVNC\README.txt::@ProgFiles\TightVNC\README.txt
@SourceDir\Programme\TightVNC\TightVNC.url::@ProgFiles\TightVNC\TightVNC.url
@SourceDir\Programme\TightVNC\VNCHooks.dll::@ProgFiles\TightVNC\VNCHooks.dll
@SourceDir\Programme\TightVNC\WinVNC.exe::@ProgFiles\TightVNC\WinVNC.exe
@SourceDir\Programme\TightVNC\unins000.dat::@ProgFiles\TightVNC\unins000.dat
@SourceDir\Programme\TightVNC\unins000.exe::@ProgFiles\TightVNC\unins000.exe
@SourceDir\Programme\TightVNC\vncviewer.exe::@ProgFiles\TightVNC\vncviewer.exe
@ICONS
@NTSERVICES
"winvnc","VNC Server","272","2","1","\"@ProgFiles\\TightVNC\\WinVNC.exe\" -service","","\\\\","",""
looks IMHO fine, but i cant build the MSI
Error:
Severity:1
Message:
Error processing service winvnc: service executable file WinVNC.exe" -service not found in package.
The problem seems to be the '-service'-Parameter
without the '-service' the build is OK, but thats not what i want..
BTW:
is there any Documentation about the .NAI-file?
any hints?
Chris
|