I have to create an installation file for ActiveX components. This ActiveX components will be downloaded as an *.exe installer file, executing this installer file will install the required ActiveX components on the user's PC.
To create such an installation file I came across two installer software -
- Install Shield
- NSIS (Nullsoft Scriptable Install System)
So which of the above option is preferable or any other options?