View forum topic
List of forum topicsSubject: MSSQL and patches
Hello;
We have a software package which contains 5 modules (5 exe). Our modules use MSSQL as database server. We want to create an installer for our package. We also want to install MSSQL Express Ed. during our installation but MSSQL requires some patches. Following lists show which patches required. We are using Free Ed. of CreateInstall. (v 5.11.2)
For Windows XP
Dotnetfx 2.0
Dotnetfx 3.0
WindowsInstaller 3.1
.NET Framework Client Profile
Dotnetfx 4.0
WindowsXP KB926139 v2 x86
WindowsXP KB942288-v3-x86
For Windows 7
PowerShell V2 SDK
Dotnetfx 4.0
For Windows Server 2003 R2
Dotnetfx 2.0
Dotnetfx 3.0
WindowsInstaller 3.1
NET Framework Client Profile
Server 2003 R2 Windows PowerShell
Dotnetfx 4.0
My Questions;
1) How can i get operating system version?
2) How can i get the required patches if installed?
3) how can i install a patch in silent mode which is not installed?
(Some of them have a silent mode, which can be started with command prompt by giving parameters)
4) Can i do this steps with free version?
Note: To install MSSQL Express Ed, we'll pass a configuration file as a parameter. You can find detail on this page http://www.youtube.com/watch?v=e240GlAUp5k
Note 2: Some of the patches can be detected if they are installed by checking regedit values or some file if exists.
You do not have to answer all of my questions, please give me a clue if you have.
I'll share my *.ci project file if i manage to do it.
best regards, Selman.
>1) How can i get operating system version?
There are some predefined variables such as oswindows, osminor,osmajor etc.
http://www.createinstall.com/help/predefined-variables.html
>2) How can i get the required patches if installed?
You should know how to detect patches. CreateInstall allows you to read the Registry and search files on drives
>3) how can i install a patch in silent mode which is not installed?
>(Some of them have a silent mode, which can be started with command prompt by giving parameters)
If the patches support silent mode then run them with silent parameters of the command-line.
It is possible to run the application in the hidden mode, but the user can think that the setup is hangs up if the patch is big.
>4) Can i do this steps with free version?
You have an very old version. I recommend you to download and install the latest version of CreateInstall.
You can start with the free version but I think it won't be enough.
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.