I have some custom actions which run the .NET Dll installation actions (dotNetCutAct).
During install, I have had to move them to after the 'FinishExecution' stage so that they don't try to run when the files are not there yet.
However, during install they also run at the end, after the fiels are gone so there are errors due to them not being there.
I tried moving them up in the uninstall but that moves them for the install as well.
I'm sure this is simple, but I don't knwo how to fix it...