SDX Help
Knowledge Base > SQLServer > Installing Microsoft SQL Server 2008 |
Click the icons to download the SQL2008Install.bat and SQL2008Install.ini which contain the minimum options necessary for JPEGger and/or EZCash to run correctly. More options may be added at your discretion. Before installation, customization for the system’s configuration is most likely necessary for both files.
D:\Setup.exe /ConfigurationFile=”C:\Program Files\JPEGger\SQL2008Install.INI”
The “D:” should be the location that the Microsoft SQL Server 2008 installation software resides.In this example, the DVD Rom drive containing the installation software is D: drive.However, this could be a different drive or even a shared drive with an extended path.
“C:\Program Files\JPEGger\SQL2008Install.INI”
This points to the other file mention in this article.In this example, I chose to put both the batch file and configuration file in the JPEGger application folder.
Note:On 64-bit servers, JPEGger installs in “C:\Program Files (x86)” folder.Therefore, change the location to:
“C:\Program Files (x86)\JPEGger\SQL2008Install.INI”
At the top of the configuration file, there is a section that will need to be changed based on the server’s configuration.Section is as follows:
;*****************************************************************************;
; Specifies the path to the installation media folder where setup.exe is located.
MEDIASOURCE=”D:\”
; Specify the installation directory.
INSTANCEDIR=”C:\Program Files\Microsoft SQL Server”
;INSTANCEDIR=”C:\Program Files (x86)\Microsoft SQL Server”
; Specify the root installation directory for native shared components.
INSTALLSHAREDDIR=”C:\Program Files\JPEGger\Microsoft SQL Server”
;INSTALLSHAREDDIR=”C:\Program Files (x86)\JPEGger\Microsoft SQL Server”
; Specify the Instance ID for the SQL Server features you have specified. SQL Server directory structure, registry structure, and service names will reflect the instance ID of the SQL Server instance.
INSTANCEID=”MSSQLSERVER”
;*****************************************************************************;
MEDIASOURCE=”D:\”
to the location of the media.
INSTANCEDIR=”C:\Program Files\Microsoft SQL Server”
;INSTANCEDIR=”C:\Program Files (x86)\Microsoft SQL Server”
Note: The line not in use has a “;” as the first character which comments that line out so that it will be ignored by installation
Click this icon to download the SQL-Server2008-Install Instructions.