What input can I ask the user for during installation?
| Author: BitRock Support Date: October 30, 2007 09:33 Tags: |
User input and custom installer pages
|
You can ask the user:
- for a password using a passwordParameter as explained here.
- for a text string using a stringParameter as explained here.
- or a file location using a fileParameter as explained here.
- for a directory path using a directoryParameter as explained here.
- to choose among of list of options using a choiceParameter as explained here.
- to answer a yes/no question using a booleanParameter as explained here.