
richard1.5524896197694202E12 asked a question.
How to build patches from ISCmdBld commnd line
Hi, I can use the command line tool ISCmdBld to create an msi from my project; but how do I get ISCmdBld to Create the patches that are within the Patch Design section? We need to automate the production of both msi and msp's from FinalBuilder.
Thanks, Richard
The automation interface does include support for building a patch, so you may want to consider using that. (For more information, see BuildPatchConfiguration Method in the InstallShield Help Library.)
Debbie Landers
Macrovision Corporation
Even if a script like this could be run from the command line installer exe, it would be a big help. I now have to install a copy of InstallShield on my build server just to be able to automatically build this patch during my daily integration.
That is what I currently do with Install Shield Script projects. I have two releases defined in my project. One for patches the other for a full release. You see, Install Shield Script projects has the ability to create differential releases based on the previous installation. It really nice. If anyone want more information on this, let me know.
I'm not quite sure I understand.
If you're using ISCmdBld.exe, you should already have InstallShield installed. It doesn't work with the InstallShield IDE.
If you're using the Standalone Build or creating command-line builds through the Standalone Build's IsSaBld.exe, you don't need to have InstallShield installed. You can use the automation interface with the Standalone Build as described in the help (Standalone Automation Interface ).
I hope that helps.