[WiX-users] Struggling with a bootstrapper application for .NET prerequisites installation

2011-11-07 Thread Mathias Bauer
Hi, I have some problems with using the new burn feature. I want to create a bootstrapper that checks for a particular .NET version and then eventually installs the missing prerequisite before it installs my own application. If have two problems: (1) The DetectCondition for my .NET

Re: [WiX-users] Struggling with a bootstrapper application for .NET prerequisites installation

2011-11-07 Thread Mathias Bauer
Sorry, I accidently sent this mail a second time. :-( Just ignore it. Regards, Mathias On 07.11.2011 09:57, Mathias Bauer wrote: Hi, I have some problems with using the new burn feature. I want to create a bootstrapper that checks for a particular .NET version and then eventually installs

[WiX-users] Adding VSC++ 2008 Runtime to WIX projects causes permanent rebuild

2011-11-07 Thread Mathias Bauer
Hi, I've created a WIX project in my solution that works as expected, especially it rebuilds only if one of the projects it depends on changes. Now I've added the C++ runtime as a merge module, and now the WIX project is rebuilt every time I build the solution. Here's what I added to my

Re: [WiX-users] Struggling with a bootstrapper application for .NET prerequisites installation

2011-11-07 Thread Mathias Bauer
On 03.11.2011 02:18, Bob Arnson wrote: On 02-Nov-11 07:55, Mathias Bauer wrote: [0BBC:11CC][2011-11-02T12:47:18]: Setting string variable 'DotNet30InstallRegValue' to value '1' [0BBC:11CC][2011-11-02T12:47:18]: Setting string variable 'DotNet30Version' to value '3.0.30729.5420' [0BBC:11CC

[WiX-users] Struggling with a bootstrapper application for .NET prerequisites installation

2011-11-02 Thread Mathias Bauer
Hi, I have some problems with using the new burn feature. I want to create a bootstrapper that checks for a particular .NET version and then eventually installs the missing prerequisite before it installs my own application. If have two problems: (1) The DetectCondition for my .NET