Advanced Installation TopicsInstall Sana Commerce SDK

Install Sana Commerce SDK

Sana Commerce 9.2
Your connector

Create Sana 9.2.1 Installer

 NOTE

Applies to: Sana Commerce SDK 9.2.1

When all Sana customizations are implemented and tested, you can create the Sana Installer. It can be used to install your customized Sana project just in a regular way.

Create the Sana Installer

Open Windows PowerShell command-line, navigate to the Sana Commerce "SDK" folder and run the "SDK.ps1" script with the following parameters:

.\SDK.ps1 -CreateInstaller

This script will create the Sana Installer in the "\SDK\InstallerPackage" folder using the default name of the SQL server database backup instance (.\SQLEXPRESS) and database name (SanaStore).

If you are using another SQL server database backup instance and database name, you must specify them in the above-mentioned command:

.\SDK.ps1 -CreateInstaller [-SqlServer <InstanceName>] [-Database <DatabaseName>]

When the Sana Installer is created, you can install your customized Sana project. For more information, see "Installation".

Advanced Installation TopicsInstall Sana Commerce SDK