Re: [WiX-users] InstanceTransforms and Major Upgrades
Thanks for helping out Blair, I'm not actually manually creating the transforms with torch, I am using the element in wix V3. --
Re: [WiX-users] InstanceTransforms and Major Upgrades
My guess: Instance transforms default to validation flags of "abcdefruy". In your case, you don't want the "r", so you would instead need all except that. The torch validation flags value you would need would then be: "abcdefuy". Assuming you don't change from build-to-build anything that sets yo