Hi,

There are two parts in my uninstall:

1.       Uninstall a driver. This one works well.

2.       Have a custom action (a dll) that alters some registry entries that is 
made during a install.

I need some help with how to specify this inside
<InstallExecuteSequence>
</InstallExecuteSequence>

Right now, I have
<InstallExecuteSequence>
   <Custom Action="MyAction" Before="RemoveFiles">Installed</Custom>
</InstallExecuteSequence>

This does not work as expected. I guess "Before" is not correct and the 
condition "Installed" is incorrect too.

Any help would be great.

Thanks,
Satish M S


------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to