[WiX-users] Please Help: HEAD0319: heat -out argument ill defined???

2011-02-27 Thread Robert Buck
I have a RESTful web service that I am trying to create an installer for. I am publishing the artifacts to a local directory for harvesting, which works properly. However, when I exec heat passing it a number of arguments to harvest from the local Publish directory it fails citing I did not

Re: [WiX-users] The imported project .... Wix.CA.targets was not found

2011-02-27 Thread Neil Sleightholm
The documentation is out of date and the path should be $(MSBuildExtensionsPath)\Microsoft\WiX\v3.x\Wix.CA.targets (note: 3.x not 3.0). Neil -Original Message- From: Robert Hermann [mailto:rob.herm...@nicewareintl.com] Sent: 25 February 2011 20:52 To: 'wix-users@lists.sourceforge.net'

Re: [WiX-users] Burn bootstrapper and MSI UI

2011-02-27 Thread Rob Mensching
Haven't landed the model yet but it is looking possible. On Sat, Feb 26, 2011 at 4:15 AM, Wouter Demuynck wouter.am.demuy...@gmail.com wrote: Hi, I am exploring the new features of WiX 3.6 and especially Burn, which is a very compelling addition to the WiX toolset. Although I love the fact

Re: [WiX-users] Please Help: HEAD0319: heat -out argument ill defined???

2011-02-27 Thread Rob Mensching
First thing to chec: be very careful with trailing backslashes on quoted paths. That can cause the Windows cmd processor to think you want the quote escaped. Try a double backslash on your directory. On Sun, Feb 27, 2011 at 7:09 AM, Robert Buck buck.rober...@gmail.comwrote: I have a RESTful web

Re: [WiX-users] Problems applying patches

2011-02-27 Thread Rob Mensching
Does the new file have a newer file version? Patch is really just apply transfor then repair product. On Fri, Feb 25, 2011 at 7:06 AM, John Daintree jo...@dyalog.com wrote: Hello all, I'm working with Liam who previously asked some patch related questions. (

Re: [WiX-users] Problem with RemoveExistingProducts action

2011-02-27 Thread Igor Lemsky
Ok, I understand about shared dll and so on. But I dont understand - why upgrade scenario didn't work? In both cases. I did wrong wix-xml for my installer or windows installer just works so? I want my installer to add files during upgrade. Can I put RemoveExistingProducts after InstallFinalize as