Click here to Skip to main content
15,895,799 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
While installing i have to check if specific file exist at that location and do delete it to make sure a new copy is placed everytime .All these should happens before installer copies it's files but what i found was OnBeforeInstall was getting called after install.
Where should i write my code(deleting file) so that it gets called before files are being copied by installer?
Posted
Comments
[no name] 17-Apr-13 9:35am    
The answer you get is going to depend heavily on what you are using to create your installation package. And if OnBeforeInstall is getting called after the installation then you should be reporting that as a bug to the manufacturer also.
Dexter11 17-Apr-13 9:37am    
I am using installshield to create my package where i had enabled .net installer class

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900