cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
lbrady
Level 2

IsCmdBld.exe Returned -1073740791

Moving to Jenkins build and when it runs powershell scripts with :

& C:\Program Files (x86)\InstallShield\2020\System\IsCmdBld.exe" -p "C:\workspace\Dev_installer\InstallShield\Client.ism" -b "C:\workspace\Dev_installer\InstallShield\Client"

I get the following error: Failed to build C:\workspace\dev_installer\InstallShield\Client.ism. Returned -1073740791.

However if I run the command manually it builds with no errors.

Anyone know what the error is?

Labels (1)
0 Kudos
(2) Replies
varul
Revenera Moderator Revenera Moderator
Revenera Moderator

@lbrady : Try to change cygwin service to login as your manual build user(meaning where user manually login and build using cmd works) instead of currently used login and then try to build the project from Jenkins and check it works or not.

0 Kudos

Thanks, changed the Jenkins agent connection from ssh to service.

All is working now

0 Kudos