Forum: NSIS Discussion
15th September 2008, 15:29
|
|
Replies: 4
Views: 1,764
|
Forum: NSIS Discussion
12th September 2008, 22:10
|
|
Replies: 4
Views: 1,764
Okay, I can deal with that, but it brings up...
Okay, I can deal with that, but it brings up another issue. I've used the example given in the nsDialog tutorial, to make it so if the User navigates back to this page, his choices are selected. ...
|
Forum: NSIS Discussion
12th September 2008, 21:44
|
|
Replies: 4
Views: 1,764
Checkboxes defaulting to checked
I'm trying to figure out how to get my checkboxes to default to on. I can do the following:
${NSD_CreateCheckbox} 5% 25u 30% 10u ".jou"
Pop $CheckboxJou
${NSD_Check} $CheckboxJou
but is...
|
Forum: NSIS Discussion
10th September 2008, 19:57
|
|
Replies: 2
Views: 1,351
|
Forum: NSIS Discussion
9th September 2008, 21:19
|
|
Replies: 2
Views: 1,351
Adding a directory to the install
I've looked through all the information that I can find, but I can't seem to see any way to make NSIS include a directory in the installation. The reason that just listing all the files doesn't...
|