On install I copy some files in ‘System32’ folder. When uninstalling these files are not deleted. Why?
On install I copy some files in ‘System32’ folder. When uninstalling these files are
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
MSI Installations are supposed to be declarative rather than procedural. You declare what files should be copied and they get copied by windows installer. When uninstalling Windows Installer knows which files to delete, because it, because he did install them in the first place.
On the other hand if you make something manual during installation, like copying files yourself, Windows Installer doesn’t know about this and it is your responsibility to delete them when uninstalling.