Re: [WiX-users] CD and web-based deployment

2012-04-18 Thread Rob Mensching
Relative path goes in "Name" attribute (which defaults to the filename from SourceFile if you don't provide Name) and download URL goes in the "DownloadUrl" attribute. On Wed, Apr 18, 2012 at 10:15 PM, E. Timothy Uy wrote: > Wouldn't I need two URLs? The relative path in the CD and the web-base

Re: [WiX-users] CD and web-based deployment

2012-04-18 Thread E. Timothy Uy
Wouldn't I need two URLs? The relative path in the CD and the web-based path? On Wed, Apr 18, 2012 at 9:54 PM, Rob Mensching wrote: > You can do it in one. Put all the necessary packages on the CD and make > sure there are URLs for all packages then put the same stuff up on the web. > > On Wed,

Re: [WiX-users] CD and web-based deployment

2012-04-18 Thread Rob Mensching
You can do it in one. Put all the necessary packages on the CD and make sure there are URLs for all packages then put the same stuff up on the web. On Wed, Apr 18, 2012 at 12:48 PM, E. Timothy Uy wrote: > Hi, I'm just getting started with using burn to build the BootStrapper > (VS2010). If I wan

[WiX-users] CD and web-based deployment

2012-04-18 Thread E. Timothy Uy
Hi, I'm just getting started with using burn to build the BootStrapper (VS2010). If I want to make a CD *and *a web-based deployment will I need to make two bootstrapper projects? Or can I do it all in one. Thank you. Respectfully, Tim -