milton wrote:
> My issue is that the custom action is getting invoked while uninstalling
> also and it generates that log file. How do I prevent this. I need to
> execute this action only during installation.
>   

The Custom element can have body text that's the condition in which the 
custom action runs. You can use

$componentId > 2

as the condition for when the component is being installed.

> 2) Also How do I put a messagebox after the installtion which says
> "Installation completed".
>   

If you want the MSI to control that, you need a UI sequence. If you can 
control it outside the MSI, you can use the /qb+ switch to run a basic 
UI with a modal dialog at the end when the install is successful.

-- 
sig://boB
http://joyofsetup.com/



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to