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
- :
- Uninstall issue
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
‎Dec 08, 2010
05:01 AM
Uninstall issue
Hi,
I have, I think, a beginer issue.
I have created an installscript project.
I put my exe in files to be installed (using Add Files).
My exe has dependencies.
When I install the program, installscript correctly install all the dependencies and my exe.
The problem appears when I uninstall.
I uninstall the program using "Add/Remove program" of windows.
Then many of the Dll of the program and the program itself are still in the directory after uninstallation.
I can see some of the Dll has been removed.
May I know what I have done wrong in order to make uninstallation works completely ?
I can confirm this problem does not concern files created after installation. The files which are not deleted has been created during the installation and automatically by the installer.
Thanks for help,
I have, I think, a beginer issue.
I have created an installscript project.
I put my exe in files to be installed (using Add Files).
My exe has dependencies.
When I install the program, installscript correctly install all the dependencies and my exe.
The problem appears when I uninstall.
I uninstall the program using "Add/Remove program" of windows.
Then many of the Dll of the program and the program itself are still in the directory after uninstallation.
I can see some of the Dll has been removed.
May I know what I have done wrong in order to make uninstallation works completely ?
I can confirm this problem does not concern files created after installation. The files which are not deleted has been created during the installation and automatically by the installer.
Thanks for help,
(6) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 09, 2010
03:47 AM
Please check if they don't appear under:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 10, 2010
04:03 AM
Check in the components view. The property for the component shared or permenent marked it as 'Yes'
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Dec 13, 2010
07:36 AM
Hello,
I have checked and effectively there is one component with my dll which has Shared property to Yes.
Thank you very much for your help. It saves me much time.
I have checked and effectively there is one component with my dll which has Shared property to Yes.
Thank you very much for your help. It saves me much time.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 04, 2011
12:22 AM
Please tell me how to check for the Components view:confused: ....
I'm not getting it clearly.
I'm having the same problem with InstallAnywhere project, after addition of a required folder having .dll files, the project is not proceeding the uninstall.
Thank you.
I'm not getting it clearly.
I'm having the same problem with InstallAnywhere project, after addition of a required folder having .dll files, the project is not proceeding the uninstall.
Thank you.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 05, 2011
04:05 AM
Please be clear what are you looking for? So tahat I can help you out.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jan 06, 2011
01:36 AM
I was querying about the "Components View", discussed in the previous post #3, #4....
Anyways I got it and resolved the issue of my project, Now Uninstall is working properly..
Thanks 🙂
Anyways I got it and resolved the issue of my project, Now Uninstall is working properly..
Thanks 🙂