Forum: NSIS Discussion
10th October 2008, 16:25
|
|
Replies: 8
Views: 18,178
|
Forum: NSIS Discussion
6th October 2008, 21:29
|
|
Replies: 8
Views: 18,178
This is not working for me, using System::Call...
This is not working for me, using System::Call "kernel32::Wow64DisableWow64FsRedirection(*i)"
Is there any way to get a return value from this instruction? documentation says the function returns...
|
Forum: NSIS Discussion
24th July 2008, 16:20
|
|
Replies: 3
Views: 2,700
I did try putting the display function into a...
I did try putting the display function into a separate function (though I didn't use show window, i just called it from the callback function, trying to overlay new controls)
It didn't really work...
|
Forum: NSIS Discussion
22nd July 2008, 23:26
|
|
Replies: 3
Views: 2,700
reload page from nsdialogs callback
I am using the NSDialogs BrowseButton callback macro ${NSD_OnClick} to get the user's input on Tomcat's root directory for webapps.
If the user changes this directory, I want other fields to...
|
Forum: NSIS Discussion
1st July 2008, 18:46
|
|
Replies: 2
Views: 3,461
|
Forum: NSIS Discussion
1st July 2008, 18:14
|
|
Replies: 2
Views: 3,461
Invalid command: ${NSD_Check}
I am following the tutorial at http://nsis.sourceforge.net/Docs/nsDialogs/Readme.html#step-state
which was going fine until I added this:
${If} $Checkbox_State == ${BST_CHECKED}...
|
Forum: NSIS Discussion
30th May 2008, 19:59
|
|
Replies: 1
Views: 1,783
Inheriting User Permissions for IIS
I have an installer that creates a directory in the InetPub\wwwroot directory, then installs to that directory. While the directory gets the right permissions, the contents of the site do not.
When...
|