Summary
Add a few quality of life improvements to the NetIP installer.
Use Case
Check for latest version
It’s always useful when an installer of a software checks if it’s the last version released before installing itself. This would prevent users to have to update to the actual new version shortly after installing it.
Proposed Solution
Add a check for latest version within the NSIS script of the installer, compare it with the current build’s version and if a new version is available, open a popup warning the user and suggesting him to download the latest version instead.
Check for already installed
The installer should check if NetIP is already installed and warn the user when he’s about to overwrite the installation folder.
Proposed Solution
Add a check for installed version in the target folder and if not empty, open a popup warning the user that he’s about to overwrite it.
Screenshots or Mockups
N/A
Additional Information
NSIS scripting can be a bit finicky to work with for custom code required for features like this. Help is welcome !