Re: [WiX-users] Unicode and troubles

2007-07-26 Thread Bob Arnson
Magus wrote: > Is there any way to convert Unicode to said code page via code? I am lucky > enough to be using an external UI. There is only 1 dialog (Disk Cost) that > is displays internally. Is there a way to get the information that a Disk > Cost dialog would display from the MSI? > I don'

Re: [WiX-users] Unicode and troubles

2007-07-25 Thread Magus
Is there any way to convert Unicode to said code page via code? I am lucky enough to be using an external UI. There is only 1 dialog (Disk Cost) that is displays internally. Is there a way to get the information that a Disk Cost dialog would display from the MSI? Bob Arnson-6 wrote: > > Magus

Re: [WiX-users] Unicode and troubles

2007-07-23 Thread Bob Arnson
Magus wrote: > I just reciently found out that it might not be possible to use Unicode and I > would need to use code pages :( . I've been working with this about a year > now. I really don't understand the whole code page thing and all the > strings I need are using Unicode. I really have no id

[WiX-users] Unicode and troubles

2007-07-23 Thread Magus
I just reciently found out that it might not be possible to use Unicode and I would need to use code pages :( . I've been working with this about a year now. I really don't understand the whole code page thing and all the strings I need are using Unicode. I really have no idea what I am doing o