batch file - How to make changes in uninstallation process of project developed in c#.net -
i developed small project in c#.net. want create file in windows or system32 folder. create setup of project , add file system32 , run setup. successfull works. problem , when uninstall project add/remove program frm control panel file been deleted system32 or windows folder. dont want uninstallation process delete that.
so tried thing, use batch file creating file in windows folder , after runs setup.msi file. works. when used batch exe converter converting batch exe , add setup.msi file in , batch file creates file in windows folder failed run setup.msi file.
software iexpress workes in case problem iexoress , not add administrator manifest. , batch file needs that, becouse creating file in windows folder.
i have no experience. fresher. job less. tring freelancing work. first. please give answer example.
thank you. salil malek
as general rule, standard uninstall procedure must remove files user's computer pertinent particular application (installed setup/.msi) except user-created files (e.g., documents, etc): type of user-created files there should option user decide if should deleted during uninstall.
Comments
Post a Comment