kexplo / electron-edge

Run .NET and Node.js code in-process on Electron
http://tjanczuk.github.io/edge
Other
426 stars 36 forks source link

Distributing electron application with electron-edge #5

Open chromonav opened 8 years ago

chromonav commented 8 years ago

What are extra system requirements for electron-edge based applications. If possible can you update the Readme regarding the same.

stackh34p commented 8 years ago

I am also interested in more detailed information regarding distribution of a production-ready electron-edge application in the form of:

What prerequisites should be needed on the target machine for a working installation, that need to be pre-packaged or provided by the installer (assuming there are no other dependencies than the standard .NET / Mono runtime and Node) ? Should Windows systems have Visual C++ Redistributable package installed?

kauevaz commented 7 years ago

Hi there! I know that, for windows need these two packages to a release work( in a formated windows for example). Its there anything i can do to install these both with the release package installer?

https://download.microsoft.com/download/6/A/A/6AA4EDFF-645B-48C5-81CC-ED5963AEAD48/vc_redist.x64.exe

https://download.microsoft.com/download/0/A/3/0A372822-205D-4A86-BFA7-084D2CBE9EDF/DotNetCore.1.0.1-SDK.1.0.0.Preview2-003131-x64.exe


I'm about to finalize in windows and going to ubuntu/debian and osx, for now all three is ok, but in a fully develop config, needing to make tests in empty systems installing just package things.