Dot Net Installer: How to stop the "Skip" button from showing up?

213 Views Asked by At

Here is the installer builder that I am using, version 1.10: http://dotnetinstaller.codeplex.com/

In the config file, I have multiple Setup Configurations. For the created bootstrapper, there will be "Skip" Button on each Configuration (except the last one). Can I stop this button from showing up? How?

Thank you very much.

Simon

1

There are 1 best solutions below

0
On

This has long been fixed/changed. The project lives in https://github.com/dblock/dotnetinstaller now.