5. Installation of Application
5.1 Steps to go executable file:
- After completing all the process in HM NIS edit you can get the .nsi file in the saved path.
- Along with the NSIS script file you also get setup file as the name given by you. By using the setup file you can install the application.
- After finishing the progress of setup file you can be able to see the application folder in the folder where you give the path to install.
6. Troubleshooting
- Problem: App doesn't open. Check if the .exe file name in script is correct.
- Problem: Missing .NET error. Ensure Self-contained mode was used while publishing.
- Problem: Setup file installs, but app not run. Verify all published files were copied into installer.
- Problem: Shortcut not working. Double check target path and executable name.
