Azure / iisnode

Hosting node.js applications in IIS on Windows
Other
667 stars 101 forks source link

Support for Nano Server #51

Open jnm2 opened 6 years ago

jnm2 commented 6 years ago

Windows Nano Server doesn't come with msiexec, so I'd have to extract the files from the MSI in another OS and follow the installation steps manually.

How easy would it be to provide non-msi releases? Perhaps a powershell script to set everything up?