Im creating a simple alarm application which uses PNRP to send and recive alarms over the local network. Now Im planning och implementing some auto update for this application and have looked at a few existing solutions.
The following is the requirements of the app.
- It needs to allow network traffic in the Windows firewall for the executable file
- It needs to put a shortcut in the Startup folder
- It needs to be installed for everyone on the computer
This are the three primary requirements for the app.
So whats the best solution?