Did you run as an administrator?

 

Error 1923 looks like a permissions problem.

 

1923: Service '[2]' ([3]) could not be installed. Verify that you have
sufficient privileges to install system services.

 

________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of fiordean
dacian
Sent: Friday, May 04, 2007 1:37 PM
To: WiX-users@lists.sourceforge.net
Subject: [WiX-users] ServiceInstall error 1923

 


Hi,

I'm getting a 1923 error during a service install. The message displayed
by Windows Installer is 

Here is the WiX source code:

<Component Id="DcIs" Guid="{9A5E7B2C-9B5F-42A3-9715-BC1384C95F15}">
                            <File Id="DcSrvc" Name="DcIS.exe"
LongName="DcIS.exe"
                                Source="$(var.CoreDir)DcIS.exe"
DiskId="1" KeyPath="yes"/>
                            <ServiceInstall Id="DcSrvcInstall"
                                DisplayName="DC Interface Server"
Name="DC Interface Server"
                                ErrorControl="normal" Interactive="no"
                                Start="demand" Type="ownProcess"
Vital="yes">
                            </ServiceInstall>
                        </Component>

I can't see anything wrong with <ServiceInstall/> tag. Any ideas why
this happens?

Thanks,
Dacian



 

________________________________

Sucker-punch spam with award-winning protection.
Try the free Yahoo! Mail Beta.

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to