In order to create integration packs, you need to install the ‘Orchestrator Integration Pack Wizard’.

The requirements for the toolkit, can be found here: https://docs.microsoft.com/en-us/system-center/orchestrator/orch-integration-toolkit/installation?view=sc-orch-2019

I have the following files, in order to complete the installation:

OrchestratorWizardFiles

The installation has a requirement of the WIX (Windows Installer XML) toolset; if you try to install without this, you will receive the following message:

OrchestratorInstallationWizardWarning

Install .Net Framework:

.net35

Command:

Dism /online /enable-feature /featurename:NetFx3 /All /LimitAccess /Source:\\sccmstore\SCCMDS\OSD\images\Source\Win101909Source

dism35command

If you do not install the .net framework, you will receive this error:

.netWarning

Download the WIX toolset: https://wixtoolset.org/releases/

downloadWix

Install the WIX toolset:

wixWelcome

wixComplete

Merge the registry entry, without completing, you
will still receive the error:

wixRegWarning

Use the file:

wixRegFile

Which has the following content:

wixRegistryEntry

wixRegistryComplete

Install the ‘Orchestrator Integration Pack Wizard’:

orchestratorSetupFile

Accept the license:

OrchestratorWizardLicense

Enter user information:

OrchestratorWizardLicenseUser

Install:

OrchestratorWizardLicenseInstall

Complete:

OrchestratorWizardComplete