Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello everybody,

I'm working on a applciation wrote in C# with .net 2.0 with Microsoft Visaul Studio 2005.
I generate a setup project for installing my application with some text files.
These files can be deleted by the applcation.
When one of this file is deleted, in the next restart, Microsoft Windows Intaller start and reinstall the deleted file.

If it's possible, how can I disable this automatic reinstall ?

Thanks for your help.
Posted

Set Permanent[^] to true for files that has to manually be deleted.
 
Share this answer
 
Hi Kim,

thank for your help but I set Permanent to true. But Microsoft installer start and re-install my files.
 
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