Hi all,

 

What is the best way to detect if .net framework 3.5 is installed with wix
v2?

I have seen that in wix v3 it is possible to use the netfxextensions. 

Like:

<PropertyRef Id="NETFRAMEWORK35"/>

      

<Condition Message="The .NET Framework 3.5 must be installed">

 Installed OR NETFRAMEWORK35

</Condition>

 

I would like to achieve something similar to this in my v2 installer. 

Unfortunately I cannot migrate to v3 just yet.

 

//Tobias

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to