OldSquirrelForWindows icon indicating copy to clipboard operation
OldSquirrelForWindows copied to clipboard

Explain AppSetup and illustrate some common scenarios

Open shiftkey opened this issue 12 years ago • 0 comments

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

shiftkey avatar Oct 07 '13 11:10 shiftkey