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 <zarko.kosto...@gmail.com>wrote:

> 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 wixobj file for Patch wxs script
> candle HotFixPatch.wxs -out Patch\
> Link wixobj file generated with candle for Patch script and generate patch
> wixmsp file
> light Patch\HotFixPatch.wixobj -out HotFixPatch.wixmsp
>
> candle.exe and light.exe can be found in WiX Toolset v3.7\bin folder in,
> most commonly, ProgramFiles(x86).
>
>
>
>
> On Mon, Oct 14, 2013 at 1:29 PM, Chaitanya <chaita...@pointcross.com>
> wrote:
>
> > 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.
> >
> >
> >
> >
> ------------------------------------------------------------------------------
> > October Webinars: Code for Performance
> > Free Intel webinars can help you accelerate application performance.
> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> > from
> > the latest Intel processors and coprocessors. See abstracts and register
> >
> >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> > _______________________________________________
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> Žarko Kostović M.Sc.
> Faculty Of Technical Sciences
> University of  Novi Sad, Serbia
>
>
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to