Re: [WiX-users] How to create an installer looks like Visual Studio 2010

2010-09-29 Thread jhennessey
Burn does not require the .NET Framework, you can code your UX in native code if you want to. (The WiX 3.6 installer is using managed code for the UI so it installs .NET for you before presenting the UX.) -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.

Re: [WiX-users] How to create an installer looks like Visual Studio 2010

2010-09-29 Thread Christopher Painter
ng Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me - Original Message From: Bruce Cran To: General discussion for Windows Installer XML toolset. Sent: Wed, September 29, 2010 6:33:18 AM Subject: Re: [WiX-users] How to create an installer

Re: [WiX-users] How to create an installer looks like Visual Studio 2010

2010-09-29 Thread Bruce Cran
On Wed, 29 Sep 2010 11:14:35 +0100 "Pally Sandher" wrote: > You'll need to write your own bootstrapper or ExternalUI rather than > use the built in Windows Installer UI. > > Burn will eventually offer something similar to that experience from > what I've heard/read but until it's done (which cou

Re: [WiX-users] How to create an installer looks like Visual Studio 2010

2010-09-29 Thread Pally Sandher
You'll need to write your own bootstrapper or ExternalUI rather than use the built in Windows Installer UI. Burn will eventually offer something similar to that experience from what I've heard/read but until it's done (which could be a while yet) your only option is to roll your own. dotnetinst