REGDB_KEYPATH_DOTNET_30_SP

InstallShield 2018 » InstallScript Language Reference

REGDB_KEYPATH_DOTNET_30_SP is a predefined constant whose value is the registry location (not including the root key) of the registry key for SP1—or a later service pack—of the .NET Framework 3.0. It is defined as follows:

Software\Microsoft\NET Framework Setup\NDP\v3.0\

Tip • You can use the REGDB_KEYPATH_DOTNET_30_SP variable when querying whether SP1—or a later service pack—of the .NET Framework 3.0 is installed. To detect whether the RTM version of the .NET Framework 3.0 is installed, use REGDB_KEYPATH_DOTNET_30.

You cannot change the value of a predefined constant. You can use this constant to specify a key when calling a general registry-related function. This predefined constant is also supported when using the Is function.

Used With

Is

See Also