New: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024) 1,100+ portable packages, 1.1 billion downloads No Ads November!, Please donate today
How do you do this in a lancher: C:\program.exe --window
Depends on what scripting/programming language that you are making on.
http://nsis.sourceforge.net/Obtaining_select_command_line_parameters Change !define PARAM_CHAR "/" to !define PARAM_CHAR "--" ---- Ryan McCue Person 1: Oh my god. You will never believe what just happened. Person 2: What? Person 1: I can't remember, I've forgotten.
!define PARAM_CHAR "/"
!define PARAM_CHAR "--"
"If you're not part of the solution, you're part of the precipitate."
Depends on what scripting/programming language that you are making on.
http://nsis.sourceforge.net/Obtaining_select_command_line_parameters
Change
!define PARAM_CHAR "/"
to!define PARAM_CHAR "--"
----
Ryan McCue
Person 1: Oh my god. You will never believe what just happened.
Person 2: What?
Person 1: I can't remember, I've forgotten.
"If you're not part of the solution, you're part of the precipitate."