Launching Win32 App
I have read a couple of post on executing dos commands, but what about lauching win32 apps such as Direct X installer?
Archive: Launching Win32 App
Launching Win32 App
I have read a couple of post on executing dos commands, but what about lauching win32 apps such as Direct X installer?
works the same way.. Exec, ExecWait or nsExec
When installing 3-rd party applications, also good style is to hide original (NSIS) installer
ShowWindow $HWNDPARENT 0
ExecWait "$EXEDIR\directx_9c_redist.exe"
ShowWindow $HWNDPARENT 1