Skip to content
⌘ NSIS Forum Archive

NSIS addition of RegKey

3 posts

Strange_Writer#

NSIS addition of RegKey

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
Comm@nder21#
wrong forums.

moderators plz move here:
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.
kichik#
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.