what is the best way to delete a file during install which is not part of install?

This issue has been solved. See solution.
Ramana Ayodhya's picture

I would like to delete a file[if exists] during the install [MSI], which is not part of installation. How do i do that? Do i need to write a custom action to delete or do i need to do something else?

dilorenzo1987's picture

RemoveFile Table

Solution

The RemoveFile Table should be your friend ;-)

AngelD's picture

You already asked this and

You already asked this and got the answer in you other thread; what is the best way to delete a file during install which is not part of install?.
Please do not cross or double-post.