Forum: NSIS Discussion
15th October 2008, 01:12
|
|
Replies: 572
Views: 237,213
2.40?
Are you going to update NSIS' Unicode version up to 2.40?
There are some important (for me) improvements and bug fixes.
Thank you.
|
Forum: NSIS Discussion
18th August 2008, 22:50
|
|
Replies: 572
Views: 237,213
2.39
We a waiting for Unicode version of NSIS 2.39... ;)
|
Forum: NSIS Discussion
16th July 2008, 06:03
|
|
Replies: 572
Views: 237,213
Bug in FileWrite?
This script work well on ANSI version of NSIS and failed on Unicode version:
OutFile "GetVersion.exe"
!define File "Resources.dll"
RequestExecutionLevel user
Function .onInit
|
Forum: NSIS Discussion
15th July 2008, 23:44
|
|
Replies: 572
Views: 237,213
|
Forum: NSIS Discussion
15th July 2008, 02:10
|
|
Replies: 572
Views: 237,213
NSIS 2.38
NSIS 2.38 released.
What about Unicode version of NSIS 2.38? ;)
|
Forum: NSIS Discussion
11th July 2008, 00:56
|
|
Replies: 18
Views: 7,249
It's work fine, but it is not exactly what I...
It's work fine, but it is not exactly what I want. :(
I want the following scenario:
1. Choice language page.
2. Welcome page.
3. License page.
4. "Choose installation type" page.
If user is...
|
Forum: NSIS Discussion
30th June 2008, 01:33
|
|
Replies: 1
Views: 3,308
troubles with MUI and multi languages
Sorry for my bad English. :(
I trying to use example NSIS\Examples\Modern UI\MultiLanguage.nsi - it's work well, but when I modify it...
1. I need to show lisence in different language. If I...
|