Electron-builder: Include and run external installer

Created on 11 Oct 2016  路  2Comments  路  Source: electron-userland/electron-builder

  • 7.11.4:

  • Win x64:

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

question windows

Most helpful comment

Please use NSIS target and customise install script.

All 2 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

philcockfield picture philcockfield  路  3Comments

leo picture leo  路  3Comments

antonycourtney picture antonycourtney  路  3Comments

mstralka picture mstralka  路  3Comments

popod picture popod  路  3Comments