Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-12-08 Thread Bob Arnson
Gonzalo Diethelm wrote: 2. Should I expect the uninstaller to gracefully stop my service without this long pause? The service stops very quickly (it takes not more than 1 or 2 seconds to stop), and if I stop it manually there is no pause during uninstallation. The pause isn't coming from MSI

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-12-06 Thread Gonzalo Diethelm
Ok, I am recanting from my past sins and turning to ServiceInstall and ServiceControl and away from my CustomActions to install / uninstall my service. However, I get the exact same symptom as before: when uninstalling the service, there is a long pause. Since it's been some time, allow me to resta

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Bob Arnson
Gonzalo Diethelm wrote: I guess that's arguable. I already had to provide all those details (service name, startup information, etc.) in the EXE itself, in order to support the /install, /remove, /start and /stop switches. Why would I want to repeat that in the installer, instead of just callin

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Mike Dimmick
October 2007 17:24 To: Bob Arnson Cc: Rob Mensching; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] [WiX-commits] Wix 2 and service I guess that's arguable. I already had to provide all those details (service name, startup information, etc.) in the EXE itself, in order to

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Gonzalo Diethelm
I guess that's arguable. I already had to provide all those details (service name, startup information, etc.) in the EXE itself, in order to support the /install, /remove, /start and /stop switches. Why would I want to repeat that in the installer, instead of just calling the EXE? Thanks and best

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-02 Thread Bob Arnson
Gonzalo Diethelm wrote: The only reason not to use ServiceInstall and ServiceControl is the DRY principle (Don't Repeat Yourself).Since I MUST provide a way for users to start/stop/install/delete the service from the console, I don't want to replicate that mechanism anywhere else, hence the ver

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-10-01 Thread Gonzalo Diethelm
Oops, sorry. I intended to post on wix-users, I must have clicked on the wrong link. The only reason not to use ServiceInstall and ServiceControl is the DRY principle (Don't Repeat Yourself). Since I MUST provide a way for users to start/stop/install/delete the service from the console, I don't wa

Re: [WiX-users] [WiX-commits] Wix 2 and service

2007-09-28 Thread Rob Mensching
Wix-users is the correct place to ask this… Why don’t you just use the ServiceInstall and ServiceControl elements? That’s what they are for. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gonzalo Diethelm Sent: Friday, September 28, 2007 15:55 To: [EMAIL PROTECTED] Subject: [WiX