/silent Installation without User Interface
/uninstall Uninstall BoostDraft
/skip-vsto Skip installation for VSTO Runtime
/delcache Deleting ClickOnce cache. If you encounter unknown error, try adding this option
/productkey Set the product key
/emailaddress Set the email address
/use-proxy Enables proxy settings
/proxy-address <Proxy address> Specifies the proxy server address
/proxy-account <Proxy account name> Specifies the proxy username
/proxy-password <Proxy account password> Specifies the proxy password
Go to Registration in the BoostDraft Tab
Enter your product key and email address and click Register
We have many customers using VDI such as Citrix, VMware and etc. with persistent or non-persistent mode. We generally recommend our customers to install the software by individual basis. The software will be installed
UserName\AppData\Roaming\BoostDraft
User Registry
It works well even with non-persistent mode.
Create productkey.xml per user, such as yohei_fujii_productkey.xml
Locate each productkey to %AppData%\BoostDraft directory
Copy yohei_fujii_productkey.xml %AppData%\BoostDraft\productkey.xml
In order to check if BoostDraft is installed in this user, check if the following key exists in Registry
Please make sure you change the path and filename for BoostDraftInstaller
reg query HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\Word\Addins\BoostDraftAlpha /v Manifest
if %errorlevel% equ 0 GOTO SKIP_INSTLLATION
certutil -addstore -user TrustedPublisher \\fileserver\INSTALL$\BoostDraft\BoostDraftClientCertificate2027.cer
\\fileserver\INSTALL$\BoostDraft\BoostDraftAgentInstaller_USLaw.exe /silent
For the Certificate, please download from here if you needed from here. Download Certificate
BoostDraftClientCertificate2027.cer: Trusted Publisher
SectigoPublicCodeSigningCAR36.cer, SectigoPublicCodeSigningRootR46.cer: Intermediate Certification Authority
Sectigo(AAA).cer: Trusted Root Certification Authority
To install BoostDraft using the command line, use the following options:
/silent — Installs BoostDraft without a user interface
/productkey — Specifies the product key
/emailaddress — Specifies the email address
Example:
To install BoostDraft with the product key AAAA-BBBB-CCCC and the email address test@example.com, use the following command:
<Installer Filename.exe> /silent /productkey AAAA-BBBB-CCCC /emailaddress test@example.com
If you don't want to specify emails because you are installing multiple devices at once, please contact our team.
To install BoostDraft through a proxy server, use the following options:
/use-proxy — Enables proxy settings
/proxy-address <Proxy address> — Specifies the proxy server address
/proxy-account <Proxy account name> (optional) — Specifies the proxy username
/proxy-password <Proxy account password> (optional) — Specifies the proxy password
Example:
To install BoostDraft using the proxy server http://example.com:8080 with the username test and the password pass, use the following command:
<Installer Filename.exe> /use-proxy /proxy-address http://example.com:8080 /proxy-account test /proxy-password pass
BoostDraft consists of two parts. These two parts collaborate well and achieve great user experience
VSTO addin
BoostDraftAgent ... A resident program that will analyze documents and many other backend work
System Requirements
VSTO Addin should be enabled
TaskScheduler should be enabled for a user
Startup should be enabled.
BoostDraftAgent.exe should not be blocked by any security software
Internet access to *.boostdraft.com should be allowed to user
Please click here to see System requirements and recommended settings
Does the installation require Administrator privileges?
No for BoostDraft. Yes for Dependencies
As long as dependencies are installed, administrator rights are not required.
Belows are the dependencies
- NET Framework v4.7.2 or more:
https://dotnet.microsoft.com/en-us/download/dotnet-framework
- VSTO Runtime:
https://www.microsoft.com/en-us/download/details.aspx?id=105890
Network error happens while installation. What happened?
Please double-check check Proxy setting and Security Setting.
In the current installer version, we are not supporting Proxy (except for transparent Proxy). Please allow direct access to
*.boostdraft.com
We are working on creating a new installer that supports proxy, and it will be released in a couple of months.
With silent install, how do we set a product key?
Two ways.
(1) Individual user to add product key and email address
(2) Create a product key file and locate it to each users %AppData%
For the second option, please talk to the BoostDraft team.
How do we uninstall BoostDraft?
Go to Windows Apps and Select BoostDraft to uninstall. Detail