Hi all,
First of thank you for helping me with my previous question.
My new issue is this :
I want to be able to check if a certain program is running during the
installation.
If that program is running I want to be able to stop the installation and
tell the user to close that program before continuing with the installation.

I read that the <util:CloseApplication /> might be what i need but I am not
quit sure how it's works.
This is what i have wrote so far..

<Product Name='MyApp' ...... >

        <util:CloseApplication Id = "CloseSW" Description="SolidWorks need
to be closed" Property="SWRunning" Target="SLDWORKS.exe" >
            1
        </util:CloseApplication>

...
</Product>

Thank you in advance,
Adi.
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to