This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Modify Uninstall
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 17, 2010
11:17 AM
Modify Uninstall
Hello
My problem is, I create a folder with the Installation in this folder, the program which was installed, it would write Logfiles... When I try to uninstall the program the folder which has some Logfiles into wouldn't uninstalled... So I think I have to modify the setup, but I don't know how I should do that...
I hope you can help me, thanks!
regards
Blueeberry
My problem is, I create a folder with the Installation in this folder, the program which was installed, it would write Logfiles... When I try to uninstall the program the folder which has some Logfiles into wouldn't uninstalled... So I think I have to modify the setup, but I don't know how I should do that...
I hope you can help me, thanks!
regards
Blueeberry
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Mar 18, 2010
05:29 PM
What kind of project? If it's an MSI project, you can author records in the RemoveFile table (exposed in the Direct Editor view); if it's InstallScript, you could call DeleteFile or DeleteDir during uninstallation.