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
- :
- Re: Customize uninstall of software
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
Feb 03, 2014
12:48 AM
Customize uninstall of software
Hi,
I've created a basic MSI installer for the software.
Now we want to customize uninstall such that process should ask if user want to remove a specific file from the "Program Data" folder and remove the file based on user selection and then continue with the uninstall process.
Kindly suggest how can we do the above customization in uninstall process.
Thanks in advance
I've created a basic MSI installer for the software.
Now we want to customize uninstall such that process should ask if user want to remove a specific file from the "Program Data" folder and remove the file based on user selection and then continue with the uninstall process.
Kindly suggest how can we do the above customization in uninstall process.
Thanks in advance
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Feb 12, 2014
10:20 AM
Custom Action-> Create a YesNo dialog and on YES DeleteFile( FullFilePath ) nad handle if error.
Open the Help file and search for DeleteFile and there's an example of how to use it.
Open the Help file and search for DeleteFile and there's an example of how to use it.
