We need to perform the following using InstallShield 2013, can someone please guide me:
- Check if SQL Server Express is installed in the user's machine or not.
- If present, what is the version that is present.
- If the version is not 2012, then we need to install SQL Server Express 2012 silently in the background.
- Give write access on a folder for a particular login (Sql service)
- After installation of SQL Express 2012, we need to restore a database from a .bak file.
- After restoring the db, how to run some sql scripts?
Please provide me any link or guidance on how to acheive the above objectives. I am also parallely trying to read the documentation and blogs, but they are vast.
Thanks in advance, Pavan