check pre-requisites for dotnetframework
Hi Folks,
I have a package which has to go for pre requisite check for dotnet frame work.
Package has to check dotnetframe work version which is >=2 then successfull Installation nor if it is less <2 then installation should Show Dotnetframe work minimum required version is 2 and exit.
How to set this in my package .
I have a package which has to go for pre requisite check for dotnet frame work.
Package has to check dotnetframe work version which is >=2 then successfull Installation nor if it is less <2 then installation should Show Dotnetframe work minimum required version is 2 and exit.
How to set this in my package .
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
AngelD
13 years ago
Posted by:
kvanand84@hotmail.co
13 years ago
Posted by:
AngelD
13 years ago
You don't need to use WiX to perform this, the site describes the information to find out which version(s) exists on the computer.
Just use AppSearch to search for the "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\<minimum .NET version RegKeyName>" and use the property specified for the AppSearch entry as the condition for the launch condition.
Just use AppSearch to search for the "HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\<minimum .NET version RegKeyName>" and use the property specified for the AppSearch entry as the condition for the launch condition.

so that the conversation will remain readable.