How to detect if .net framework is installed or not in the target machine by Installshield? If it is already installed how to find the installed version of .net framework? Can anyone please help.
Asked
Active
Viewed 678 times
0
-
possible duplicate of [Install Dotnet after installing own pakage in installshield?](http://stackoverflow.com/questions/8256100/install-dotnet-after-installing-own-pakage-in-installshield) – Cody Gray - on strike Jan 25 '12 at 05:45
-
The question Cody Gray references has the answer to the first part. But Vimal, what do you mean by find in "find the installed version"? – Michael Urman Jan 25 '12 at 12:44
2 Answers
0
installshield
stallaton designer
system search
chose: file path,specifie by registry entry
registry root: HKEY_LOCAL_MACHINE
registry key: \SOFTWARE\Microsoft\Microsoft SQL Server\Instance Names\SQL
next
IS_SQLSERVER_SERVER
choise Addition Option .

Marvin Pinto
- 30,138
- 7
- 37
- 54

mamine
- 1
0
InstallShield has a series of predefined searches. You should be aware that multiple versions of the .NET framework can run side by side ( 1.0, 1.1, 2.0-3.5 and 4.0 )

Christopher Painter
- 54,556
- 6
- 63
- 100