Shipping a .NET application with MakeNSIS — 1. From publish to Setup.exe
dotnet publish delivers files; an installer delivers a deployment experience. MakeNSIS turns that last mile into code: …
2 articles
dotnet publish delivers files; an installer delivers a deployment experience. MakeNSIS turns that last mile into code: …
Part one introduced the NSIS language, compiled a first script with makensis, and then applied the process to a real …