02-26-2015 10:11 AM
Hello is it possible to do a build so that to have a REGSVR32 of a specific dll when my application is install?
02-26-2015 11:56 AM
Yes - you can setup an 'executable to run after install' in the installer build specification and this can be a batch file (to run command prompt commands to register the DLL). You can even get things like the 'install directory' inside your batch file if you're packaging the DLL in your installer.