Re: [WiX-users] Running command line at the end of installation

2009-02-04 Thread Martin Sustrik
OK, thanks, I've managed to run the exe. Now, how can I delete it afterwards? Thx. Martin Uwe Stump wrote: > Hi Martin, > > Try this (deferred execution): > > Value=""[INSTALLDIR]zmq.exe" -y" /> > Return="check" Execute="deferred" /> > > > After="InstallFinalize">$YourComponent>2 >

Re: [WiX-users] Running command line at the end of installation

2009-02-04 Thread Uwe Stump
Hi Martin, Try this (deferred execution): $YourComponent>2 $YourComponent>2 Change $YourComponent by the Id of your component (a condition for a custom action that should only be run at install has the following format: $ComponentName>2, see: http://strangelights.com/blog/archiv

[WiX-users] Running command line at the end of installation

2009-02-04 Thread Martin Sustrik
Hi all, I want to run a command line at the end of installation. This is how far I have got: What I get is error 2721. Any advice? Thanks. Martin -- Create and Deploy Rich Internet Apps ou