Transforms
/* SELF LEARNER HERE PLEASE DONT ASSUME THAT I DIDNT GOOGLED AND DIDNT TRIED TO SOLVE THE CONFUSION*/
Winodws installer preserves the copy of " windows installer package" in the target system. ( in "installer" hidden folder), once we apply transform , whether Transform make changes to installation package or it will reside with installation package which is already in target system.( I know Transform can be appplied from command line along with the original installation package) I just wanna solve my confusion, whether changes ( transform) modify the existing installation package in target system.
Answers (1)
changes in the transform will be applied to the target MSI during installation. The MSI that gets stored in the Installer folder will reflect these changes.
This is why you cannot re-apply a different transform to an already installed package during a repair.
Comments:
-
@pjgeutjens, thanks now the confusion is clear. - appack14 12 years ago