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: Few temp files and empty folders are not removed after uninstallation
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Feb 23, 2016
03:42 AM
Few temp files and empty folders are not removed after uninstallation
Hi,
I've created a installer project using InstallShield 2014. Installation works fine. But on uninstallation, I see that few temp files and empty folders are still present in the installation directory. After reading few posts, I tried forceful delete option by making appropriate entry in the installscript to delete the installation directory on uninstallation. But this option didn't work.
Please provide some inputs to overcome this problem.
Thanks.
Karthik
I've created a installer project using InstallShield 2014. Installation works fine. But on uninstallation, I see that few temp files and empty folders are still present in the installation directory. After reading few posts, I tried forceful delete option by making appropriate entry in the installscript to delete the installation directory on uninstallation. But this option didn't work.
Please provide some inputs to overcome this problem.
Thanks.
Karthik
(5) Replies
‎Feb 23, 2016
10:59 AM
Is this a Basic MSI or Installshield Project?
Are these files/directories being created AFTER the isntallation has been completed? For example these files/folders get created by your program running or initializing?
Are these files/directories being created AFTER the isntallation has been completed? For example these files/folders get created by your program running or initializing?
‎Feb 24, 2016
01:22 AM
Hi PlinyElder,
This is an Installshield Project.
These folders are part of the installation package. So, these folders are created on the target machine during installation and not after installation is completed.
These folders contain the required files which will be placed on the installed machine. On uninstallation, these files are getting removed but these folders are existing as empty folders.
With respect to 'temp files', these files are getting generated by the running program which is part of installation package. I mean after installation, when this program is run, it generates these temp files. These are not getting removed on uninstallation.
Thanks,
Karthik
This is an Installshield Project.
These folders are part of the installation package. So, these folders are created on the target machine during installation and not after installation is completed.
These folders contain the required files which will be placed on the installed machine. On uninstallation, these files are getting removed but these folders are existing as empty folders.
With respect to 'temp files', these files are getting generated by the running program which is part of installation package. I mean after installation, when this program is run, it generates these temp files. These are not getting removed on uninstallation.
Thanks,
Karthik
‎Feb 24, 2016
10:56 AM
So the packages are Basic MSI's? The package needs to have file/folder delete in the directories that are not getting removed. As well, make sure the destination location in the package is not set to shared or permanent