From 64ca04f468166e37e1844c0cb5cd9713d6a5dad9 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 30 Mar 2016 09:57:19 +0200 Subject: [PATCH] UpdCheck no longer requires admin-elevation as it is not modifying system state itself. That's msiexec.exe spawned process' job. --- UpdCheck/UpdCheck.props | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/UpdCheck/UpdCheck.props b/UpdCheck/UpdCheck.props index cc02624..15573b8 100644 --- a/UpdCheck/UpdCheck.props +++ b/UpdCheck/UpdCheck.props @@ -9,9 +9,7 @@ ..\..\lib\wxExtend\include;..\..\lib\stdex\include;%(AdditionalIncludeDirectories) - - RequireAdministrator - + \ No newline at end of file