Re: [WiX-users] Creating a burn package from the command line

2012-06-01 Thread Lily.Lee
toolset. Subject: Re: [WiX-users] Creating a burn package from the command line "burn.exe" is the engine that gets compiled with your packages to create a final bundle. To actually compile a bundle, you create a .wxs file that uses the new top-level Bundle element. The WiX.chm walks throug

Re: [WiX-users] Creating a burn package from the command line

2012-05-31 Thread Rob Mensching
"burn.exe" is the engine that gets compiled with your packages to create a final bundle. To actually compile a bundle, you create a .wxs file that uses the new top-level Bundle element. The WiX.chm walks through the very basics of this. On Thu, May 31, 2012 at 11:54 AM, wrote: > Hi All, > > > >