- Knowledge Base
- Installation
- SQL Server
-
Getting Help
-
12.3 Specific changes
-
Installation
-
Learn
- Business Activities
- Business Activity Manager
- Business Alerts
- Configuration
- Customer
- Database
- EDI
- General
- Inventory
- Manager Windows
- Mobile
- Picklists (Advanced Picking)
- Product
- Purchasing
- Purchase Order Manager
- QuickBooks & Acctivate Basics
- QuickBooks Desktop Sync
- QuickBooks Online Sync
- Reporting
- Sales
- Sales Order Manager
- Sales Tax
- Server
- Shipping
- Startup
- User Interface
- Webstore
-
Troubleshoot
-
Specs
-
FAQs
Installing Acctivate against an existing instance, performing Silent MSI installs, and performing Silent Database upgrades.
Acctivate can be installed with a variety of commands to do various things such as install against an existing SQL instance. This article includes links to our up-to-date guides on our docs' page about how to perform these tasks.
By default, the Acctivate install will create a SQL Express 2022 instance named ACCTIVATE when installed on the server. The installer on both the server and the workstation will require user interaction and the database upgrade will require user interactions. For situations where you do not want to use the default Acctivate instance or want to install without the need for user interactions, we offer a variety of installation commands that can be ran via the command prompt.
All of those commands are as follows. Click the link to be taken to the appropriate docs section for each command:
- Install using an existing SQL instance.
- Performing a silent server/workstation MSI install.
- You must first install the third party components such as the MSOLEDB driver, Crystal reports, etc. You can find the list and download links here.
- Performing a silent Database upgrade.
We also allow you to install Acctivate without loading the demo company database. To perform that, use the following command, replacing SERVERNAME\INSTANCE with the name of your server and SQL instance:
- SQL Auth:
-
setup /sqlserver=SERVERNAME\INSTANCE /sqluid:sa /sqlpwd:password /nodemo
-
- Win Auth:
- setup /sqlserver=SERVERNAME\INSTANCE /sqltrusted /nodemo