installshield - SQL Server 2012 Express checking and silent installation -
we need perform following using installshield 2013, can please guide me:
- check if sql server express installed in user's machine or not.
- if present, version present.
- if version not 2012, need install sql server express 2012 silently in background.
- give write access on folder particular login (sql service)
- after installation of sql express 2012, need restore database .bak file.
- after restoring db, how run sql scripts?
please provide me link or guidance on how acheive above objectives. parallely trying read documentation , blogs, vast.
thanks in advance, pavan
there different ways achieve it. can check using prerequisite , installed. can use custom action or install script silent install of sql server after doing registry check.
once installed, using script can restore database, , installshiled basic msi provides options include sql scripts , run or using installscript can run sql scripts .
Comments
Post a Comment