I am preparing an installer with Innosetup. But I'd like to add additional custom (none of the available parameters) command line parameters and would like to get the value of the parameter, like:
setup.exe /do something
check if /do is given, then get the value of something. Is it possible? How can I do this?