Skip to content
⌘ NSIS Forum Archive

Variables

3 posts

iambattalion#

Variables

Could you add a variable for storing files in the Documents and settings folder for a specific user?
kichik#
Use RegReadKey to read from this key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders
to get what ever shell folder you want.