Archive: Compatibility mode


Compatibility mode
Is there a way to install a shortcut with compatibility mode using the NSIS installer? I've created a program that runs under XP but apparently not Vista, but I've been told it runs fine under compatibility mode for XP. I'd fix that but I lack the resources to run Vista. So, I hope its possible to create shortcuts with compatibility mode?


NSIS does not support this at the moment. The IShellLinkDataList interface might be able to do it, but you would have to code that yourself