Forum: NSIS Discussion
3rd January 2012, 15:05
|
|
Replies: 6
Views: 1,921
|
Forum: NSIS Discussion
22nd December 2011, 10:48
|
|
Replies: 6
Views: 1,921
|
Forum: NSIS Discussion
22nd December 2011, 09:21
|
|
Replies: 6
Views: 1,921
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
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
|
Forum: NSIS Discussion
21st December 2007, 13:19
|
|
Replies: 3
Views: 3,312
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
|
Forum: NSIS Discussion
18th December 2007, 16:03
|
|
Replies: 9
Views: 9,721
... 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
|
Forum: NSIS Discussion
14th December 2007, 08:05
|
|
Replies: 1
Views: 1,222
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
|
Forum: NSIS Discussion
12th December 2007, 07:14
|
|
Replies: 4
Views: 2,237
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
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...
|