Hey all
I am having a problem loading a reg_Key into my package using the nsis, install script.
I might as well continue as to my other two major problems
i need to load some default fonts into the package, and
need to allow users to set intial install anwhere, and let unistall take it out
thanks in advance
strange
NSIS addition of RegKey
3 posts
What do you mean by loading Reg_Key? Do you want to write to the registry? Use WriteRegStr for that.
To install fonts, use one of the scripts available on the Wiki.
To allow the user to select and installation directory, use the directory page.
To install fonts, use one of the scripts available on the Wiki.
To allow the user to select and installation directory, use the directory page.