If I am not wrong NSIS is 32-bit installer, is it possible to read the 64-bit registry ? (or any plugin can do it ?)
Because I need to detect whether MS SQL Server exist in "Windows Server 64-bit", so I need to check it from the 64-bit registry.
Thanks,
Marcus
read 64-bit registry
3 posts
Use SetRegView
See this topic: http://forums.winamp.com/showthread.php?t=336485
See this topic: http://forums.winamp.com/showthread.php?t=336485
Thanks, I will try it. 🙂