Archive: read 64-bit registry


read 64-bit registry
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


Use SetRegView
See this topic: http://forums.winamp.com/showthread.php?t=336485


Thanks, I will try it. :)