Skip to content
⌘ NSIS Forum Archive

Looking for a folder in the registry

3 posts

Sam_Engenuity#

Looking for a folder in the registry

Hey everyone
Im looking for a way to see if a folder "a key and not a string" exists in the registry. I know the command IfFileExists however I dont know how to use it with the registry.

A sample code would be much appreciated.
Thank you
KenA#
Re: Looking for a folder in the registry

Originally posted by Sam_Engenuity
Hey everyone
Im looking for a way to see if a folder "a key and not a string" exists in the registry. I know the command IfFileExists however I dont know how to use it with the registry.

A sample code would be much appreciated.
Thank you
Hi, if by "folder", you mean a registry key, I think that this article from the archive may help.

KenA