Page 1 of 1

UCS 16 in Installaware

Posted: Fri Sep 20, 2013 2:14 pm
by alfrqan
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

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?

Re: UCS 16 in Installaware

Posted: Fri Sep 20, 2013 2:25 pm
by alfrqan
my Project Installaware15

Re: UCS 16 in Installaware

Posted: Tue Sep 24, 2013 2:41 pm
by FrancescoT
Dear User,

... honestly, I'm quite a bit confused about your question.

If you are trying to aquire or to store an UNICODE string ... this is not possible with IA 15 because UNICODE support has been introduced with IA 16.

Regards