Page 1 sur 1

Visual C++ Runtime error R6034 in Windows 10

Posté : 02 oct. 2017 - 20:20
par srazer
Greetings,

I am setting up waptdeploy.exe to deploy via a GPO. While running I get the attached pop-up 4 times and then the install will continue after clicking "OK". However when running this with a GPO it runs as the system and it is not possible to click OK.

This does not happen with Windows 7 clients, only Windows 10. I am running Windows 10 Enterprise build 1703.
Capture.JPG
Capture.JPG (26.97 Kio) Vu 1792 fois

Re: Visual C++ Runtime error R6034 in Windows 10

Posté : 02 oct. 2017 - 22:32
par srazer
I have found that by modifying c:\wapt\waptsetup\wapt.iss and commenting out the line:

Source: "..\msvcr90.dll"; DestDir: "{app}";

I can then rebuild the Agent and it will install on Windows 10. This doesn't seem like a good solution though. Any ideas?

Thanks,
Chris Knowles