1) I'm getting error 1923.

2) The installation rolls back.

3) It's C# 2.0.

4) I'm not showing any UI. The service acts as a small web server. It's 
listening for HTTP requests and sends back images created on the fly. I 
considered IIS as a host, but I can't be sure my customers will have that 
installed or are willing to install it.


*Von:* "Wilson, Phil" <[EMAIL PROTECTED]>
*Gesendet:* 30.07.08 20:32:33
*An:* General discussion for Windows Installer XML toolset. 
<WIX-USERS@LISTS.SOURCEFORGE.NET>
*Betreff:* Re: [WiX-users] ServiceInstall account problem



1) What's your exact error? There are some differences between them. Are you 
getting 1920 or 1921?

2) I don't remember if you answered this before, but if the installation does 
not roll back, does the service start successfully after the install?

3) Is it C# or managed C++ ?

4) Your service references System.Drawing? Are you attempting to show UI from a 
service running on Vista?

Phil Wilson


-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Daniel Rieck
Sent: Wednesday, July 30, 2008 6:50 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] ServiceInstall account problem



Thanks, but that can't be the problem. My service only references Framework 
assemblies (mscorlib, System, System.Drawing and System.ServiceProcess).
*Von:* "cemiles" <[EMAIL PROTECTED]>
*Gesendet:* 29.07.08 17:45:38
*An:* wix-users@lists.sourceforge.net
*Betreff:* Re: [WiX-users] ServiceInstall account problem


I'd say that error is very general. Chances are you have missing
dependencies. Run your file through reflector or depends and see what you
might be missing.


Daniel Rieck wrote:
>
>
>
> Hi everyone,
>
> I'm just getting started with WiX.
>
> I want to create a setup to install a service written in .NET. I'm using
> the code snippet found at
> http://avinashkt.blogspot.com/2007/05/how-to-install-windows-service-using.html
> [http://avinashkt.blogspot.com/2007/05/how-to-install-windows-service-using.html]
>
> I removed the Account and Password properties from ServiceInstall, because
> I want the service to run as LocalSystem.
>
> When I run the setup, I get an error message saying I don't have the
> priviliges to install system services. However, I run the setup from an
> elevated command prompt (on Vista), so priviliges shouldn't be a problem.
>
>
>
> Thank you
>
> Daniel Rieck
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's
> challenge
> Build the coolest Linux based applications with Moblin SDK & win great
> prizes
> Grand prize is a trip for two to an Open Source event anywhere in the
> world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>

--
View this message in context: 
http://www.nabble.com/ServiceInstall-account-problem-tp18707004p18714933.html
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users
        

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to