November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I thought there was an option added in this version to allow this but I do not see it. If you want to install a database you can run the following script
C:\Program Files (x86)\EPiServer\CMS\7.5.394.2\Install\Modules\EPiServer Commerce 7.5.394.2\ECF\Data\SqlScripts\Helpers\Setup.bat with the following parameters from the bat file
set dbAdmin=%1
set dbAdminPass=%2
set dbServer=%3
set dbName=%4
set dbUser=%5
set dbPass=%6
set appName=%7
The script will create the database and the set the specified dbuser and dbpass as the dbo of the newly created database.
Is there out of the box way to install Commece database schema without installing Commerce site?
I know that that is easy for Cms schema. There is corresponding action in Deployment Center for CMS, but there is nothing similar for Commerce.