-
Notifications
You must be signed in to change notification settings - Fork 375
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
UAC prompts me to uninstall Composer #3237
Comments
@arafattehsin could you have installed a pre-release version of the desktop application? @tonyanziano does this look familiar to you? |
Hi @cwhitten - there may be a possibility but I remember it downloading after Build's announcement. I can download the fresh one and re-install this again tomorrow and update you folks here. |
Hi folks! I re-installed from the link provided in the docs - the issue still persists. As soon as I close the Composer, it prompts me to uninstall. |
I'm experiencing the same issue: Enabling the Early Adopters feature does uninstall Composer, but doesn't succeed installing the new build. No error messages are shown, but Composer just gets uninstalled every time after the Electron app is closed. This issue produces in version 1.0.0. Steps to reproduce the behavior:
Workaround: Disable the Early Adopters feature in Settings |
Sounds like it's related to this issue: electron-userland/electron-builder#2363 I'm looking into it. |
@arafattehsin & @bartbilliet when you install the app can you try installing it for the current user only by selecting the following radio button in the installer: Another alternative would be to make sure you are running Composer as an administrator if possible. It seems like there might be some underlying issue when updating where Composer is running the old uninstaller script to get rid of the old version, and then fails to install the downloaded update due to not having sufficient permissions (when installing for all users on a machine). |
@tonyanziano Your assumption seems correct. When running as "only for me" the UAC dialog does not appear, and installation seems to work (at least from what I can see in add/remove programs). |
Yes, the Only for me option works well now. |
Another Composer dev and myself looked into this issue and it seems that the following factors result in the UAC prompt (all 3 conditions must be true):
Some workarounds for this include:
|
After successfully exiting from Composer. A prompt appears on my screen asking me to give permission to old-uninstaller.exe to actually uninstall the Composer that too from an uknown source
Version
1.0
Browser
OS
To Reproduce
Steps to reproduce the behavior:
Exit the Composer client and the popup will appear.
Expected behavior
There shouldn't be such popup.
Screenshots
The text was updated successfully, but these errors were encountered: