Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explain AppSetup and illustrate some common scenarios #199

Open
shiftkey opened this issue Oct 7, 2013 · 0 comments
Open

Explain AppSetup and illustrate some common scenarios #199

shiftkey opened this issue Oct 7, 2013 · 0 comments

Comments

@shiftkey
Copy link
Contributor

shiftkey commented Oct 7, 2013

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant