CoCreateObjectDotNet
InstallShield 2020 » InstallScript Language Reference
Project:The following project types support the CoCreateObjectDotNet function:
| • | InstallScript | 
| • | InstallScript MSI | 
| • | Basic MSI with InstallScript custom actions | 
The CoCreateObjectDotNet function has been deprecated. Calling this function is the same as calling the DotNetCoCreateObject function with a null string ("") for the szAppDomain parameter.
For more information, see DotNetCoCreateObject.
See Also