I am trying to install an MSI with some customizations. Using orca i opened up the msi and found the two details that I was looking for. I created the transform and saved the MST file. I compared it to an existing transform file for the older version of the program and it is very similar.
I have a question though, minus the garbage at the top my MST file is below.
DATA CHANGE - Property Property Value
<> AUTOUPDATECHECK 0{1}
<> JAVAUPDATE 0{1}
Now for 500 easy points can someone explain this to me. Im guessing that it means that the two properties i modified are Autoupdatecheck and javaupdate. The two 0's are the new values that will be used and the two {1}'s are the original settings on these two properties.
Is this correct or am i way off?
Start Free Trial