OldSquirrelForWindows
OldSquirrelForWindows copied to clipboard
Explain AppSetup and illustrate some common scenarios
Walk through these hooks:
- Install
- Install a version
- Uninstall a version
- Uninstall everything
Illustrate some common scenarios (which don't need admin rights):
- Unzip an archive to a given folder
- Cleanup the folder on uninstall
- fetch data from a webservice
Identify some of the known constraints:
- put components in a separate assembly to your main app
- we try and load necessary dependencies in the same folder (i.e. not nested)
- exceptions are captured and logged