Re: [WiX-users] [Multiple- languanges support] Combox and TRANSFORMSissues

2010-10-21 Thread lxy.su...@gmail.com
Hi David Thanks very much for your help. I agree with you that is the reason and it seems only the bootstrap can resolve it. I will try your script later. Regards! 2010/10/21 David Amey > Hi, > > I struggled with this concept a month back when I first started. > > You would want to use a boo

Re: [WiX-users] [Multiple- languanges support] Combox and TRANSFORMSissues

2010-10-21 Thread David Amey
Hi, I struggled with this concept a month back when I first started. You would want to use a bootstrapping tool (I use autoit) in order to apply the transform to the installer, instead of having a dialog within wix. As the transform happens at the launch of the msi. Below is some example code t