This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Console: Get User Input - Multiple Choice issue
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 09, 2009
06:03 PM
Console: Get User Input - Multiple Choice issue
During upgrade I set "Default Values" for selection based on the previous installation. If the user want to unselect all of the choices, how to set it?
-> 1. Multiple Choice 1
2. Multiple Choice 2
-> 3. Multiple Choice 3
ENTER A COMMA-SEPARATED LIST OF NUMBERS REPRESENTING THE DESIRED CHOICES, OR PRESS TO ACCEPT THE DEFAULT:
In this case, the DEFAULT is "1,3". Entering other number such as 0 is not allowed. I think the "," works but I would like to know the right/better way.
-> 1. Multiple Choice 1
2. Multiple Choice 2
-> 3. Multiple Choice 3
ENTER A COMMA-SEPARATED LIST OF NUMBERS REPRESENTING THE DESIRED CHOICES, OR PRESS
In this case, the DEFAULT is "1,3". Entering other number such as 0 is not allowed. I think the "," works but I would like to know the right/better way.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Apr 10, 2009
12:29 AM
I think that I've encountered the exact same issue some years ago when implementing the console mode for our installer... and the only workaround I could come with was to present the user with all choices unselected (but I guess that in your case, and most likely in mine, too, it is mandatory to test that the end user made selected at least 1 choice).