For some reasons my app needs to be executed with the parameter -NotInstalled.
I can provide a simple .bat file that launches the app with that parameter. Or a windows shortcut with the parameter added to the target. Both solutions work, but I know many users will tend to start the app by clicking the .exe file instead of the .bat file or the shorcut. And if they do so, the app will miss files and won’t work. I’d like to avoid that.
Is there any way to package and create an .exe file that automatically launches as -NotInstalled?