Re: [WiX-users] Service uninstall fails in Win 7 from Control Panel

2009-12-20 Thread Adriana Rodean
Hi again, Thank you so much, seems that indeed problem was "File is in use", which brings my next question... How can i stop my service at uninstall in Win7 so "File is in use" dialog won't appear? I have this but it doesn't seem to help :( Thank you, Adriana --

Re: [WiX-users] Service uninstall fails in Win 7 from Control Panel

2009-12-18 Thread Adriana Rodean
hat Windows sent it a INSTALLMESSAGE_RMFILESINUSE message, and got > an error result, an invalid return value. > > Phil Wilson > > -Original Message- > From: Adriana Rodean [mailto:adrya1...@gmail.com] > Sent: Thursday, December 17, 2009 9:48 PM > To: wix-users@lists.sourceforge.net

Re: [WiX-users] Service uninstall fails in Win 7 from Control Panel

2009-12-17 Thread Adriana Rodean
]: EEUI - Invalid return value 4 for message type 419430400. MSI (s) (E0:28) [15:17:20:922]: EEUI - Embedded UI Handler returned ERROR_INSTALL_FAILURE MSI (s) (E0:C8) [15:17:21:016]: Note: 1: 1725 MSI (s) (E0:C8) [15:17:21:016]: Product: MyProduct -- Removal failed. On Thu, Dec 17, 2009 at 19:3

[WiX-users] Service uninstall fails in Win 7 from Control Panel

2009-12-17 Thread Adriana Rodean
Hi, I tried to uninstall my service from Control Panel on a Win 7 machine with UAC on, and it fails right after "Install validation. Validating install..." When i uninstall from the bootstrapper which executes the msi with REMOVE="ALL" it uninstalls successfully. On an XP machine works successfull

[WiX-users] install previous version when service major upgrade fails

2009-12-10 Thread Adriana Rodean
Hi, I have the following scenario. - MSI installs a service. - MSI makes MAJOR upgrade to this installed service (uninstalls old version and installs new version) - During the major upgrade if it fails, it makes rollback and the service uninstalls completely. Is it possible to tell MSI that if ser

Re: [WiX-users] Help please, doesn't execute httpcfg command

2008-12-13 Thread Adriana Rodean
gt; > After="InstallValidate">OLDFOUND > > Much easier to maintain. > > -Original Message- > From: Adriana Rodean [mailto:adrya1...@gmail.com] > Sent: Friday, December 12, 2008 12:14 > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Help

Re: [WiX-users] Help please, doesn't execute httpcfg command

2008-12-12 Thread Adriana Rodean
ServiceSetProp'>$OPGatewayComponent=2 > >After='RollbackService'>$OPGatewayComponent>2 >After='CommitServiceSetProp'>$OPGatewayComponent>2 > >After='InstallService'>$OPGatewayComponent>2 >After

[WiX-users] Help please, doesn't execute httpcfg command

2008-12-09 Thread Adriana Rodean
Hi, I need help please executing httpcfg.exe command from wix. So far i have the following code: OLDFOUND $OPGatewayComponent>2 $OPGatewayComponent=2 $OPGatewayComponent>