Re: [WiX-users] InstanceTransforms and Major Upgrades

2009-09-17 Thread Steve Baker
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

2009-09-17 Thread Blair
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