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 ISAT.msi installer to this folder and run this command:
-
msiexec/i"ISAT.msi"
TRANSFORMS="NoAutoUpdate.Mst"
- Download the
No
Updates Transform
(ZIP).
No Permissions Transform
- This transform limits write-permissions to the
ISAT installation folder to "All Users"
in Windows NT, 2000, and XP systems.
Users will not be able to alter the installation
of the CAL software, and they will not be able to get
updates through the automatic update feature unless they
login as an "Administrator" and
launch ISAT.msi.
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"ISAT.msi"
TRANSFORMS="NoPermissions.Mst"
- Download the
No
Permissions Transform
(MST).
Limited Shortcuts
- This transform removes the "Preference" 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"ISAT.msi"
TRANSFORMS="LimitedShortcut.Mst"
- Download the
Limited
Shortcuts Transform
(MST).
You can always run your choice of transforms together
- To apply all the transforms listed above,
run the following command:
-
msiexec/i"ISAT.msi"
TRANSFORMS=NoPermissions.Mst;
NoAutoUpdate.Mst;
LimitedShortcut.Mst