OK so exactly what will the installation command line look like if I do the following:
Database Server Name = databaseserver.host.com
DatabaseName = dotshoppingstore
DatabaseFilePath = ??
EncryptionKeyPath = ??
SMTP email server = mail.testing.com
System.EmailAddress = testing@test.com
My installtion command line string to me looks like this
InstDSC.exe databaseserver.host.com dotshoppingstore d:database\dotshoppingstore d:\BowlopolisStoreEncryptionKey
I am thinking the databasefilepath should be like the d: drive on the database server? and the encryption key should be saved on the machine that is running the dotshoppingcart software. Please help me clear this up.
|