Re: [WiX-users] Create .wixmsp

2013-11-12 Thread horana
I will post verbose log shortly. Do we have to mentioned changed files, binaries in the patch.wxs file I thought Candle, Torch processes will figure out changed files? Please let me know how it really works If we need to mention changed binaries it is difficult, in some cases it may

Re: [WiX-users] Create .wixmsp

2013-11-09 Thread Blair Murri
When you applied your patch, what did the verbose installation log say? > Date: Fri, 8 Nov 2013 18:31:39 -0500 > From: horanag...@gmail.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Create .wixmsp > > I used above procedure using candle, light, msi

Re: [WiX-users] Create .wixmsp

2013-11-08 Thread Nagesh Hora
I used above procedure using candle, light, msimsp executables to generate hotfixes. However on applying the patch, i don't see expected changed file deployment. How to proceed On Mon, Oct 14, 2013 at 9:39 AM, Zarko Kostovic wrote: > Hi, > > You get it by using candle and light on the attached

Re: [WiX-users] Create .wixmsp

2013-10-14 Thread Zarko Kostovic
Hi, You get it by using candle and light on the attached .wxs file (which containes Patch element). candle [path to the Patch wxs file] -out [Path where wixobj will be placed] light [Path of the previously generate wixobj file] -out [Path and name of the wixmsp file] Example: Compile and make wi

[WiX-users] Create .wixmsp

2013-10-14 Thread Chaitanya
Hi, How to create .wixmsp file.I checked all the methods which present in Google.but,i cant able to prepare .wixmsp file. I want to create MSP file which install for Hotfixes and install updates. -- Thanks & Regards, Chaitanya. -