PDA

View Full Version : Conditionally check for .NET framework installed?



NewsArchive
06-11-2008, 02:51 AM
I have one program in the setup that require .NET. It is not installed by default.
Can I check for .NET framework intalled only when that option is selected?
Bjarne

NewsArchive
06-11-2008, 02:51 AM
Hi Bjarne,

> I have one program in the setup that require .NET. It is not installed by
> default. Can I check for .NET framework intalled only when that option is
> selected?

Yes, no problem. "Get System Information (.NET Status)" allows you to check
whether a specific .NET Framework is installed. The function returns 1 if
specific framework is installed. You can then use the returned value in
conditional statements.

Does this help?

--
Friedrich Linder
Lindersoft
www.lindersoft.com
+1.954.252.3910

"point. click. ship" - that's SetupBuilder
Create Windows Vista ready installations in minutes

-- Official Comodo Code Signing and SSL Certificate Partner

NewsArchive
06-11-2008, 03:51 AM
excellent

Bjarne Havnen