Nikodemus Siivola <[EMAIL PROTECTED]> writes:

> Is there a way to have a WiX generate a shortcut with the "Turn off
> advanced text services" compatibility option active?

AFAICT, this setting is not part of the shortcut; if you have
multiple shortcuts to the same program and toggle the option in
one of them, it changes in the others too.  It seems to be saved in
HKCU\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers,
or perhaps in the corresponding subkey of HKLM.  It would be
possible to store values there with Windows Installer, but that
may be risky as the keys are almost completely undocumented.
I think it would be expensive for Microsoft to define a stable
API for these.

Attachment: pgpTUbOvwIMLI.pgp
Description: PGP signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to