Re: [WiX-users] Multiple Instances and Component IDs

2009-12-15 Thread Kevin Garman
Kevin Garman [mailto:gar...@scadaware.com] > Sent: Monday, December 14, 2009 2:18 PM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Multiple Instances and Component IDs > > Hi, > > Ya, that part works fine. It's the bit about '

Re: [WiX-users] Multiple Instances and Component IDs

2009-12-14 Thread Uma Harano
discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Multiple Instances and Component IDs Hi, Ya, that part works fine. It's the bit about 'non-file' components that I'm working through right now (services and registry entries). At the moment these component

Re: [WiX-users] Multiple Instances and Component IDs

2009-12-14 Thread Kevin Garman
UCT-CODE} > > Hope this helps, > > -- Yan > > -Original Message- > From: Kevin Garman [mailto:gar...@scadaware.com] > Sent: Friday, December 11, 2009 18:38 > To: wix-users > Subject: [WiX-users] Multiple Instances and Component IDs > > Hi, > >

Re: [WiX-users] Multiple Instances and Component IDs

2009-12-14 Thread Yan Sklyarenko
, use the following command line: msiexec /x {INSTANCE-PRODUCT-CODE} Hope this helps, -- Yan -Original Message- From: Kevin Garman [mailto:gar...@scadaware.com] Sent: Friday, December 11, 2009 18:38 To: wix-users Subject: [WiX-users] Multiple Instances and Component IDs Hi,

[WiX-users] Multiple Instances and Component IDs

2009-12-11 Thread Kevin Garman
Hi, I am building an installer that creates a service and registry entries (among other things) and I need to be able to install multiple instances. It works almost in it's entirety, but I'm still stuck on the un-installation of instances. The information I've found so far is a couple of posts h