cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
EF-Peeush
Level 2

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
Labels (1)
0 Kudos
(1) Reply
DemonPiggies
Level 7

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.
0 Kudos