Windows Installer is a powerful tool for managing application installations. Applications that are installed through the Windows Installer service gain the automatic benefit of self-repair and configuration of user data for new users.
Some of the vendor executables are wrapped \ Created with the help of Wise Scripts. To deploy these executabales silently in enterprise environment we need to know the silent parameters used by the executables..
Most of the silent parameters are common and not necessarily to be same as it depends on the developer of the Wise script .
If an Msi has conditional features and the components have certain conditions , we need to make sure that the components are marked as Transitive components meaning the conditon is evaluated even during repair of an msi as well.
The only compressed file type supported natively by Windows Installer is the Cabinet (CAB) format. The following limits apply to this file format.
No one file in a CAB can exceed 2GB
Maximum size of all files in one folder (compressed) 2GB
Maximum size of a CAB file (compressed) 2GB
Maximum number of files in a single CAB 64K