Run file instead of exe in NSIS?
Hey all,
I want to know if there's a way to launch another file extension besides .exe (right now I'd like .mdb). Is there another function besides ExecWait I can do this with??
Here's my current code:
BTW: I'm making my splash screens for files, this one's for our church database.
Name "Myname" OutFile "MyOutput.exe" Caption "Mycaption" Icon "Myicon.ico" CRCCheck On WindowIcon Off SilentInstall Silent AutoCloseWindow True RequestExecutionLevel user Section "Main" ;=== Show the splash screen while processing registry entries InitPluginsDir
- Read more about Run file instead of exe in NSIS?
- 5 comments
- Log in or register to post comments