| Inno Setup CLI Help is a set of functions that can be included in any Inno Setup installer to display command line usage information to the user. This help info can be displayed by passing /?, /h, or /help to the installer. If one of these arguments is passed, the installer will display the help usage information, then exit. This help information, for the most part, is a copy of the "Setup Command Line Parameters" of the Inno Setup help file. The reason I want to include this information in the installer itself is to make it as easy as possible for end-users to access it. Otherwise, it's difficult to track down this information, especially if the user does not even know that the installer uses Inno Setup.
|
| author: | Jared Breland |
| required: | Windows |
| size: | 17 k |
| added: | 11-Jul-2008 |
|