lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
The registry on a 64bits OS using NSIS
13 January 10 08:10 PM | Frederick.Chapleau | with no comments
Ok, after trying to find a patch or a work around to access the write 64 bit registry node instead of the Wow6432Node, I found a … not very documented but simple way to do it... ${If} ${RunningX64}      SetRegView 64 ${EndIf} -f.
Filed under: