Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parameter /CLEAN not working for uninstaller [CORE2318] #2742

Closed
firebird-automations opened this issue Feb 11, 2009 · 5 comments
Closed

Parameter /CLEAN not working for uninstaller [CORE2318] #2742

firebird-automations opened this issue Feb 11, 2009 · 5 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Jonas Jasas (jon)

Parameter /CLEAN not working for uninstaller. It is not doing:

/CLEAN

Uninstallation has always left the following files in place after
the uninstallation process hase completed:

firebird\.conf
aliases\.conf
firebird\.log
security2\.fdb

The assumption is that these files will be useful to users
re-installing or upgrading Firebird. Starting with Firebird 2.1
(using InnoSetup 5 to build the installation package) it is now
possible to pass the /clean option to remove these files.

@firebird-automations
Copy link
Collaborator Author

Modified by: @dyemanov

assignee: Paul Reeves [ paul_reeves ]

@firebird-automations
Copy link
Collaborator Author

Commented by: @reevespaul

The uninstaller checks the sharedfile count of each of these files. It will only delete them if the count is 0.

You can check this registry key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SharedDlls

for the four files. If the values are set to zero after running the uninstaller with /CLEAN then there is a bug. Otherwise, it works as designed.

@firebird-automations
Copy link
Collaborator Author

Commented by: @reevespaul

I never managed to reproduce this and it certainly works for me when I use it for Fb 3.0.

I'm marking this as Cannot Reproduce, so that we can close this issue.

@firebird-automations
Copy link
Collaborator Author

Modified by: @reevespaul

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Cannot Reproduce [ 5 ]

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants