Go Back   Winamp Forums > Developer Center > NSIS Discussion

Reply
Thread Tools Search this Thread Display Modes
Old 12th June 2001, 16:28   #1
brainz
Junior Member
 
Join Date: Jun 2001
Posts: 5
Just a quick query, that I can't see in the documentation.

It is to do with installers built with installation options, for example the example2.nsi in the distribution.

When this installer is running, the first step that a user completes is to make a selection, in this case whether to select Start Menu Shortcuts or not.

The user then selects next and is taken to the Installation Directory screen.

If at this point he wishes to change his selection, he clicks back.

But when the first screen, entitled Installation Options shows, the Start Menu Shortcusts shows as selected again.

The installer appears to have forgotten what had been chosen.

Is there any way of making it remember ?
brainz is offline   Reply With Quote
Old 12th June 2001, 18:26   #2
Gonzotek
Gunslinger
 
Gonzotek's Avatar
 
Join Date: May 2000
Location: Terminus
Posts: 4,693
Not with the current code, but I don't personally consider that a "dumb" question. It should be, at the very least, up to the developer whether or not the options go back to default. I hereby request a new "feature" for NSIS (Edgewise and Justin take note )...
code:

OptionsReset ON|OFF



OptionsReset ON will make the options jump back to the developer configured defaults if the user selects back.

OptionsReset OFF will let the user-selected options stay if the user backs up to check what they did.

-=Gonzotek=-

;>
Gonzotek is offline   Reply With Quote
Old 12th June 2001, 18:30   #3
Edgewize
Member
 
Join Date: Apr 2001
Posts: 89
Hrm. It really ought to remember user settings by default. I'll see what I can do about that.

If the user enters a change and hits the Next button, I can't imagine why it should ever reset to the developer's settings. I don't think that such an option is necessary.
Edgewize is offline   Reply With Quote
Old 12th June 2001, 18:31   #4
Gonzotek
Gunslinger
 
Gonzotek's Avatar
 
Join Date: May 2000
Location: Terminus
Posts: 4,693
Thanks
Gonzotek is offline   Reply With Quote
Old 13th June 2001, 10:39   #5
brainz
Junior Member
 
Join Date: Jun 2001
Posts: 5
Thanks guys ...

I'd just like to say that effort on this installer is fantastic.

I downloaded nsis143.exe to build an installer for use in our company, finished it in 2 hrs, and started the documentation for it in the pm.

When I checked out the web site to ensure the URLs were right in the afternoon, a new version had appeared ...

I suppose I prefixed the question with newbie as I'd got less than 8hrs experience with it, and thought it was a silly question.

Anyway, thanks for your input, hard work and help.

regards

tim
brainz is offline   Reply With Quote
Old 13th June 2001, 11:08   #6
Edgewize
Member
 
Join Date: Apr 2001
Posts: 89
I fixed this problem in my non-official version, 1.44e... I'll do a binary-only release this afternoon, and a full source release ASAP.

Kudos to Justin for creating such a wonderful installer and open-sourcing the code
Edgewize is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > NSIS Discussion

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump