-
Registry Entries
hi,I would like to know how to add registry entries to install on ICP.Because the setup I want to do will install files and register them in the registry for my program to work.
Or,is there a way to integrate .NET framework so that it installs as ICP is run ?
-
Re: Registry Entries
You can create registry keys in the Install Info tab.
You can also install a .REG file and select the "Register OCX/DLL/REG file" option for this file, the keys will be installed.
To register a DLL or OCX file, usually you just need to select the "Register OCX/DLL/REG file" option for this file, you don't have to add yourself the keys to the registry.
To integrate the .NET framework, you have to install its installer and run this installer with one of the Run options in the View / Run tab.