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 File /oname=$PLUGINSDIR\splash.jpg "MySplashScreen.jpg" newadvsplash::show /NOUNLOAD 4000 200 0 -1 /L $PLUGINSDIR\splash.jpg ExecWait "someprog.exe" newadvsplash::wait SectionEnd
[Moderator RM: Use <pre> instead of <code> for code blocks. I fixed for you]
[Thanks Ryan, I had just figured out how to do that, and then came back and it was changed! Thanks.]