T (Windows Installer)
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
-
transaction processing
-
One or more operations processed together as a single indivisible whole called a transaction. All the constituent operations must succeed for the transaction to succeed, otherwise all the operations are rolled back to the original state.
-
transform
-
Template of the differences between two installer databases that can be applied to produce similar changes in other databases. For example, a localization transform can be used to change the language of an application. For more information, see Merges and Transforms.
-
transform error condition flags
-
Set of properties used to flag the error conditions of a transform. For more information, see MsiCreateTransformSummaryInfo.
-
transform validation flags
-
Set of properties used to verify that the transform can be applied to the database. For a list of these properties, see MsiCreateTransformSummaryInfo.