In answer to your questions:
1) No, not with Visual Studio setups because that's where the install custom
actions are sequenced - nearly at the end of the installation.
2) No. "Before Install" doesn't mean "before the install". It means "before
the code in the Install custom action".
Why are you deleting older versions of files? If they are literally
versioned code files they'll be replaced anyway with higher versions. Are
they data files?

Signature
Phil Wilson
[Microsoft MVP-Windows Installer]
>I am attempting to delete some files from my target installation folder
>prior
[quoted text clipped - 38 lines]
> Regards,
> Keith D.
Keith DuPont - 16 Apr 2007 12:18 GMT
I was experiencing a problem with my primary output updating during
subsequent installs. Thanks to one of your responses to another poster I
found the answer I needed (I was not updating the version numbers in my
assemblyinfo file).
The clarifications on the execution order and Before Install event were
extremely helpful.
Thank You for your assistance!
Regards,
Keith DuPont
> In answer to your questions:
>
[quoted text clipped - 50 lines]
> > Regards,
> > Keith D.