Immediate custom actions don't have access to installed files, unless
they're after InstallFinalize, and with that deferred one you just need
to set the Wix magic that says "don't wait" - that's why the MSI is
waiting for it to complete. 

Phil Wilson 


________________________________

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kaushik
Barat
Sent: Monday, January 22, 2007 9:31 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Start application after installation


Hi All,
 
I am looking for a way to kick start the application after it has been
installed. The application start consists of running an executable. 
 
I tried 2 ways
1. Defered action to start the app, after PublishProduct action. This
starts the application, but the MSI hangs.
 
2. Immediate. Trying to invoke the app via QtExecCmdLine. However, the
application does not start if I use this method. 
 
what is the prefered way to start an application after MSI has
installed.
 
THanks,
Kaushik
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to