Search found 5 matches

Go to advanced search

by totti_acmilan17
Wed Jan 05, 2022 6:17 am
Forum: Building Installers
Topic: Create sql Database
Replies: 1
Views: 2089
 
Jump to post

Create sql Database

I want to create database in "D:\" and following is my script but it doesn't run!! -- Inline SQL script USE [master] GO /****** Object: Database [ExchangeDB] Script Date: 01/04/2022 01:01:55 ب.ظ ******/ IF NOT EXISTS(SELECT * FROM sys.databases WHERE name = 'ExchangeDB') BEGIN CREATE DATAB...
by totti_acmilan17
Wed Jan 05, 2022 6:12 am
Forum: Building Installers
Topic: Sql 2014 silent install
Replies: 5
Views: 3132
 
Jump to post

Re: Sql 2014 silent install

Is it possible to add extracted sql setup files as prerequisites? so then don't need to extract sql setup in Installation process.
following is extracted sql setup,Can I add it as prerequisites?
Capture2.JPG
Capture2.JPG (34.04 KiB) Viewed 3095 times
by totti_acmilan17
Tue Jan 04, 2022 6:43 am
Forum: Building Installers
Topic: Sql 2014 silent install
Replies: 5
Views: 3132
 
Jump to post

Re: Sql 2014 silent install

But I download the SQL setup file from Microsoft website directly!!!
by totti_acmilan17
Mon Jan 03, 2022 10:50 am
Forum: Building Installers
Topic: Sql 2014 silent install
Replies: 5
Views: 3132
 
Jump to post

Sql 2014 silent install

I set the sql 2014 to be installed silently but the problem is after extraction of sql then it doesn't run installation file of extracted sql file!!! following is my command line /x:C:\ExtractionFolder /QS /ACTION=Install /HIDECONSOLE /INSTANCENAME=TEST /FEATURES=SQL,Tools /SQLSVCSTARTUPTYPE=Automat...
by totti_acmilan17
Sun Jan 02, 2022 11:26 am
Forum: Building Installers
Topic: How to Set language of windows
Replies: 1
Views: 2036
 
Jump to post

How to Set language of windows

I want to Set language of windows and change currency settings on control panel when installing application by Advanced Installer,How it is possible?

Go to advanced search