Automating Doc-To-Help on a Build Server

Post Reply
johnk
Jr. Propeller Head
Posts: 1
Joined: Wed Apr 26, 2017 5:53 am

Automating Doc-To-Help on a Build Server

Post by johnk »

We are trying to implement Doc-to-Help into our automated build process on our build server using Jenkins. Has anyone ever done this before? Is this able to be done? We are trying to use the script below...

C:\utilities\PsExec64.exe -u username -p password "C:\Program Files (x86)\MadCap Software\DocToHelp\C1D2HBatch.exe" -build "C:\Dev\UltraPRO_Suite_Build\Doc\UserManual\UltraPRO Manual.d2h" NetHelp

When running the build we are given the following error...

C:\Program Files (x86)\MadCap Software\DocToHelp\C1D2HBatch.exe exited with error code -532462766

Does anyone know what this error is or how i can find madcap's error codes? Any help would be greatly appreciated!
Post Reply