Forum: NSIS Discussion
14th August 2011, 10:08
|
Replies: 222
Views: 138,547
${registry::RestoreKey}
We had a few reasons for that.
In the ANSI days we never used ${registry::RestoreKey} cause it doesn't wait for regedit to finish it's job and somehow (I can't remember now) it was preferable to use...
|
Forum: NSIS Discussion
2nd August 2011, 08:32
|
Replies: 222
Views: 138,547
No drawbacks that I know of.
I done a basic test on every function after I converted it.
That said, we only used it in the portableapps.com launchers.
The launchers basically only use the following functions:
CopyKey
...
|
Forum: NSIS Discussion
1st August 2011, 10:14
|
Replies: 222
Views: 138,547
|
Forum: NSIS Discussion
18th November 2010, 08:05
|
Replies: 5
Views: 1,911
Try using a different editor.
Afrow UK is right, but must have meant ANSI instead of ASCII .
I just tested it,
ANSI:
56 65 72 6B 6E FC 70 66 75 6E 67 ; Verknüpfung
UTF-8:
56 65 72 6B 6E C3 BC 70 66...
|
Forum: NSIS Discussion
16th November 2010, 18:24
|
Replies: 8
Views: 7,459
Thanx for the ansi source
and to clarify, the (unicode) script I was using when I thought I found a bug, added the ansi version of the dialogex plug-in which was located in the scripts folder.
So that's solved, no bug.
...
|
Forum: NSIS Discussion
16th November 2010, 16:16
|
Replies: 8
Views: 7,459
Plug-in is lost ?
As I was searching for the source of the dialogex plug-in for the reason that (I think) I found a bug with the unicode version of ${InputPwdBox}.
I realized that the whole actual plug-in seems to...
|
Forum: NSIS Discussion
16th October 2010, 15:19
|
Replies: 14
Views: 3,130
Gani, forgot about you..
FYI, I totally rewrote the newtextreplace plugin and now there is no problem anymore to replace in one encoding with another encoding. Also the issue with case-insensative for non-ansi characters is...
|
Forum: NSIS Discussion
30th September 2010, 23:13
|
Replies: 0
Views: 2,057
NewTextreplace plug-in v0.5 test
Based on the Textreplace plug-in by Shengalts Aleksander aka Instructor.
Features:
* Compiled for regular- and unicode nsis
* Fast search/replacement in (almost) any kind of file
...
|
Forum: NSIS Discussion
5th September 2010, 14:26
|
Replies: 72
Views: 26,694
|
Forum: NSIS Discussion
4th September 2010, 23:59
|
Replies: 14
Views: 3,130
|
Forum: NSIS Discussion
4th September 2010, 21:55
|
Replies: 15
Views: 12,894
Fixed ?
I was not allocating any space to fit the terminating null-byte before ReadFile(), so the string ended in any kind of random characters.
Not sure how I could have missed that before :confused:
...
|
Forum: NSIS Discussion
4th September 2010, 09:32
|
Replies: 14
Views: 3,130
|
Forum: NSIS Discussion
4th September 2010, 08:06
|
Replies: 14
Views: 3,130
|
Forum: NSIS Discussion
3rd September 2010, 19:17
|
Replies: 14
Views: 3,130
You confuse me...
It's called...
You confuse me...
It's called newtextreplace plug-in, and doesn't need any converting ! It does exactly the same as the textreplace plug-in and is used in the same way, but deals with utf-16...
|
Forum: NSIS Discussion
3rd September 2010, 17:52
|
Replies: 14
Views: 3,130
|
Forum: NSIS Discussion
3rd September 2010, 12:45
|
Replies: 15
Views: 12,894
Hmm... I see what you mean now.
So long for...
Hmm... I see what you mean now.
So long for my testing :(
I first have to finish the project I'm working on these days, then by the weekend I will have time to look at this issue.
thanx for...
|
Forum: NSIS Discussion
1st September 2010, 21:08
|
Replies: 15
Views: 12,894
Hmm....
I never experienced random characters on the end of the file.
Just to make sure, you are not talking about the BOM for utf-8 (  ) ?
Which re-coding are you doing ? From utf-16LE to utf-8 ?
...
|
Forum: NSIS Discussion
1st September 2010, 17:57
|
Replies: 15
Views: 12,894
unicode plug-in does not work in Unicode Nsis !
As there where a few utf-16 functions missing in TextFunc.nsh, I updated it one day and included some extras for ${FileRecode}
Aswell I made a couple of minor adjustments to your script:
!include...
|
Forum: NSIS Discussion
25th August 2010, 07:51
|
Replies: 7
Views: 3,095
Dot
At least the following line should have a dot less on the second parameter. (it's a buffer 'out' so one has to supply the buffer handle)
System::Call "kernel32::GetProcessIoCounters(ir1, ir2) i.r5 ?...
|
Forum: NSIS Discussion
21st August 2010, 06:07
|
Replies: 2
Views: 2,529
|
Forum: NSIS Discussion
20th August 2010, 23:09
|
Replies: 2
Views: 2,529
ITypeLib->GetLibAttr & TLIBATTR structure
In addition to yesterdays tread about 'Playing with COM', I am hoping to get some help.
I'm trying to get the TLIBATTR structure (http://msdn.microsoft.com/en-us/library/ms891296.aspx) by loading...
|
Forum: NSIS Discussion
19th August 2010, 21:48
|
Replies: 10
Views: 3,152
Is it index 6 ? See,...
Is it index 6 ? See, http://www.clarionopensource.com/ClarionCOM/IDispatchInterface.htm
I was recently fighting with something similar, ITypeLib :)
|
Forum: NSIS Discussion
19th August 2010, 17:35
|
Replies: 117
Views: 78,819
try the NsisXML plug-in by Wizou, although it...
try the NsisXML plug-in by Wizou, although it works great and also works with utf-16 xml files, it is msxml.dll depended !
Another possibility which I personally am very happy with is calling the...
|
Forum: NSIS Discussion
29th July 2010, 22:38
|
Replies: 15
Views: 12,894
Bugs, the following line: ...
Bugs, the following line:
unicode::FileUnicode2Ansi "$EXEDIR\UTF-16LE.txt" "$EXEDIR\Temp.txt" "UTF-16LE"
unicode.dll v1.0 : adds a question-mark to the beginning of 'Temp.txt'
unicode.dll v1.1 :...
|
Forum: NSIS Discussion
27th July 2010, 06:46
|
Replies: 7
Views: 2,194
|