Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-07-01 Thread manishshirsat
hii Bob, As you said Burn did not supports disabling/enabling Windows features. So i created my own Exe say "NetHelper.exe" for doing this task. This exe enables windows features for .Net3.5. Now i am not getting how to use this exe within my bootstrapper installer so that- 1) if the OS is win7

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-07-01 Thread Bob Arnson
On 29-Jun-12 03:03, manishshirsat wrote: > my bootstrapper app always goes for downloading and installing .net 3.5 > framwork instead of turning on feature. Nothing in Burn today supports disabling/enabling Windows features. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-06-29 Thread manishshirsat
Yes you are right Pally, .NET 4.0 doesn't exist on Win 7/Server 2008 R2. It has to be installed. but in my scenario, i need .Net 3.5 to be installed on win7... so for Win7 we have to turn on the features for .Net 3.5 This is what i was looking for.. my bootstrapper app always goes for download

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-06-28 Thread Pally Sandher
: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Trying to install .Net 4.0 with Burn hii everyone, I am also having same king of issue. bootstrapper should enable .NET framework feature (for win7 and above) rather than asking for installing it.. i have spent 2-3 days to figuring this ou

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2012-06-28 Thread manishshirsat
hii everyone, I am also having same king of issue. bootstrapper should enable .NET framework feature (for win7 and above) rather than asking for installing it.. i have spent 2-3 days to figuring this out but found nothing. Any help appreciated. Thanx. -Manish. -- View this message in context

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2011-10-03 Thread Bob Arnson
On 03-Oct-11 06:41, Igor Solodovnikov wrote: > Here is my log. It looks like bootstrapper do found .NET framework but i > still don't understand why it asks to install it again. Please give me some > advice. It can't load your custom BA; you need to diagnose your BA code and configuration file.

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2011-10-03 Thread Igor Solodovnikov
On Sat, Oct 1, 2011 at 12:51 AM, Bob Arnson wrote: > On 30-Sep-11 10:11, Igor Solodovnikov wrote: > > Of course .Net 4.0 should not be installed if it is already on the target > > machine. Unfortunately during my testing i found my bundle shows > "Microsoft > > .NET Framework required for applica

Re: [WiX-users] Trying to install .Net 4.0 with Burn

2011-09-30 Thread Bob Arnson
On 30-Sep-11 10:11, Igor Solodovnikov wrote: > Of course .Net 4.0 should not be installed if it is already on the target > machine. Unfortunately during my testing i found my bundle shows "Microsoft > .NET Framework required for application setup" message even on machine with > .NET 4.0 installed.