Forum: NSIS Discussion
10th April 2007, 23:37
|
|
Replies: 9
Views: 2,691
Ok so the answer to:
"The names are completely...
Ok so the answer to:
"The names are completely different, the signatures don't match. Is there an intermediary involved that I'm not seeing? Does it have something to do with this line?"
is yes?
...
|
Forum: NSIS Discussion
10th April 2007, 05:02
|
|
Replies: 7
Views: 1,772
I'm presuming you've got a custom page with a...
I'm presuming you've got a custom page with a checkbox already made? In that pages leave function you'll need to read the state of the checkbox using MUI_INSTALLOPTIONS_READ.
Straight from the...
|
Forum: NSIS Discussion
10th April 2007, 04:14
|
|
Replies: 9
Views: 2,691
I understand that part, because it's like any...
I understand that part, because it's like any callback or function pointer. What I don't follow is the function signatures. I've been an OO programmer for quite a while now, and I've been used to...
|
Forum: NSIS Discussion
6th April 2007, 04:02
|
|
Replies: 7
Views: 1,772
|
Forum: NSIS Discussion
5th April 2007, 07:57
|
|
Replies: 9
Views: 2,691
:confused:
Referring to my above edit, I...
:confused:
Referring to my above edit, I got that now. The scripting language in NSIS is totally new to me, so that it even has function pointers is a bit of a surprise.
I'm trying to...
|
Forum: NSIS Discussion
5th April 2007, 07:07
|
|
Replies: 9
Views: 2,691
That's got it! :up: Except there is no...
That's got it! :up: Except there is no MUI_PAGE_CUSTOMFUNCTION_PRE in the include file, instead it's hidden behind a myriad of macro's and functions using variables in their name declarations. So...
|
Forum: NSIS Discussion
5th April 2007, 04:55
|
|
Replies: 9
Views: 2,691
Selectively display pages?
I'm trying to write an installed using the ModernUI that selectively displays certain pages. In particular the installation directory page. I want to create a single installer that can either...
|