Skip to content

Commit

Permalink
Request administrator privilages for B19.0311.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerszabo committed Sep 22, 2019
1 parent 04eef69 commit 2e8a1b7
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ LICENSE

## Running

As of the `B19.0311.1` SDK release this tool will need to be run as an Administrator.

`RGBFusionTool` is a command line tool. For usage instructions run:

```
Expand Down
3 changes: 2 additions & 1 deletion RGBFusionTool/RGBFusionTool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ You should have received a copy of the GNU General Public License along with thi
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
</PropertyGroup>
<PropertyGroup>
<NoWin32Manifest>true</NoWin32Manifest>
<ApplicationManifest>app.manifest</ApplicationManifest>
</PropertyGroup>
<ItemGroup>
<Reference Include="Mono.Options, Version=5.0.0.0, Culture=neutral, processorArchitecture=MSIL">
Expand Down Expand Up @@ -97,6 +97,7 @@ You should have received a copy of the GNU General Public License along with thi
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="app.manifest" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
Expand Down
10 changes: 10 additions & 0 deletions RGBFusionTool/app.manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
<security>
<requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3">
<requestedExecutionLevel level="requireAdministrator" uiAccess="false" />
</requestedPrivileges>
</security>
</trustInfo>
</assembly>

0 comments on commit 2e8a1b7

Please sign in to comment.