Forum: NSIS Discussion
1st August 2017, 02:09
|
Replies: 5
Views: 1,834
|
Forum: NSIS Discussion
14th August 2013, 06:16
|
Replies: 3
Views: 1,607
|
Forum: NSIS Translations
26th July 2013, 17:41
|
Replies: 1
Views: 4,013
The codepage is only used for ANSI installers...
The codepage is only used for ANSI installers (which you won't support anyway) and automatic selection of the language when the installer is loaded. It's not required and if one doesn't exist, it's...
|
Forum: NSIS Discussion
19th July 2013, 20:49
|
Replies: 5
Views: 2,454
|
Forum: NSIS Discussion
14th July 2013, 21:31
|
Replies: 10
Views: 3,719
|
Forum: NSIS Discussion
1st June 2013, 18:07
|
Replies: 65
Views: 22,667
|
Forum: NSIS Discussion
20th May 2013, 02:28
|
Replies: 65
Views: 22,667
NSIS 3.0a0
Yep. It's finally here.
Get your download at the usual place:
http://nsis.sourceforge.net/Download
Among many bug fixes and new features, the biggest one is probably Jim Park's Unicode....
|
Forum: NSIS Discussion
16th May 2013, 05:30
|
Replies: 3
Views: 1,474
I blocked anonymous edits for now as it keeps...
I blocked anonymous edits for now as it keeps going on. It's not even spam, just pure destruction. There are no links or anything.
It's the very last line in LocalSettings.php, in case I forget to...
|
Forum: NSIS Discussion
17th March 2013, 00:23
|
Replies: 7
Views: 2,515
|
Forum: NSIS Discussion
4th March 2013, 00:55
|
Replies: 9
Views: 2,128
First time I hear about font versions. I can't...
First time I hear about font versions. I can't find anything about it in the Win32 API. If you can find an exported function that does the trick, you can call it using System::Call. I couldn't find...
|
Forum: NSIS Discussion
3rd March 2013, 07:53
|
Replies: 7
Views: 2,515
If you get the original string sent to...
If you get the original string sent to System::Call, it means System::Call didn't do anything and just returned. That's why you just have the original string on the stack. That's... weird... Any more...
|
Forum: NSIS Discussion
3rd March 2013, 07:49
|
Replies: 2
Views: 1,841
The Unicode fork of NSIS...
The Unicode fork of NSIS (http://www.scratchpaper.com) has FileWriteUTF16LE and FileReadUTF16LE. That can solve your situation. The official version of NSIS can only hold ANSI strings (not...
|
Forum: NSIS Discussion
3rd March 2013, 07:40
|
Replies: 1
Views: 1,328
What do you mean by "bails out"? Does it crash?...
What do you mean by "bails out"? Does it crash? Do you get an access violation? Does it simply exit? Does it just fail to write files?
One thing I would check is compatibility mode. If it's set in...
|
Forum: NSIS Discussion
3rd March 2013, 07:32
|
Replies: 1
Views: 1,078
|
Forum: NSIS Discussion
3rd March 2013, 07:29
|
Replies: 1
Views: 29,950
|
Forum: NSIS Discussion
3rd March 2013, 07:21
|
Replies: 1
Views: 1,437
|
Forum: NSIS Discussion
3rd March 2013, 07:17
|
Replies: 2
Views: 1,005
|
Forum: NSIS Discussion
3rd March 2013, 07:16
|
Replies: 9
Views: 2,128
|
Forum: NSIS Discussion
3rd March 2013, 07:14
|
Replies: 19
Views: 5,737
|
Forum: NSIS Discussion
13th November 2012, 04:40
|
Replies: 6
Views: 2,106
|
Forum: NSIS Discussion
12th November 2012, 00:19
|
Replies: 4
Views: 2,817
|
Forum: NSIS Discussion
11th November 2012, 02:27
|
Replies: 3
Views: 1,508
|
Forum: NSIS Discussion
11th November 2012, 02:25
|
Replies: 2
Views: 1,464
|
Forum: NSIS Discussion
11th November 2012, 02:23
|
Replies: 4
Views: 1,693
You only need to allocate memory if you call...
You only need to allocate memory if you call user32::SetProp or user::SetWindowLong directly. nsDialogs::SetUserData takes care of memory allocation for you. Every control you create has memory set...
|
Forum: NSIS Discussion
9th November 2012, 05:58
|
Replies: 0
Views: 1,061
nsis-devel
Hi all!
We're trying to kick the development of NSIS up a notch.
Part of this effort includes reviving our old development mailing list.
This mailing list is for development issues of NSIS...
|