PDA

View Full Version : InstallShield2012 exit code error


Japster24
11-11-2011, 03:51 PM
I don't think you guys explicitly support IS2012 in VBP v7.7...but maybe you can help.

One of my projects for building a .NET installer is throwing a "Process complete with exit code -1073741819". It builds fine when built with the IS2012 IDE & IsCmdBld.exe, but not with VBP. I hate having to do a manual step in my sweet automated setup with VBPro & our CI tools.

I ran the exact same command line that VBP logs and it also works fine:

"C:\Program Files (x86)\InstallShield\2012\System\IsCmdBld.exe" -p C:\InstallerTemp\MasterInstaller2012.ism -r "ProductName for .NET" -a "ProductName for .NET"

Any ideas for that error? It only happens on this .NET installer project...all other AX & demo installers are fine.

Thanks,
-jp

kinook
11-11-2011, 04:20 PM
Maybe this? http://www.kinook.com/Forum/showthread.php?t=2243

Japster24
11-14-2011, 04:22 PM
Thanks!

With apologies, I should have searched the forum first. I assumed my issue was unique :)