Our latest version update for InstallBuilder is now available. For June the InstallBuilder engineering team has focused on several improvements. Files which have been unpacked by the <unzip> <unpackFile> or <unpackDirectory> actions can now be added to the uninstaller automatically. by enabling the <addToUninstaller> property of these actions. In the following example the extracted files from an <unZip> actions are added to the uninstaller automatically:
<unzip> <zipFile>${installdir}/data.zip</zipFile> <destinationDirectory>${installdir}</destinationDirectory> <addToUninstaller>1</addToUninstaller> </unzip>
Another improvement is the added support for generating and signing DMGs over 4GB in size.
Here’s an overview of the improvements and bug fixes: