I am attempting to utilize azure remote app with a custom application. I create a remote desktop session host from the azure gallery install the application, run the "validateRemoteAppImage" script which passes but I am unable to sysprep the machine. It fails with the below information from the setuperr.log:
2015-08-11 04:14:32, Error [0x0f00b0] SYSPRP spopk.dll:: Failed to query pending CBS operations; hr = 0x80070543[gle=0x000003f0] 2015-08-11 04:14:32, Error [0x0f0082] SYSPRP ActionPlatform::LaunchModule: Failure occurred while executing 'Sysprep_Clean_Validate_Opk' from C:\Windows\System32\spopk.dll; dwRet = 0x543[gle=0x000003f0] 2015-08-11 04:14:32, Error SYSPRP SysprepSession::Validate: Error in validating actions from C:\Windows\System32\Sysprep\ActionFiles\Cleanup.xml; dwRet = 0x543 2015-08-11 04:14:32, Error SYSPRP RunPlatformActions:Failed while validating SysprepSession actions; dwRet = 0x543 2015-08-11 04:14:32, Error [0x0f0070] SYSPRP RunExternalDlls:An error occurred while running registry sysprep DLLs, halting sysprep execution. dwRet = 0x543 2015-08-11 04:14:32, Error [0x0f00d8] SYSPRP WinMain:Hit failure while pre-validate sysprep cleanup internal providers; hr = 0x80070543
I have tried multiple times with the same result, even directly after a fresh install where the only change I make to the machine is installing the application. Any ideas on this one I've tried all the general registry changes posted online. Any assistance would be greatly appreciated!