| Revision 1921,
400 bytes
checked in by lowjoel, 3 years ago
(diff) |
|
Include a Bootstrapper manifest that declare the bootstrapper to be run as an administrator under Vista and later -- merge this only when the Bootstrapper is built instead of assigning the administrator flag on build.
|
| Line | |
|---|
| 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 level="requireAdministrator" uiAccess="false"></requestedExecutionLevel> |
|---|
| 7 | </requestedPrivileges> |
|---|
| 8 | </security> |
|---|
| 9 | </trustInfo> |
|---|
| 10 | </assembly> |
|---|
Note: See
TracBrowser
for help on using the repository browser.