64 bit NULLSoft application
Is there NSIS 64bit available for download? I need this 64bit version so that it could properly read/write the registry for 64bit installer.
For example,
If you use 32bit NSIS to compile the installer, when you tried to read the registry:
"HKEY_LOCAL_MACHINE\Software\Microsoft\.NETFramework"
it will actually read from "HKEY_LOCAL_MACHINE\Software\Wow6432Node\Microsoft\.NETFramework"
The same will happen when you tried to write the registry to:
"HKEY_LOCAL_MACHINE\Software\MyCompany"
and it will write to
"HKEY_LOCAL_MACHINE\Software\Wow6432Node\MyCompany".
Thanks for any help.