[WiX-users] Installing framework 4.0 update

2014-01-11 Thread Goran Malovic
Hi, our application requires .NET framework 4.0 and, since we use async targeting pack, it also requires certain framework update to be installed. I have found out that there are (at least) two updates that address issue that arises when using async with framework 4.0 - KB2468871 and KB2600211.

Re: [WiX-users] Bootstrapper inherited from WixBA

2014-01-11 Thread Sean
In your BootstrapperCore.config, this is wrong: The assemblyName attribute needs to have your assembly name, CustomBA3. The config tells Burn which dll has your BA, then the dll's manifest tells burn which class is your BA. Also looking at this guide http://blogs.msdn.com/b/heaths/archiv

Re: [WiX-users] Support for VS2013 Express

2014-01-11 Thread Graham Allwood
Thanks Thomas. I might try SharpDevelop for my setup project then. -Original Message- From: Thomas Tomiczek [mailto:t.tomic...@nettecture.com] Sent: 11 January 2014 10:54 To: General discussion about the WiX toolset. Subject: Re: [WiX-users] Support for VS2013 Express NO extension is s

Re: [WiX-users] Support for VS2013 Express

2014-01-11 Thread Christopher Painter
This is one of the core user stories for ISWIX. WiX / IsWiX can't integrate with Express, but it can integrate with the stand alone integrated shell.If you keep your .NET projects in one solution and your WiX projects in another solution then you'll be able to use the different editions

Re: [WiX-users] Support for VS2013 Express

2014-01-11 Thread Thomas Tomiczek
NO extension is supported in any express product - because the extension points are disabled. That is the "price" of using an express product. https://support.firegiant.com/entries/24003561-WiX-toolset-support-for-Visual-Studio-Express- http://stackoverflow.com/questions/16616876/is-wix-compatib

[WiX-users] Support for VS2013 Express

2014-01-11 Thread Graham Allwood
Hi, I'm using VS2013 Express (for Windows Desktop dev) and have installed the latest 3.8 toolset for Wix. However, there is no option for me when creating a new project to create a Wix project. Is Wix 3.8 supported in the VS Express products? Thanks for your help Graham --