-
-
Notifications
You must be signed in to change notification settings - Fork 232
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
FB control panel applet installation [CORE1109] #1529
Comments
Modified by: @dyemanovassignee: Paul Reeves [ paul_reeves ] |
Commented by: michalk1 (michalk1) My recent findings about Firebird control panel with actual FB versions: - FB 1.5.4, FB 2.0.3, FB 2.1.0 Beta2 on Win XP - FB 1.5.4 on Win Vista - FB 2.0.3, FB 2.1.0 on Win Vista |
Commented by: @reevespaul Reports regarding 1.5.3 and Vista are not really valid - it was released long before Vista. Reports for 1.5.4 and Vista are useful, although it should be remembered that 1.5 in general was never really intended to run with Vista. I presume that by XP you mean the version with SP2 or whatever they called it. The problem with the FB2 cpl applet and Vista is known and is a consequence of the improved MS experience. If anyone has any suggestions as to how to override this problem I'd gladly hear it. After all, the problem does not exist under Win 2K3. Overall, Vista seems to be up there with Win ME and I'm hoping it suffers a similar fate, before we have to spend to much time reworking things that have worked satisfactorily on every version of Windows since NT4.0 and Win 98. The XP report, however, is more serious and will be looked into. |
Commented by: @reevespaul Looks like our comments are overlapping. > - FB 1.5.4 on Win Vista This ought to be a badge of honour for us. There is no way we should be able to crash the control panel window. Perhaps a bug report to MS is more appropriate. > - FB 2.0.3, FB 2.1.0 on Win Vista and legacy mode. Do you have any info on how to make 'legacy mode' persistent? |
Commented by: Andreas Pohl (neo4a) - FB 1.5.4 on Win Vista This must be fixed in the Windows installer package and it's easy to replace control panel by control application located in bin directory of Firebird and by creating a link to it in program folder. That I had to change in my installation package: That fixed this very strange behaviour of Firebird installation. BTW, it tooks me days to find out what's the reason of crashing explorer. In never tought about FB installation because it was only one in a row of many required installations. -- |
Commented by: @reevespaul Andreas, First off, it should be noted that installing the cpl applet is optional, and you can disable installation via a command-line param. This was always intentional. Secondly, the solution suggested above is not a solution to installing the applet as a control panel applet. ie, it doesn't show up in the Windows control panel. It is a workaround, but not a solution. That said, I'm not really sure why the cpl applet for 1.5 should cause Vista problems, when the v2.0 applet works fine (albeit with the usual Vista nag screen.) I'll take a closer look at this at some point, especially if we ever get to release a 1.5.5 |
Commented by: Andreas Pohl (neo4a) Paul, thank you for responding. > the cpl applet is optional If nobody knows that this tool causes problem on Vista, why should they disable its installation? > the solution suggested above is not a solution Right. It's a working way and I personally like an visible link to a working tool in a program group more than a "hidden presence" of a pitfall applet. > I'm not really sure why the cpl applet for 1.5 should cause Vista problems, when the v2.0 applet works fine No doubt, there are some differences between both versions ;) > I'll take a closer look at this at some point Hopefully there is no need for a *new* Firebird-1.5-installation for all the *new* systems delivered with Vista (about 90% of new notebooks). Paul, please don't misunderstand me: The applet by itself is a tool with minor priority for sure. But once installed it crashed the (Vista) system completly. No chance for workarounds: Yo can't change even network settings (!), no uninstalls etc. unless this little applet is deleted. -- |
Commented by: michalk1 (michalk1) Paul, > Do you have any info on how to make 'legacy mode' persistent? it seems that legacy mode is persistent by default. Once there are the registry entries that sign Firebird2Control as legacy application, Windows don't ask again about it and just require the elevated rights every time it is run. There are two registry entries that seem to control it: [HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Compatibility Assistant\Persisted] and [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers] The first one is there just to remember whether Windows has already asked the question about legacy mode, the other controls the actual action, which is to request the elevated rights. > That said, I'm not really sure why the cpl applet for 1.5 should cause Vista problems, when the v2.0 applet works fine (albeit with the usual Vista nag screen.) Can't it be a library dependency problem ? AFAIK, new FB versions are build using different set of msvc*.dll files. As for the Win Vista, i'm afraid it won't be the case of Win ME and we will have to learn to live with it. The control panel applet is not a major problem as it is not essential to install it at all, but I expect more serious problems with the UAC feature, especially the way it handles legacy applications (those not containing Vistas manifests). UAC allows older application to modify files in Program Files folder and registry and pretents that the modifications were successful, but in reality writes those modifications just into user's local copy of those files - so called "compatibility files", so the changes are not visible by other users and system processes. Just imagine the situation that user modifies a file, say - firebird.conf - to make some settings, but the server doesn't recognize the change, because it works with the original file. I expect many support calls like this with Win Vista. But it doesn't belong here ... Michal |
Modified by: @pcisarWorkflow: jira [ 11542 ] => Firebird [ 15454 ] |
Submitted by: michalk1 (michalk1)
Votes: 1
I have encountered the following problems in installation and behaviour of Firebird control panel applet (FB superserver installation):
- FB 1.5.3 on Win Vista
The Firebird2Control.cpl panel brings down the entire control panel window with messages "Windows Explores has stopped working" and "Windows Explorer is restarting". It helps to delete Firebird2Control.cpl file from System32 directory.
- FB 1.5.4 RC1 both on Win XP and Vista
Althouh the checkbox "Install Control Panel Apllet" is present in installation setup, the applet never gets installed.
- FB 2.0.0 on Win Vista
The control panel installs, but all it's controls are disabled (grayed) by default. It's necessary to run it in a "legacy CPL elevated" mode or disable User Accont Control to make it work.
The text was updated successfully, but these errors were encountered: