Question

Q: What input can I ask the user for during installation?

What input can I ask the user for during installation?

Answer:

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.

You can also validate user input using a validationActionList as explained here.