Can InstallBuilder be customized with new installer pages?

asked 06 Sep '11, 06:22

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%

edited 12 Sep '11, 04:08


Yes! You can specify required inputs by adding new parameters to the <parameterList> section in the project file. There are different kind of parameters to ask the user for a string, a file, yes/no questions, and so on. Each one of this parameters will in turn be represented appropriately in each of the installation modes. For example, a yes/no question will be presented in the GUI interface as a couple of radiobuttons and in the text interface as a text prompt [y/n] question. The installer will also create corresponding command line options for each one of the defined parameters.

link

answered 06 Sep '11, 06:26

Jake's gravatar image

Jake ♦♦
181534175
accept rate: 98%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×10
×7
×2
×1
×1

Asked: 06 Sep '11, 06:22

Seen: 130 times

Last updated: 12 Sep '11, 04:08

powered by BitNami OSQA