Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3961264
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T02:57:15+00:00 2026-05-20T02:57:15+00:00

I have an application that uses a SQL Server DB, and I wish to

  • 0

I have an application that uses a SQL Server DB, and I wish to deploy SQL Server Express to the target site. How can I automate this so the end-user/installer has minimum exposure to any technicalities of the SQL Server Express installation, even such as choosing an sa password? We’re assuming the end-user can barely operate a mouse.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T02:57:16+00:00Added an answer on May 20, 2026 at 2:57 am

    The exact correct information on how to do this depends on SQL server version you want to install, but in general words you can call the Express installer with the /settings modifier, providing a INI file containing all the relevant configuration parameters you want to apply to that particular installation including SA Password, instance name and things like that.

    You can also call the setup with passing all the relevant settings as parameters on the command line, from setup /? for 2008 express (in spanish)

    Ejemplo de instalación desatendida completa, mostrando todos los parámetros necesarios:

    setup.exe /Q /ACTION=install /PID= /FEATURES=SQL,AS,RS,IS,Tools
    /INSTANCENAME=MSSQLSERVER /SQLSVCACCOUNT=”MyDomain\MyAccount”
    /SQLSVCPASSWORD=”************” /SQLSYSADMINACCOUNTS=”MyDomain\MyAccount ”
    /AGTSVCACCOUNT=”MyDomain\MyAccount” /AGTSVCPASSWORD=”************”
    /ASSVCACCOUNT=”MyDomain\MyAccount” /ASSVCPASSWORD=”************”
    /RSSVCACCOUNT=”MyDomain\MyAccount” /RSSVCPASSWORD=”************”
    /ISSVCAccount=”MyDomain\MyAccount” /ISSVCPASSWORD=”************”
    /ASSYSADMINACCOUNTS=”MyDomain\MyAccount”

    free translation: Unattended full installation example, showing all needed parameters

    To perform this actions, you can include the SQL Server Express installation file in your application own installer and call it passing the parameters when appropriate.

    You’ll find more information on the SQL Server 2005: Unattended installation article series at database journal.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have an application that uses SQL Server 2008 R2 Express with Advanced Services.
I have built an application that uses SQL Express 2005 and I want to
We have a WinForms application that uses SQL server to store its data. To
We have a web application that uses SQL Server 2008 as the database. Our
I have a desktop application that uses an SQL Server CE 3.5 database. I
We have developed a .NET web application that uses SQL Server as a backend.
The Scenario I have written a Silverlight 3 Application that uses an SQL Server
I have a c# winform application that uses SQL 2005 Express. The application creates
I have a .net 3.5 application running on windows mobile professional that uses sql
I have a database table that uses Sql Server 2005's uniqueidentifier column. I know

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.