Forum: NSIS Discussion
19th January 2006, 20:26
|
|
Replies: 1
Views: 4,650
tried this, not quite working...
I also need to install/uninstall an ISAPI filter DLL. I looked at this script and tried it out. It installs the filter correctly, though having to restart w3svc is a bit painful.
Now, the...
|
Forum: NSIS Discussion
28th December 2005, 21:22
|
|
Replies: 1
Views: 2,778
how to use StrRep
I need to convert $INSTDIR for a Java properties file, so I have to replace the back slashes with forward slashes in the path.
I read about StrRep but I don't understand the syntax for using...
|
Forum: NSIS Discussion
13th December 2005, 16:34
|
|
Replies: 1
Views: 1,774
can't cancel from a custom page
I've added a custom page to an installer, to call a function that in turn calls a DLL to check whether a selected port TCP port is open or already bound.
I want the install to stay on that page...
|