what is the best way to delete a file during install which is not part of install?
This issue has been solved. See solution.
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?
RemoveFile Table
The RemoveFile Table should be your friend ;-)
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.
Would you like to reply?
Login or Register to post your comment.