The answer to your problem is the same as the answer I gave to the first 
question on this thread. Use the WiXNetFxExtension instead of trying to 
re-write what the WiX team have already written, tested & maintain. It has all 
the conditions required already authored & they've been exhaustively tested so 
they definitely work (with 1 exception which I bug reported).

A redistributable requiring an internet connection to install defeats the 
entire purpose of it being a redistributable. Have you tried it or is this 
purely conjecture? It works perfectly fine for me on VM's without internet 
access if I dump the required file into .\redist\

Palbinder Sandher 
Software Platform Engineer 
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com 

**Design, Simulate + Innovate with the <Virtual Environment>** 
Integrated Environmental Solutions Limited. Registered in Scotland No. SC151456
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow G20 
0SP
Email Disclaimer 



-----Original Message-----
From: Thomas Fresneau [mailto:thomas.fresn...@bracco.com] 
Sent: 12 July 2013 10:51
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] MBA - .NET Framework 4 keeps trying to install

Hello,

I have a similar problem. 
.NET Framework 4 Client Profile and Extended are installed on machine. I'm also 
using the following DetectCondition: DetectCondition="Netfx4FullVersion
AND (NOT VersionNT64 OR Netfx4x64FullVersion)". However, in my specific case, I 
get: 

Condition 'Netfx4FullVersion AND (NOT VersionNT64 OR Netfx4x64FullVersion)'
evaluates to false.

Maybe the .NET Framework 4 Extended is not considered as a full version. I 
don't know where I can find an exhaustive list of these conditions.


Pally Sandher wrote
> Use WiXNetFxExtension instead of reinventing the wheel  -> 
> http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm

As far as I understood, even using the .Net Framework 4.0 Full standalone setup 
(NetFx40Redist) requires an Internet connection. But some of my users don't 
have an Internet connection when installing my product.

Thanks,

Thomas



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/MBA-NET-Framework-4-keeps-trying-to-install-tp7586411p7587320.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics Get end-to-end 
visibility with application monitoring from AppDynamics Isolate bottlenecks and 
diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to