VNC and WinInstLE

  • Thread starter Christian =?iso-8859-1?Q?L=F6w?=
  • Start date
C

Christian =?iso-8859-1?Q?L=F6w?=

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::mad:ProgFiles\TightVNC\LICENCE.txt
@SourceDir\Programme\TightVNC\README.txt::mad:ProgFiles\TightVNC\README.txt
@SourceDir\Programme\TightVNC\TightVNC.url::mad:ProgFiles\TightVNC\TightVNC.url
@SourceDir\Programme\TightVNC\VNCHooks.dll::mad:ProgFiles\TightVNC\VNCHooks.dll
@SourceDir\Programme\TightVNC\WinVNC.exe::mad:ProgFiles\TightVNC\WinVNC.exe
@SourceDir\Programme\TightVNC\unins000.dat::mad:ProgFiles\TightVNC\unins000.dat
@SourceDir\Programme\TightVNC\unins000.exe::mad:ProgFiles\TightVNC\unins000.exe
@SourceDir\Programme\TightVNC\vncviewer.exe::mad: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
 
J

Jeff Elliott

I just tried to build a package with WinVNC and got the same error.
"Error processing service winvnc: service executable file
WinVNC.exe" -service not found in package"
Any tips on getting this program to package successfully? Does it have
anything to do with it being a service? Someone has had to of packaged this!




Christian Löw said:
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::mad:ProgFiles\TightVNC\LICENCE.txt
@SourceDir\Programme\TightVNC\README.txt::mad:ProgFiles\TightVNC\README.txt
@SourceDir\Programme\TightVNC\TightVNC.url::mad:ProgFiles\TightVNC\TightVNC.url
@SourceDir\Programme\TightVNC\VNCHooks.dll::mad:ProgFiles\TightVNC\VNCHooks.dll
@SourceDir\Programme\TightVNC\unins000.dat::mad:ProgFiles\TightVNC\unins000.dat
@SourceDir\Programme\TightVNC\unins000.exe::mad:ProgFiles\TightVNC\unins000.exe
@SourceDir\Programme\TightVNC\vncviewer.exe::mad:ProgFiles\TightVNC\vncviewer.e
xe

@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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top