[WiX-users] Reverse engineered VS2003 MSI

2008-04-08 Thread Christopher Butcher
Hi guys I've run DARK on a VS2003 MSI for a Web Service. Using the WXS generated I've built a new MSI using CANDLE and LIGHT. On first attempt it didn't work. I discovered that it would work when I removed the following three lines and then massaged the InstallExecutionSequence to

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-28 Thread Christopher Butcher
[mailto:[EMAIL PROTECTED] Sent: 27 March 2008 14:38 To: Christopher Butcher Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall and ServiceControl Christopher Butcher wrote: The service does uninstall, the files are deleted by the MSI ok. It's just that whatever

Re: [WiX-users] ServiceInstall and ServiceControl

2008-03-26 Thread Christopher Butcher
Arnson [mailto:[EMAIL PROTECTED] Sent: 26 March 2008 03:22 To: Christopher Butcher Cc: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] ServiceInstall and ServiceControl Christopher Butcher wrote: The installation runs through fine and installs, the oddity comes after uninstalling

[WiX-users] ServiceInstall and ServiceControl

2008-03-25 Thread Christopher Butcher
Hi Guys I'm experiencing an odd behaviour when using ServiceInstall and ServiceControl. Component Id=C_SERVICEEXE Guid=90362226-CBC6-8A2A-9D2C-6D3B922B0F15 Location=local File Id=SERVICEEXE Name=SERVCLNT.EXE LongName=SDService.exe Vital=yes KeyPath=yes DiskId=1

[WiX-users] Building a Web App MSI for VS 2003

2008-03-11 Thread Christopher Butcher
Trying to build a WIX install to run with CruiseControl. I built an MSI from VS2003 for a Web App solution. Then ran DARK on it, run CANDLE and LIGHT and builds a new MSI fine. But when you run the MSI, asks for target folder, accepts, starts install, then fails. Digging inside,