We are experiencing issues when attempting to install/distribute the MSI install for RCT via ConfigMgr. It always results in a 1612 error-
SOURCEMGMT: Source is invalid due to missing/inaccessible package.*
SOURCEMGMT: Failed to resolve source
MainEngineThread is returning 1612
It appears the MSI is attempting to use the LastUsedSource from the Sourcelist instead of resolving the source of the MSI’s current directory.
We have tried using the SourceDir property at the command line, and we have tried adding the ResolveSource Action using a transform but with no success.
Any ideas? The MSI installs fine if we just run it manually.