This repository has been archived by the owner on Jan 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Schedule user settings cleanup next time user logs on
We are using Active Setup because eduVPN client is installed per-machine and eduVPN client settings are stored per-user. Active Setup allows us to cleanup the settings for all users, not just the one that performed the uninstall. On an eduVPN client uninstall, Active Setup is instructed to cleanup user's client settings on next user logon. It does not cleanup the settings immediately on uninstall for the user performing the uninstall, as it would require a reliable detection to distinguish the ultimate uninstall from an uninstall-before-next-version-install. This means, if user wants to start the eduVPN experience anew, one needs to uninstall the client, sign out&in or reboot, and reinstall the client. Fixes: #187 Fixes: #192 Signed-off-by: Simon Rozman <[email protected]>
- Loading branch information
Showing
5 changed files
with
165 additions
and
7 deletions.
There are no files selected for viewing
Submodule WinStd
updated
3 files
+7 −7 | include/WinStd/Crypt.h | |
+1 −1 | include/WinStd/ETW.h | |
+2 −2 | include/WinStd/Win.h |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,3 +10,5 @@ EXPORTS | |
EvaluateComponents | ||
RemoveWintunDriver | ||
KillExecutableProcesses | ||
UnpublishActiveSetup | ||
PublishActiveSetup |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters