-
Notifications
You must be signed in to change notification settings - Fork 25
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
Windows: Machine restart required to completely uninstall app #71
Comments
Which bin file won't delete? |
Hi Julien,
I and another team member encountered this problem over a month ago. Unfortunately I don’t recall the details here.
Are you unable to recreate the issue when you uninstall the OS App?
Emmanuel
Sent from Mail<https://go.microsoft.com/fwlink/?LinkId=550986> for Windows 10
From: Julien Marrec<mailto:[email protected]>
Sent: Thursday, January 23, 2020 3:55 PM
To: NREL/OpenStudioApplication<mailto:[email protected]>
Cc: Emmanuel Omere<mailto:[email protected]>; Author<mailto:[email protected]>
Subject: Re: [NREL/OpenStudioApplication] Windows: Machine restart required to completely uninstall app (#71)
Which bin file won't delete?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#71>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ANIEEKJ6HFOOEJXVSV7N7STQ7H72DANCNFSM4KIOLCGQ>.
|
I just don't really use windows unless I really have to. Anyways, I tried it out today: Try 1:
Try 2:
|
Ok, so I have a lead: If I open OS App, and wait a few seconds before I close it, then OpenStudioApp.exe and openstudio.exe are both killed. So it looks like in a way if I don't wait out for the measure manager to start properly, then closing the OS App doesn't make the cli stop. The measure manager is started in a non-blocking way, and we use a future to see when it's started and then use connectOSDocumentSignals, so perhaps that makes some sense. I can also confirm that when I log into my session, I don't have any "QtWebEngineProcess.exe", then after launching OS App the first time I do have 3. Closing OS app leaves 3 of them running. Opening two instances of OS App doesn't change the fact that 3 are running. |
I'm probably not the right person to track down this problem, but I'll label the issue accordingly. |
Assuming it's fixed by #369, and if not need more info to reproduce. Happy to reopen if bug is confirmed with 1.2.0 (or 1.2.0-rc6) and more info is provided |
Issue overview
The windows version of the app does not completely uninstall when prompted.
Current Behavior
The directory containing all originally downloaded information does not get deleted. This is because it holds a bin file that won't delete. Upon restarting the computer, both the directory and bin file were deleted.
Expected Behavior
When uninstalled, all items associated with the app should be deleted.
Steps to Reproduce
Install the app, then uninstall it.
The text was updated successfully, but these errors were encountered: