Skip to content

Commit 4eab8c6

Browse files
committed
prevent execution of windows bundles as administrator
1 parent 4e6f60e commit 4eab8c6

4 files changed

Lines changed: 12 additions & 0 deletions

File tree

release/share/7zip/manifest.res

492 Bytes
Binary file not shown.

release/share/7zip/manifest.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2+
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3+
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
4+
<security>
5+
<requestedPrivileges>
6+
<requestedExecutionLevel
7+
level="asInvoker"
8+
uiAccess="False"/>
9+
</requestedPrivileges>
10+
</security>
11+
</trustInfo>
12+
</assembly>

release/src/windows/Customer.sfx

512 Bytes
Binary file not shown.

release/src/windows/Staff.sfx

512 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)