Re: [WiX-users] CA before RemoveFiles

2009-04-05 Thread Rob Mensching
Don't know. Depends on what you are trying to accomplish. Michael wrote: > Thanks Rob Mensching, > > Which execute enumeration I must use. I tried with "immediate". I > can't get 'CustomActionData'. > Regards, > -SMR > Rob Mensching wrote: > >> Commit custom actions run at the very end, by

Re: [WiX-users] CA before RemoveFiles

2009-04-04 Thread Michael
Thanks Rob Mensching, Which execute enumeration I must use. I tried with "immediate". I can't get 'CustomActionData'. Regards, -SMR Rob Mensching wrote: > Commit custom actions run at the very end, by design. > > Michael wrote: > >> Hi, >> >> I have set of CA(commit) to executes on uninsta

Re: [WiX-users] CA before RemoveFiles

2009-04-02 Thread Rob Mensching
Commit custom actions run at the very end, by design. Michael wrote: > Hi, > > I have set of CA(commit) to executes on uninstall. I'm running CA after > 'MsiUnpublishAssemblies'. While executing CA, I'm getting error in CA > dll that file not found. I want to execute CA before all files are remove

[WiX-users] CA before RemoveFiles

2009-04-01 Thread Michael
Hi, I have set of CA(commit) to executes on uninstall. I'm running CA after 'MsiUnpublishAssemblies'. While executing CA, I'm getting error in CA dll that file not found. I want to execute CA before all files are removed. help me. Regards, -SMR -