Hello, can anyone please help and tell me how I can make this initializing screen dialog vanish or not show up when launching?
It says in the help file the following. But I have no idea how to pass this /NOINIT to the Setup.exe when actually building it? /NOINIT
This command line option hides the "initializing..." dialog that appears when extracting dependency or primer files at the beginning of the install.
I don't know how to write anything inside these _CommandLineArgs
If someone could please let me know how to complete this insane task It would be appreciated? Maybe I'm missing a GUI button tickbox somewhere
that just says turn off initializing dialog like in AMS at build time? Tried building the setup and making it in build options like Setup.exe /NOINIT but this doesn't work.
Surely, this has to be something simple without having to write out 40 lines of LUA code in some _CommandLineArgs script no?
It says in the help file the following. But I have no idea how to pass this /NOINIT to the Setup.exe when actually building it? /NOINIT
This command line option hides the "initializing..." dialog that appears when extracting dependency or primer files at the beginning of the install.
I don't know how to write anything inside these _CommandLineArgs
If someone could please let me know how to complete this insane task It would be appreciated? Maybe I'm missing a GUI button tickbox somewhere
that just says turn off initializing dialog like in AMS at build time? Tried building the setup and making it in build options like Setup.exe /NOINIT but this doesn't work.
Surely, this has to be something simple without having to write out 40 lines of LUA code in some _CommandLineArgs script no?
Comment