cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
palaplan
Level 3

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

Labels (1)
0 Kudos
(0) Replies