Kevin Richardson wrote:
> WixFirewallException : Port => String, length 0
> RadioButton : Text => Localizable String, length 0
>
> I get 5 warnings from Torch so I assume there are others, but I  
> haven't found them yet.
>
> In previous builds with an older WiX, these were long integer/4 and  
> LocString/64, respectively.
>   

I added support for formatted port specifications, which means the port 
column had to change from an integer to a string. Unfortunately, 
transforms can't change the type of a column, so you won't be able to 
create a patch to the new schema. That's one reason it's recommended 
that you use the same version of (any) toolset for your servicing 
lifetime. In this case, you should be able to just replace the newer 
WixFirewallExtension.dll with the version you used to create the 
original product; you wouldn't get the new features, of course, but you 
should be able to create patches using the newer toolset.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to