UCS 16 in Installaware
Posted: Fri Sep 20, 2013 2:14 pm
hello
I do need to read user input which might be hard to be saved in a variable such "-›Ĩsтąяĩ‹-"
is it possible to let installer read UCS 16...I am using installaware15
i did define a variable in start of the project msi codes
I tried many trials such those
&
&
&
&
this seems only for dialoges(CHARSET_OVERRIDE )
I tried adding compiler variable from project settings
tried
variable: CODEPAGE default value:1200
all not working any help?
I do need to read user input which might be hard to be saved in a variable such "-›Ĩsтąяĩ‹-"
is it possible to let installer read UCS 16...I am using installaware15
i did define a variable in start of the project msi codes
I tried many trials such those
Code: Select all
Set #CODEPAGE# to 1200
&
Code: Select all
Set #CODEPAGE# to OEM_CHARSET
&
Code: Select all
Set CODEPAGE to OEM_CHARSET
&
Code: Select all
Set CODEPAGE to 1200
&
Code: Select all
Set Variable CHARSET_OVERRIDE to OEM_CHARSET
this seems only for dialoges(CHARSET_OVERRIDE )
I tried adding compiler variable from project settings
tried
variable: CODEPAGE default value:1200
all not working any help?