Game Explorer
I am using this code:
http://nsis.sourceforge.net/Game_explorer.
Code "Remove first to avoid duplication" in install section works correct. GameuxInstallHelper remove key HKLM\Software\Microsoft\Windows\CurrentVersion\gameUx\games\instance_guis from registers and Vista doesn't show app in Game Explorer.
Equivalent code in uninstall section doesn't work. GameuxInstallHelper doesn't remove key from registers. Vista doesn't show app in Game Explorer, becouse the C:\Program Files\...\app.exe doesn't exist. If I am copiing app.exe to Program Files, Vista show app in Game Explorer again.
MK