Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: LuP
Forum: NSIS Discussion 3rd January 2012, 15:05
Replies: 6
Views: 1,921
Posted By LuP
${something} vs. !insertmacro something

Hello,

one more question: when to call a macro (?) / function (?) by
${something}
and when via
!insertmacro something

- I encountered two ways:
Forum: NSIS Discussion 22nd December 2011, 10:48
Replies: 6
Views: 1,921
Posted By LuP
OK, I see now, thx. I found ^Name,...

OK, I see now, thx.

I found ^Name, ^SetupCaption etc. in c:\Program Files\NSIS\Contrib\Language files\[Czech].nlf.

LuP
Forum: NSIS Discussion 22nd December 2011, 09:21
Replies: 6
Views: 1,921
Posted By LuP
Thank you for the answer and for the links. ...

Thank you for the answer and for the links.


${^Name} gives syntax error:

"
warning: unknown variable/constant "{^Name}" detected, ignoring
"

So I deduce that one cannot write "${^Name}"...
Forum: NSIS Discussion 22nd December 2011, 08:24
Replies: 6
Views: 1,921
Posted By LuP
Beginner's Q: Acessing a variable

Hello,

the registry key is defined in the following manner:

# Auto-generated by EclipseNSIS Script Wizard
# 21.12.2011 11:50:16

Name MyAppName

# General Symbol Definitions
Forum: NSIS Discussion 21st December 2007, 14:39
Replies: 3
Views: 3,312
Posted By LuP
... OK, thanks. LuP

... OK, thanks. LuP
Forum: NSIS Discussion 21st December 2007, 13:19
Replies: 3
Views: 3,312
Posted By LuP
Hyperlink button problems

Hi all,

I'm trying to create a link with the following code:

${NSD_Createlink} 20u 60u 230u 12u "http://www.myweb.cz"

A blue texted button appears (that's OK) but:

- Cursor over button is...
Forum: NSIS Discussion 18th December 2007, 17:32
Replies: 9
Views: 9,721
Posted By LuP
... Thanks, you helped me much - I may start...

... Thanks, you helped me much - I may start understanding this all about System::...

I use this code (I realized I need to get user name):

System::Call "advapi32::GetUserName(t.R0,...
Forum: NSIS Discussion 18th December 2007, 16:03
Replies: 9
Views: 9,721
Posted By LuP
... I tried something like this: ...

... I tried something like this:

System::Call 'kernel32::GetComputerName(t.r0, *i.${NSIS_MAX_STRLEN} r1) i.r2'

MessageBox MB_OK $R0
MessageBox MB_OK $R1
MessageBox MB_OK $R2

But...
Forum: NSIS Discussion 18th December 2007, 15:06
Replies: 9
Views: 9,721
Posted By LuP
... How to get computer name via System::Call...

... How to get computer name via System::Call (...???) GetComputerName (LPCSTR buf, DWORD size)?

- I don't understand system function call conventions...

Thanks.

LuP
Forum: NSIS Discussion 14th December 2007, 08:05
Replies: 1
Views: 1,222
Posted By LuP
How to associate an action with an extension

Hi all,

I would need the installator to associate an extension (e.g. .abc) with a program (e.g. C:\Pgm\ABC.exe). I.e. to supply user's manual associating file Explorer's "Open with". I need -...
Forum: NSIS Discussion 12th December 2007, 14:21
Replies: 4
Views: 2,237
Posted By LuP
... It also doesn't work. But I found a...

... It also doesn't work.

But I found a solution elsewhere:

SendMessage $Ctl ${WM_SETTEXT} 0 STR:$Text

Thanks for replies.

LuP
Forum: NSIS Discussion 12th December 2007, 07:14
Replies: 4
Views: 2,237
Posted By LuP
How to set control text

Hello,

New to NSIS... I'm trying to set control text to "AAA". I'm doing this in the following way:

...

!include LogicLib.nsh
!include nsDialogs.nsh

!macro __SetText CONTROL VAR
Forum: NSIS Discussion 29th January 2007, 15:03
Replies: 0
Views: 1,060
Posted By LuP
Local/network installation of .exe/.bat/manual

Hello,

I downloaded NSIS installer and I'd like to use it to create an installer. I studied manual, scripting language; the page/section architecture seems me clear. But the program to be...
Showing results 1 to 13 of 13

 
Forum Jump