| 1. |
What Are The Types Of Transform? |
|
Answer» a) Embedded transform Embedded transforms are stored inside the .msi file of the package. b) Secured transform Secured transforms are stored LOCALLY on the user's COMPUTER in a LOCATION where, on a secure file system, the user does not have write access. Such transforms are cached in this location during the installation or advertisement of the package. During subsequent installation-on-demand or maintenance installations of the package, the installer uses the cached transforms. c) Unsecured transform Transforms that have not been secured are CALLED unsecured transforms. To apply an unsecured transform, pass the transform file names in the TRANSFORMS property or command line STRING during the installation. a) Embedded transform Embedded transforms are stored inside the .msi file of the package. b) Secured transform Secured transforms are stored locally on the user's computer in a location where, on a secure file system, the user does not have write access. Such transforms are cached in this location during the installation or advertisement of the package. During subsequent installation-on-demand or maintenance installations of the package, the installer uses the cached transforms. c) Unsecured transform Transforms that have not been secured are called unsecured transforms. To apply an unsecured transform, pass the transform file names in the TRANSFORMS property or command line string during the installation. |
|