I have a msi built using Wix3.5 which has a conditional check on .NET 3.5 SP 1
being installed on the target machine like so:
<PropertyRef Id="NETFRAMEWORK35"/>
<PropertyRef Id="NETFRAMEWORK35_SP_LEVEL"/>
<Condition Message="This application requires .NET Framework 3.5 Framework SP1
or later"> <![CDATA[Installed OR (NETFRAMEWORK35_SP_LEVEL and NOT
NETFRAMEWORK35_SP_LEVEL = "#0")]]> </Condition>
This check fails on Windows 8 (x64). Do I need to make a change to this
condition in order to support windows 8? Are there any other general gotchas I
need to be aware of when installing an app on windows 8? The MSI does a basic
install of a 32-bit application on a Windows 8 x64 machine but I assume there
should be no problem with that. My remaining question is: I there any reason to
upgrade to a later release of Wix (ie, Wix 3.6)?
Any help is appreciated.
sanjay
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users