View Single Post
  #1  
Old 11-11-2011, 02:51 PM
Japster24 Japster24 is online now
Registered User
 
Join Date: 09-13-2010
Posts: 19
InstallShield2012 exit code error

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
Reply With Quote