Install SQL 2008 r2 express with my application
-
Hi, I have an application in C# that use SQL Server 2008 R2 Express. When i install the package i need to choose option and to install: 1. Microsoft .Net Framework 3.5 SP1. 2. Windows Installer 4.5. 3. Windows PowerShell 1.0 I have an SQL Script that will build my DB at SQL 2008 R2 Express and will add the user configuration that i want. I want to make install package that will include the SQL 2008 R2 Express (including "Microsoft .Net Framework 3.5 SP1.", ,"Windows Installer 4.5" and "Windows PowerShell 1.0 "). Will run the script and install my application. I don't want to let the user to choose configuration for the DB in the installation process. How can i do that? Thanks, Shai.
-
Hi, I have an application in C# that use SQL Server 2008 R2 Express. When i install the package i need to choose option and to install: 1. Microsoft .Net Framework 3.5 SP1. 2. Windows Installer 4.5. 3. Windows PowerShell 1.0 I have an SQL Script that will build my DB at SQL 2008 R2 Express and will add the user configuration that i want. I want to make install package that will include the SQL 2008 R2 Express (including "Microsoft .Net Framework 3.5 SP1.", ,"Windows Installer 4.5" and "Windows PowerShell 1.0 "). Will run the script and install my application. I don't want to let the user to choose configuration for the DB in the installation process. How can i do that? Thanks, Shai.
-
Hi, I have an application in C# that use SQL Server 2008 R2 Express. When i install the package i need to choose option and to install: 1. Microsoft .Net Framework 3.5 SP1. 2. Windows Installer 4.5. 3. Windows PowerShell 1.0 I have an SQL Script that will build my DB at SQL 2008 R2 Express and will add the user configuration that i want. I want to make install package that will include the SQL 2008 R2 Express (including "Microsoft .Net Framework 3.5 SP1.", ,"Windows Installer 4.5" and "Windows PowerShell 1.0 "). Will run the script and install my application. I don't want to let the user to choose configuration for the DB in the installation process. How can i do that? Thanks, Shai.
X|
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, and improve readability.