SGSOnlySetup.exe

To install:

1.      Open a command prompt and run the command:

SGSOnlySetup.exe /quiet

Note:       Place the license file in the same directory as the installation executable (.exe) file before calling this command.

2.      Include any of the following parameters.

Note:       Default values are in brackets [].

§  CONFIGURE_IIS_YES_NO [1] – Defines whether to use the ApplicationPoolIdentity user account or create a new one:

§  0 – Use ApplicationPoolIdentity account.

§  1 – Use custom account.

Machine generated alternative text: Sh.:IineGIcbe Sep.:er Setup IIS Application Pool Identity Select a Windows user account for the IIS application pool The user account requires Modify permission to the installed folders Use the Applicatonpoolldentty built-in account Use custom account: administrator Password: •Skyline

IIS Application Pool Identity Dialog

§  USERNAMEPROPERTY – Set user name. Set this parameter if the Use custom account [1] value was set for the parameter above.

§  PASSWORDPROPERTY – Set password. Set this parameter if the Use custom account [1] value was set for the parameter above.

§  INSTALLFOLDER [C:\inetpub\wwwroot\SG] – Defines the installation folder.

§  DB_NEW_OR_EXISTING [1] – Defines the SGS configuration database:

§  0 – Choose an existing database. If using this option, set the database’s token.

§  1 – Create a new database.

§  2 – Upgrade database. TARGETDB_DIR must be provided if selecting this option.

§  TARGETDB_DIR [C:\SkylineGlobeConfiguration] – The path to the SkylineGlobe database and uploads directory. 

Machine generated alternative text: SkylineGIcbe Server Setup Server Configuration Database Folder Define the SkylineGIobe Server configuration database •Skyline Create a nevv database - Select this opton when creabng nevv local single server or nevv server duster. For a server duster, a token should be generated later in SGS Manager Upgrade pur existing database - Select this opton when upgrading an existing SGS o installation for the same IIS applicaton pool identty. No token is required. Choose an existng database - Select this opton when connectng to an existng duster, o using a backup database, or changing app pool identty, and then enter its known token: Database Location - For a server duster, the database must be Bcated on a shared drive that has Modify permission and is accessible from all servers:

Server Configuration Database Folder Dialog

§  TOKENSTRING – Use this parameter if the selected value of DB_NEW_OR_EXISTING is 0. When connecting to an existing cluster, using a backup database, or changing app pool identity.

§  ALIAS [SG] – The alias name of the application in the IIS.

§  IIS_WEBSITENAME – The name of the website as it appears under Sites in IIS Manager.

Graphical user interface, text, application Description automatically generated 

§  HASPCHECKCHECKBOX – Toggle on the HASP checkbox.

HASP Run-Time Dialog

Example:

SGSOnlySetup.exe /quiet CONFIGURE_IIS_YES_NO=1 USERNAMEPROPERTY=user1 PASSWORDPROPERTY=passwordTest INSTALLFOLDER=C:\SG TARGETDB_DIR=D:\SkylineGlobeConfiguration

In the script above, SGS is installed under a custom user (CONFIGURE_IIS_YES_NO=1) into a custom folder (INSTALLFOLDER=C:\SG) and its database will be operated in a custom directory (TARGETDB_DIR=D:\SkylineGlobeConfiguration).

 

Note:   When using floating licenses, an SLFloat.xml file, with the URL of the SFLS server, must be manually copied to each client machine’s installation root folder. This URL is normally set on the client side using the License Manager tool. To create this file manually, create an XML file called SLFloat.xml, that contains the following line:

<Floating><ServerUrl>https://[SERVERIP]/sfls/Client/ClientCalls.aspx</ServerUrl></Floating>

To uninstall:

§  Type the following command in the command prompt window:

SGSOnlySetup.exe /quiet /uninstall