Getting Started with InstallShield Automation and Java
Scripting languages are dandy, but what about integrating your InstallShield builds with something like an InstallAnywhere build? Java is the language of choice in this case. There is some bad news, however. Java does not natively support working with COM, and so this requires an interop layer in order to get it to work. There’s a few third-party projects available for the Java/COM Interop layer: http://www.j-interop.org/ http://www.dana…