Is there any option to include and run external installers during the actual install?
For instance I have native modules that require MS VS redist 2015 package, how I suppose to include and run it during the install?
Thanks
Please use NSIS target and customise install script.
For instance I have native modules that require
I doubt that it is required for runtime. It should be compile time dependency, but not runtime.
Most helpful comment
Please use NSIS target and customise install script.