Forum: NSIS Discussion
8th April 2015, 12:40
|
|
Replies: 2
Views: 1,564
|
Forum: NSIS Discussion
8th April 2015, 08:40
|
|
Replies: 2
Views: 1,564
Reg2Nsis and Cyrillic
I'm trying to write installer with NSIS 2. This installer needs to write values and keys for all users in HKEY_USERS.
So far with older installers I never had any problems.
I was doing it like...
|
Forum: NSIS Discussion
13th March 2015, 10:40
|
|
Replies: 1
Views: 1,456
text replace in nsis 3.0
How to replace text in file when I'm using NSIS 3.0?
I was using TextReplace.nsh with NSIS 2.46 but it looks like it doesn't work with new NSIS.
|
Forum: NSIS Discussion
11th February 2015, 06:54
|
|
Replies: 16
Views: 4,709
|
Forum: NSIS Discussion
9th February 2015, 12:52
|
|
Replies: 16
Views: 4,709
|
Forum: NSIS Discussion
9th February 2015, 12:19
|
|
Replies: 16
Views: 4,709
I already have it.
But funny thing is that...
I already have it.
But funny thing is that when you look inside zip package and then Language files you will notice that some of language files are empty. For example Russian.nsh is. But then...
|
Forum: NSIS Discussion
9th February 2015, 11:23
|
|
Replies: 16
Views: 4,709
|
Forum: NSIS Discussion
9th February 2015, 10:52
|
|
Replies: 16
Views: 4,709
|
Forum: NSIS Discussion
9th February 2015, 08:28
|
|
Replies: 16
Views: 4,709
problem with russian language (UMUI)
I have problem with russian language. Of course I'm using Unicode version of NSIS.
Most translations is working, but for example "welcome screen" looks like this:
http://i.imgur.com/BQKHI6o.png...
|
Forum: NSIS Discussion
9th February 2015, 06:39
|
|
Replies: 2
Views: 1,517
|
Forum: NSIS Discussion
4th February 2015, 10:05
|
|
Replies: 2
Views: 1,517
${textreplace::ReplaceInFile}
In my code I have a few lines with ${textreplace::ReplaceInFile}.
${textreplace::ReplaceInFile} "$INSTDIR\apache2\conf\httpd.conf" "$INSTDIR\apache2\conf\httpd.conf" "htdocs" "www-root" "/S=1...
|
Forum: NSIS Discussion
23rd April 2014, 11:33
|
|
Replies: 2
Views: 1,647
|
Forum: NSIS Discussion
23rd April 2014, 09:00
|
|
Replies: 2
Views: 1,647
[solved] Two license pages?
I want to add two pages with licenses. One is for my program and second is for programs I include inside my installer. Is it possible to do it? I dont want to use MUI. I'm just using normal/simple...
|
Forum: NSIS Discussion
27th November 2013, 14:09
|
|
Replies: 12
Views: 4,392
aerDNA you are 100% right.
First of all file...
aerDNA you are 100% right.
First of all file name is much more longer. It's something like "program name (x64).exe", but it doesn't make any difference what's the name of exe file. I don't want to...
|
Forum: NSIS Discussion
27th November 2013, 07:54
|
|
Replies: 12
Views: 4,392
|
Forum: NSIS Discussion
26th November 2013, 19:35
|
|
Replies: 12
Views: 4,392
|
Forum: NSIS Discussion
26th November 2013, 14:24
|
|
Replies: 12
Views: 4,392
ExecCmd::exec and parameters for exe file
I have problems with passing parameters to exe files...
it working like that with msi files:
ExecCmd::exec 'msiexec /i "$EXEDIR\64.msi" /L*V "$INSTDIR\log\mod.log" /qb! INSTALLDIR="$INSTDIR\"'
...
|
Forum: NSIS Discussion
7th November 2013, 12:27
|
|
Replies: 2
Views: 2,362
|
Forum: NSIS Discussion
7th November 2013, 08:16
|
|
Replies: 2
Views: 2,362
MUI_PAGE_INSTFILES / add custom text
Is there any option that I can add custom text into INSTFILES box?
I mean I install that I run from other exec not directly from installer. So for example when I run ExecCmd::exec "some.exe" I would...
|
Forum: NSIS Discussion
29th October 2013, 09:12
|
|
Replies: 7
Views: 1,921
|
Forum: NSIS Discussion
29th October 2013, 08:49
|
|
Replies: 4
Views: 2,980
|
Forum: NSIS Discussion
29th October 2013, 08:02
|
|
Replies: 7
Views: 1,921
|
Forum: NSIS Discussion
28th October 2013, 11:46
|
|
Replies: 7
Views: 1,921
|
Forum: NSIS Discussion
25th October 2013, 08:31
|
|
Replies: 7
Views: 1,921
|
Forum: NSIS Discussion
25th October 2013, 06:22
|
|
Replies: 7
Views: 1,921
Navigate custom pages
I'm writing installer but it needs to have a few custom pages that are showing when specified radio buttons is selected on components page.
I was trying to "call" my function with custom page from...
|