Forum: NSIS Discussion
30th September 2010, 13:13
|
|
Replies: 15
Views: 14,285
|
Forum: NSIS Discussion
14th April 2010, 18:41
|
|
Replies: 1
Views: 1,343
Installing local fonts on Win7
I know there are several ways to install fonts, but the ones that work require that the font is packaged with the installed.
Is there a way to do it by using something like CopyFiles?
|
Forum: NSIS Discussion
2nd April 2010, 15:12
|
|
Replies: 7
Views: 9,388
|
Forum: NSIS Discussion
28th March 2010, 15:48
|
|
Replies: 7
Views: 9,388
|
Forum: NSIS Discussion
16th February 2010, 10:43
|
|
Replies: 2
Views: 3,058
Get status of msctls_trackbar32
Hey,
How do I get the status of msctls_trackbar32?
nsDialogs::CreateControl msctls_trackbar32 \
"0x50010000" \
"" \
110 100u 150 25 \
""
Pop $8
|
Forum: NSIS Discussion
11th August 2008, 09:58
|
|
Replies: 1
Views: 1,312
FileRead
I've searched and read the docs but I can't get this to work..
So..
What I need to do is to start reading from the third line of a file to the end of it.
Then, I need the output of the search...
|
Forum: NSIS Discussion
28th July 2008, 12:07
|
|
Replies: 1
Views: 1,303
|
Forum: NSIS Discussion
28th July 2008, 07:54
|
|
Replies: 1
Views: 1,303
nsDialogs Multiline
I've searched for this, but the results I've found don't work for me.
So.. I need to do the following:
Read an INI/TXT file, and get text.
The text should be (for example):
HELLO
MY NAME IS...
|
Forum: NSIS Discussion
5th June 2008, 15:59
|
|
Replies: 1
Views: 1,674
Dialog InputBox
Hello guys.
I hope you can help me with the following problem.
I need to do the following.
- I need a script that will have three InputBoxes on which users can type whatever they want.
For...
|