This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Silent Setup Including SQL Server 2008 Express
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 07, 2010
11:53 PM
Silent Setup Including SQL Server 2008 Express
Hi Dears,
I want to create a silent setup for my Applications, which needs Microsoft SQL Server 2008 Express as Prerequisite. So I've Checked it in :
Installation Designer -> Application Data -> Redistributables
Then i set it's properties by " Edit Prerequisite " window. in the "Application To Run " tab , in the command line i put this command :
/ACTION="Install" /FEATURES="SQLENGINE" /INSTANCENAME="SAFASQLEXPRESS" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SECURITYMODE="SQL" /SAPWD="1" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS"
in the command for silent mode area i put: /s or /quiet
but when i run my setup, it opens the windows for installing sql.
what should i do not to show sql setup's windows to the user ??
with Best Regards,
Avazeh
I want to create a silent setup for my Applications, which needs Microsoft SQL Server 2008 Express as Prerequisite. So I've Checked it in :
Installation Designer -> Application Data -> Redistributables
Then i set it's properties by " Edit Prerequisite " window. in the "Application To Run " tab , in the command line i put this command :
/ACTION="Install" /FEATURES="SQLENGINE" /INSTANCENAME="SAFASQLEXPRESS" /SQLSVCACCOUNT="NT AUTHORITY\SYSTEM" /SECURITYMODE="SQL" /SAPWD="1" /SQLSYSADMINACCOUNTS="BUILTIN\ADMINISTRATORS"
in the command for silent mode area i put: /s or /quiet
but when i run my setup, it opens the windows for installing sql.
what should i do not to show sql setup's windows to the user ??
with Best Regards,
Avazeh
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
May 12, 2010
06:59 AM
You have to put either /Q or /QS.
Refer to http://msdn.microsoft.com/en-us/library/ms144259.aspx .
Hope this helps.
Refer to http://msdn.microsoft.com/en-us/library/ms144259.aspx .
Hope this helps.