hobbitshire Posted December 3, 2012 Posted December 3, 2012 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 Quote
Kelsenellenelvian Posted December 3, 2012 Posted December 3, 2012 I can post a solution when I am home. Quote
ricktendo Posted December 3, 2012 Posted December 3, 2012 You have to edit the msi (each one is different,) download InstEd and open the installer in that...then delete the RunAfterInstall CustomAction Quote
hobbitshire Posted December 4, 2012 Author Posted December 4, 2012 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 Quote
hobbitshire Posted December 4, 2012 Author Posted December 4, 2012 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 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.