Re: [WiX-users] Embedding patch inside bootstrapper

2008-05-22 Thread John Vottero
> Is there an "easy" way to create a setup.exe bootstrapper that embeds > the > msi/msp inside it? I can get msbuild to create the setup.exe just > fine, but > I need to distribute my patch as a single file. > > My googling has suggested this isn't a feature of msbuild and I've yet > to > find an

Re: [WiX-users] Embedding patch inside bootstrapper

2008-05-22 Thread Neil Enns
lto:[EMAIL PROTECTED] On Behalf Of Neil Enns Sent: Thursday, May 22, 2008 1:40 PM To: Wilson, Phil; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Embedding patch inside bootstrapper Are you doing clickonce to get the setup.exe bootstrapper? In other words, is this "publish"

Re: [WiX-users] Embedding patch inside bootstrapper

2008-05-22 Thread Neil Enns
2008 1:32 PM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Embedding patch inside bootstrapper Visual Studio should do this a custom resource import (Add Resource and Import). I just tested by having a zip file as custom resource of type D1 in a Visual C++ 2005 exe as a dumb test,

Re: [WiX-users] Embedding patch inside bootstrapper

2008-05-22 Thread Wilson, Phil
? Phil Wilson -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of A. Brooks Hollar Sent: Thursday, May 22, 2008 12:44 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Embedding patch inside bootstrapper Is there an "easy" way to create a

[WiX-users] Embedding patch inside bootstrapper

2008-05-22 Thread A. Brooks Hollar
Is there an "easy" way to create a setup.exe bootstrapper that embeds the msi/msp inside it? I can get msbuild to create the setup.exe just fine, but I need to distribute my patch as a single file. My googling has suggested this isn't a feature of msbuild and I've yet to find another tool to do t