Hi All,

 

At the time of uninstalltion I want to check if a particular service is running or not .for this I have written a function code in my dll .I have also written a CustomAction corresponding to this  DllEntry. The function in my dll  returns o if service is not running and 1 if service is running.  Now  I do not know how to check the return value and take further actions like displaying a dialog box if the service is running . I have defined my custom action like  

 

                    <CustomAction Id='CHECK_INDEXER_RUNNING'

 

                  BinaryKey='addinsca'

 

                  DllEntry='CheckIndexerRunning' Return="check"/>

 

Can anybody tell me how should I publish this event on clicking of a next button from InstallGUI  ? and also retrieve what this function returns for instance 0 or 1 .

 

 

Thanks in Advance.  

 

Thanks and Regards
Akshaya Bhargava
Member  Technical Staff
HCL Technologies

 

DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.

-----------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to