Jump to content

[Solved] How to Stop Application Launch after WPI Silent Install


hobbitshire

Recommended Posts

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

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...