Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Matthew Dodkins
y, March 24, 2011 12:22 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error 1923 upgrading a service > > When I use the word 'upgrade', I'm simply referring to running a new MSI > that is installing the same service (re-instal

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Castro, Edwin G. (Hillsboro)
> -Original Message- > From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com] > > When I use the word 'upgrade', I'm simply referring to running a new MSI > that is installing the same service (re-installing). Does it matter if I > haven't > changed the version number? Depends on what v

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread David Watson
toolset. Subject: Re: [WiX-users] Error 1923 upgrading a service You should set Remove="Both" in your service control entry. This will help in the cleanup and if any other service happens to share the same name, you remove it. Mat Skildum Aspect Software direct: 630.227.8534 mobile: 84

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Skildum, Mathew
- From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com] Sent: Thursday, March 24, 2011 12:22 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error 1923 upgrading a service When I use the word 'upgrade', I'm simply referring to running a ne

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Matthew Dodkins
es.msc to see the > current situation. > > -Original Message- > From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com] > Sent: Thursday, March 24, 2011 9:39 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Error 1923 upgrading a se

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Chad Petersen
l.com] Sent: Thursday, March 24, 2011 9:39 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Error 1923 upgrading a service Yes, it looks like this :- Thanks On Thu, Mar 24, 2011 at 3:54 PM, David Watson wrote: > Do you have a ServiceControl element th

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread Matthew Dodkins
Yes, it looks like this :- Thanks On Thu, Mar 24, 2011 at 3:54 PM, David Watson wrote: > Do you have a ServiceControl element that stops the service on install? > > > > > > -Original Message- > From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com] > Sent: 24 March 2011 10:33 > To

Re: [WiX-users] Error 1923 upgrading a service

2011-03-24 Thread David Watson
Do you have a ServiceControl element that stops the service on install? -Original Message- From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com] Sent: 24 March 2011 10:33 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Error 1923 upgrading a service Hi there I'm having p