Skip to content
⌘ NSIS Forum Archive

Installing Dependencies.

4 posts

Guest#

Installing Dependencies.

I am trying to install the dependencies required for my program but i am unsure of how I would do this. I've included my script below. I'd like them to be installed properly (not in the install dir) but my program needs to have access to them some how.

How do I change the title of a "winamp plugin" installer?
And the text on the "Install" button?

The reason I am asking is, I am not "installing" my program, not setting any registry keys etc, I'm just "extracting" so I don't want this to say "installation; installing, install; installed" etc.
Guest#
this is only a partial NSI i just need to know where these files *should* install to and how to register them
Guest#
i just modified a bunch of lines in VB6RunTime.nsh with "(UN)INSTALLLIB_LIBTYPE_REGOCX" added some of my files and it worked fine. thanks.