Thank you o_owd,
I realized the quickest and dirtiest way I can possibly achieve the launching of the program would be to do so through a shortcut which already carried the parameters. In theory it should work but ExecWait will never even call the shortcut.
I haven't tried nsExec before as I never heard of it so thanks for the link. I read up on all the documents in the folder and it might seem like a contender but I am so far unable to get it to work... I might have the whole idea about it wrong in a sense, am not sure.
Thank you Afrow UK,
Thanks for the help on the previous thread in regards to INI field matching. Unfortunately I believe the document in which you linked me too hasn't yet applied the "SW_SHOWNORMAL, SW_SHOWMAXIMIZED and SW_SHOWMINIMIZED" parameters into the script. It says those are planned for the future.
I haven't tried it to prove anything but in a sense wanted to avoid the pains of frustration in case I would have indeed been chasing my tail if I had attempted to.
So in short this piece of code is non-existent
ExecWait '"$INSTDIR\start.bat" "SW_SHOWMINIMIZED"'
Cool, I didn't want to go crazy thinking I had it wrong all along...
Any more ideas about how to get ExecWait to start up minimized or even possibly hidden all together?
Thank you all for your time