Transforms

No Updates Transform

This transform sets the Automatic Update feature OFF. This would be useful if you plan to get all your updates through MSP files. The zip file contains the transform and a directory with the modified file. To run the transform, extract the contents of the zip file into a folder. Move your KCA.msi installer to that folder and run this command:

msiexec/i"KCA.msi"TRANSFORMS="NoUpdatesTransform.Mst"

Download the No Updates Transform (ZIP).

No Permissions Transform

This transform limits write-permissions to the KCA installation folder to All Users in Windows NT, 2000, and XP systems. Users will not be able to alter the installation of KCA, but they also will not be able to get updates through the automatic update feature unless they login as an Administrator and launch KCA. This would be useful if you plan to get all your updates through MSP files. To run this transform download the file to the location of the msi installer and run this command:

msiexec/i"KCA.msi"TRANSFORMS="NoPermissions.Mst"

Download the No Permissions Transform (MST).

Limited Shortcuts Transform

This transform removes the Preferences shortcut from your Start - Programs. This would be useful if you do not want your users to have easy access to this program through the shortcut. To run this transform, download the file to the location of the msi installer and run this command:

msiexec/i"KCA.msi" TRANSFORMS="LimitedShortcuts.Mst"

Download the Limited Shortcuts Transform (MST).

Run Multiple Transforms Together

To apply all the previous transforms you can run the following command:

msiexec/i"KCA.msi"TRANSFORMS=NoPermissions.Mst;NoUpdates Transform.Mst;LimitedShortcuts.Mst