Install the CRM Application¶
This guide helps you to provision your CRM online tenant with the awisto OfficeIntegration.
- Download the solution package
-
Unblock the ZIP file otherwise the unzip is incomplete
Unblock the ZIP -
Extract the ZIP into a local directory
- Start the installation by right-clicking the
PackageDeployer.exe
application. ChooseRun as Administrator
. - Choose
Next
Package Deployer Start Screen
Step 2 - Connect to Your CRM Organization¶
- Choose
Deployment Type
Office 365 - Tick
Display list of available organizations
- Tick
Show Advanced
- Choose your
Online Region
- Enter your
User Name
andPassword
- Click
Login
Connect to CRM Organization Screen
Known Issues¶
Installation tool not running with elevated privileges
If you receive a error during login called DeviceAlreadyExists: 0x80041132
this is due to a lack of privileges.
Ensure that you started the application elevated as Administrator.
Step 3 - Confirm Installation¶
- Select
Next
to confirm the package you install - Select
Next
to confirm your organization - Select
Next
to start the installation
Installation Overview Screen
Schema Validation failed
The import process may fail if the schema validation failes for missing fields.
If this issue occures you can restart the import process again to circuit this issue with not fully complete import.
Step 4 - Finalize Installation¶
- Click
Next
to go to the end screen - Click
Finish
to close the application
Confirmation page
Configuration Options¶
You can configure some runtime settings of the package deployer tool via commandline.
Available Parameters
Paramter | Description | Default value |
---|---|---|
SkipConsent=true | Skip the create consent step completly. | False |
SkipDataImport=true | Skip importing any data. | False |
The following example instructs CRM Package Deployer to bypass the data import of the example templates.
packagedeployer.exe /Settings:"SkipDataImport=true"
Use the pipe |
character to separate parameters when you run packagedeployer.exe at the command line with multiple parameters.