ANT scripts – Visual Studio Installer project : Error : HRESULT = ‘8000000A’
![]()
Peter Turvey (99●25)
| asked Jan 14 '19, 12:09 p.m.
edited Jan 14 '19, 1:02 p.m. by Ralph Schoon (62.3k●3●36●43)
We are having problems running an ANT script that uses MS Visual Studio 2017 on a Windows 8.1 build machine. We have got a Build Engine running OK on this Build machine and the files are successfully loaded onto this machine from the RTC server. The ‘.sln’ file has a couple of projects which are built successfully within Visual Studio but then we get problems when we try to build an Installer project.
The error is :
We have tried a suggestion to edit the registry key for the user who is performing the build: set HKEY_CURRENT_USER\SOFTWARE.....\MSBuild EnableOutOfProcBuild = 0 but that didn’t make any difference. Does anybody have any suggestions as to how we can proceed ? Thanks Peter |