1923 is the generic error message you get when the service fails to install.  
The error message is basically useless.  That makes debugging the 
ServiceInstall more painful than it should be.  Quite often the problem is that 
the service has some dependency that isn't satisfied at the point of install.

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED]
Sent: Friday, May 04, 2007 11:00 AM
To: [EMAIL PROTECTED]; WiX-users@lists.sourceforge.net
Subject: Re: [WiX-users] ServiceInstall error 1923

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<%0d%0ahttp:/us.rd.yahoo.com/evt=49981/*http:/advision.webevents.yahoo.com/mailbeta/features_spam.html>
 with award-winning protection.
Try the free Yahoo! Mail 
Beta.<%0d%0ahttp:/us.rd.yahoo.com/evt=49981/*http:/advision.webevents.yahoo.com/mailbeta/features_spam.html>
-------------------------------------------------------------------------
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