Posted December 3, 201212 yr 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 /qfMy app: "%wpipath%\Install\x86 Downloads\Radio_Downloader-win32.msi" STARTRADIODOWNLOADER=FALSE /qnAny ideas?James
December 3, 201212 yr You have to edit the msi (each one is different,) download InstEd and open the installer in that...then delete the RunAfterInstall CustomAction
December 4, 201212 yr Author Solution posted on another forum. In short the following 2 command lines needed to be added within WPI:{SLEEP} 20{TASKKILL} radio downloader.exeTested 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
December 4, 201212 yr Author Sorry, hadn't refreshed my web page since yesterday so didn't realise Kel posted on here too.Anyway, its still resolved :thumbsup_anim:James
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.