SQL Server Express Installer Helper is a PC utility intended to help download and install SQL Express with settings suitable for using SQL Express as a database server on a local network of PCs.
To download and install the helper utility, please click on the link below.
Note: SQL Server Express is a large package that can take some time to install. You may need to reboot your PC after the installation.
The utility works out which version of SQL Express (32-bit or 64-bit) is best suited to your Windows OS and downloads the basic edition of SQL Express 2014 from Microsoft's website, i.e. it downloads the version of SQL Express without any tools such as SQL Server Management Studio.
The helper utility applies settings that enable:-
Note: A SQL login/ password are set for the new SQL Server instance. A default is chosen but the user is given the option of changing these during the installation.
During installation a file is written to the Documents folder on the PC containing the new instance name and SQL Server login details.
During installation a sqlconfig.ini file is written to the Documents folder on your PC showing the settings applied when running the SQL Express installer. Typical contents of the sqlconfig.ini file are shown below.
[OPTIONS] ; ACTION="Install" ; ; Specifies features to install, uninstall, or upgrade. ; The list of top-level features include SQL, AS, RS, IS, and Tools. ; The SQL feature will install the database engine, replication, and full-text. ; The Tools feature will install Management Tools, Books online, ; SQL Server Data Tools, and other shared components. FEATURES="SQL" ; ; Accept license terms IACCEPTSQLSERVERLICENSETERMS="True" ; ; Install English version if other language packs are available ENU = "True" ; ; Display the UI but don't accept input (as opposed to QUIET which doesn't display a UI at all) QS="True" ; ; Show progress in command line INDICATEPROGRESS="True" ; ; Define an Instance ID INSTANCEID="SQLEXPRESS1" ; ; Define an Instance name INSTANCENAME="SQLEXPRESS1" ; ; Enable TCP/ IP TCPENABLED = "1" ; ; Enable remote browsing BROWSERSVCSTARTUPTYPE = "Automatic" ; ; Allow local admins access to the server SQLSYSADMINACCOUNTS = "BUILTIN\ADMINISTRATORS" ; ; Avoid rebooting SkipRules="RebootRequiredCheck" ; ; Allow SQL login as well as Windows Authentication SECURITYMODE="SQL" ; ; Set the SA account password - mandatory if SECURITYMODE = SQL is specified SAPWD="sapasswd"
The main purpose of the SQL Server Installer helper was to aid setup of SliQ Invoicing as a client/ server application allowing multiple users to invoice simultaneously.
As well as setting up SQL Express to work as a server database it is necessary to set up a network of PCs. Assuming you are using Windows 10, more help on networking PCs can be found at Setting Up SliQ Invoicing in Server Mode.
Clicking the button below will take you to our downloads page where you can download the latest version of SliQ Invoicing.