I am new to Inno Setup and I have already read the documentation. Now I know that Inno Setup can accept different/custom parameter and could be processed via Pascal script. But the problem is, I don’t know how to write in Pascal.
I am hoping I could get help about the coding.
I’d like to pass /NOSTART parameter to my setup file which while tell the setup to disable(uncheck) the check mark on “Launch ” and if /NOSTART is not provided, it it will enable(check) the check mark “Launch “

or if possible, that Launch page is not required and do everything via code.
and so a little research read and read .. i got my answer.
here’s my code (except the “GetCommandLineParam”)
a code update. Thanks to @TLama