Hey everyone,

I am trying to force my install to check and make sure Service Pack 1 for the .NET Framework 1.1 is installed before it is able to run.  Currently I have a check for .NET Framework 1.1 (see code below) but I have not been able to figure out how to check for SP1.

 

<!-- Don't allow install to continue if .NET Framework 1.1 is not installed -->

<Property Id='FRAMEWORK11'>

            <RegistrySearch Id='Framework11Registry' Type='raw' Root='HKLM' Key='Software\Microsoft\.NETFramework\policy\v1.1' Name='4322' />

</Property>

<Condition Message='.NET Framework 1.1.4322 or greater is required.  Please install this software first, and then rerun the setup again.'>FRAMEWORK11 = "3706-4322"</Condition>

 

Anyone have any ideas?

 

Thanks in advance,

Jonas

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to