hidden batch file execution
Hi!
I need to be able to execute .bat file in background that can run even after setup terminates. Already know about nsExec and ExecDos plugins, but i don't need to wait for output. I just need to call CreateProcess with SW_HIDE parameter in StartupInfo.
Any suggestions?