Whether you use a template written by yourself, a quick deployment script, or are using the example deployment template demonstrated earlier in Chapter 8, you will, at some stage, need to perform some type of action before or after the application has been installed.
This chapter will demonstrate various code samples that will cover most of the fundamental pre- and post-deployment tasks you will come across.
If you are using the example deployment template provided by this book, then with little to no modification, each ...