cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
ezrobotics
Level 3

How to clear created files in uninstall.

I have an Basic MSI project which includes some executable files.

This executable file creates some files (log, environment, ...) in the installation folder during execution.

And later when user uninstall the program, these files remain on user's computer.

Is there any option to clear the installation folder when uninstalling?

InstallShield 2019 Pro.

Labels (1)
(1) Reply
THAMIZH
Level 4

If you want to clear the entire the directory  then u can use DeleteDir or else if you want to delete the file then u can use DeleteFile

 

Thanks 

THAMIZH

0 Kudos