This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Advanced UI command line parameter for help page?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 18, 2020
07:34 AM
Advanced UI command line parameter for help page?
Hello community,
I created an setup.exe installer from an advanced UI Project. I found the available command line parameters in Advanced UI and Suite/Advanced UI Setup.exe Command-Line Parameters but wanted to know if there is a possibility to add a help command that would list the available commands and would look something like this in the console:
> Setup.exe -help
Setup.exe v1.0.0
This is the help page for Setup.exe
/debuglog The /debuglog parameter lets you generate
a log file for Setup.exe.
example:
Setup.exe /debuglog"C:\PathToLog\setupexe.log"
/language:LCID The /language parameter indicates that the
installation should run in the specified language
as specified.
example:
Setup.exe /language:1031
...
or would open a extra window, the form does not really matter.
I simply need my customers to know what command-line parameters are available.
Thanks,
Pierre
- Tags:
- command-line
(0) Replies