Description
This script manages the installation of SQL 2012 Express from a downloaded package as specified in the supplied run time inputs.
This install process will:
- Create a working folder
- Download the specific installer for SQL 2012 Express based on the version selected
- Run a silent install of SQL 2012 Express with all defaults except those overrides set via inputs
- Clean up by deleting the working folder if it was originally created.
Remember to enable TCP or Named Pipes if you're planning on accessing this server remotely. This script does not open up the Windows Firewall either so this will either need to be done in a separate script (several available within existing ServerTemplates) or this script should be imported, cloned and modified to handle opening up firewall ports as needed
To use this as a script within a server's boot scripts, this process will create an environment variable flag specific to the install type (SQLEXPRESS_INSTALLTYPE) specified.
Revisions
Revision 6 | Oct 15, 2012
committing boot safe 2012 version
Pricing
All Users
Sign-up for RightScale
Support Information
Support is limited to the RightScale Community.
Please post bugs and enhancement requests on the RightScale OSS forums. Feel free to join us on #rightscale IRC.
