Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 25 of 30
Search took 0.00 seconds.
Search: Posts Made By: marcins
Forum: NSIS Discussion 8th April 2015, 12:40
Replies: 2
Views: 1,564
Posted By marcins
I'll try... thanks!

I'll try... thanks!
Forum: NSIS Discussion 8th April 2015, 08:40
Replies: 2
Views: 1,564
Posted By marcins
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
Posted By marcins
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
Posted By marcins
well thank you guys for answers... but i still...

well thank you guys for answers... but i still can't figure it out...

I define in my .nsi file something like this.

!define MUI_TEXT_WELCOME_INFO_TITLE "!! Вас приветствует мастер установки...
Forum: NSIS Discussion 9th February 2015, 12:52
Replies: 16
Views: 4,709
Posted By marcins
Well on clean system I have same problem. Welcome...

Well on clean system I have same problem. Welcome page is only question marks and all other screens are translated.

It looks like this is a bug in UMUI :/
Forum: NSIS Discussion 9th February 2015, 12:19
Replies: 16
Views: 4,709
Posted By marcins
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
Posted By marcins
Thanks for help anyway JasonFriday13!

Thanks for help anyway JasonFriday13!
Forum: NSIS Discussion 9th February 2015, 10:52
Replies: 16
Views: 4,709
Posted By marcins
Thanks for answer but I'm using Ultra ModernUI...

Thanks for answer but I'm using Ultra ModernUI skin and afasik it's only working with version 2.X of NSIS.
Forum: NSIS Discussion 9th February 2015, 08:28
Replies: 16
Views: 4,709
Posted By marcins
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
Posted By marcins
Yes, of course :)

Yes, of course :)
Forum: NSIS Discussion 4th February 2015, 10:05
Replies: 2
Views: 1,517
Posted By marcins
${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
Posted By marcins
Thumbs up wow! that's easy! thank you!

wow! that's easy! thank you!
Forum: NSIS Discussion 23rd April 2014, 09:00
Replies: 2
Views: 1,647
Posted By marcins
[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
Posted By marcins
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
Posted By marcins
Yes of course Highcoder :-)

Yes of course Highcoder :-)
Forum: NSIS Discussion 26th November 2013, 19:35
Replies: 12
Views: 4,392
Posted By marcins
well, i tried that before... ExecCmd::exec...

well, i tried that before...

ExecCmd::exec '"$EXEDIR\(x64).exe" /S /v$\"/qb! addlocal=$InstalOpt$\"'

not working :-(
Forum: NSIS Discussion 26th November 2013, 14:24
Replies: 12
Views: 4,392
Posted By marcins
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
Posted By marcins
thank you!

thank you!
Forum: NSIS Discussion 7th November 2013, 08:16
Replies: 2
Views: 2,362
Posted By marcins
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
Posted By marcins
great! it's working as it should! thank you!

great! it's working as it should!
thank you!
Forum: NSIS Discussion 29th October 2013, 08:49
Replies: 4
Views: 2,980
Posted By marcins
great! it's working as it should! thank you!

great! it's working as it should!
thank you!
Forum: NSIS Discussion 29th October 2013, 08:02
Replies: 7
Views: 1,921
Posted By marcins
I have changed it a bit and now it looks like... ...

I have changed it a bit and now it looks like...

Function IP_ADDRESS
${If} ${SectionIsSelected} ${sec2}
MessageBox MB_OK "IP: NETWORK"
${Else}
MessageBox MB_OK "IP: LOCAL"...
Forum: NSIS Discussion 28th October 2013, 11:46
Replies: 7
Views: 1,921
Posted By marcins
Thanks but I can't get it to work... I have...

Thanks but I can't get it to work...

I have something like that:

Function MyCustomPage
${If} ${SectionIsSelected} ${sec1}
Abort
${EndIf}
FunctionEnd
Forum: NSIS Discussion 25th October 2013, 08:31
Replies: 7
Views: 1,921
Posted By marcins
it's something like if radiobutton selected page...

it's something like if radiobutton selected page abort?

can you past here sample code?
Forum: NSIS Discussion 25th October 2013, 06:22
Replies: 7
Views: 1,921
Posted By marcins
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...
Showing results 1 to 25 of 30

 
Forum Jump