Jump to content

Featured Replies

Posted

I have an application that insists on launching after WPI installs it silently. Have found examples that work for other apps but unsure how to adapt it:

Skype Example: msiexec /i SkypeSetup.msi STARTSKYPE=FALSE /qf

My app: "%wpipath%\Install\x86 Downloads\Radio_Downloader-win32.msi" STARTRADIODOWNLOADER=FALSE /qn

Any ideas?

James

  • Author

Solution posted on another forum. In short the following 2 command lines needed to be added within WPI:

{SLEEP} 20

{TASKKILL} radio downloader.exe

Tested and works!

Thanks Kel. Also, thanks to Rick. I may also have a look at your alternative solution at some point - all good stuff.

This thread can now be closed and marked as solved, cheers!

James

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...