View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0019648 | Lazarus | IDE | public | 2011-06-28 15:23 | 2012-04-02 21:22 |
Reporter | lainz | Assigned To | Paul Ishenin | ||
Priority | normal | Severity | feature | Reproducibility | unable to reproduce |
Status | closed | Resolution | fixed | ||
Platform | i386 | OS | Windows | ||
Product Version | 0.9.31 (SVN) | ||||
Target Version | 1.2.0 | Fixed in Version | 0.9.31 (SVN) | ||
Summary | 0019648: Add requested execution level in W32Manifest (for Vista+) | ||||
Description | in line 79 of \ide\w32manifest.pas <requestedExecutionLevel level="asInvoker" uiAccess="false"/> requestedExecutionLevel in Vista can be: * asInvoker * highestAvailable * requireAdministrator Those are used to set required privileges to run the application (like only administrators) also uiAcces can be * True * False This is used if our application need to send messages to other applications. I need: A combobox in Project Options to select execution level (by default asInvoker). A checkbox in Project Options to enable/disable (true/false) uiAcces. | ||||
Additional Information | About privileges http://msdn.microsoft.com/en-us/library/bb756929.aspx About uiAcces http://social.msdn.microsoft.com/Forums/en-US/windowssecurity/thread/4d2e1358-af95-4f4f-b239-68ec7e2525a9/ | ||||
Tags | Project Options, vista, win7, windows, Windows 7 | ||||
Fixed in Revision | 36337 | ||||
LazTarget | 1.2 | ||||
Widgetset | Win32/Win64 | ||||
Attached Files |
|
|
Maybe can be easy to add something like 'custom manifest' option, I know that the manifest can be added from a .xml file and include (unchecking use themes option) but It can be easy if we have integrated the manifest file in the project file. |
|
Please test and close if ok |
|
It works fine. Thanks. |
Date Modified | Username | Field | Change |
---|---|---|---|
2011-06-28 15:23 | lainz | New Issue | |
2011-06-28 15:23 | lainz | Widgetset | => Win32/Win64 |
2011-06-28 15:35 | lainz | Tag Attached: vista | |
2011-06-28 15:36 | lainz | Tag Attached: windows | |
2011-06-28 15:36 | lainz | Tag Attached: win7 | |
2011-06-28 15:36 | lainz | Tag Attached: Windows 7 | |
2011-06-28 15:51 | lainz | Tag Attached: Project Options | |
2011-08-22 21:13 | lainz | Note Added: 0051033 | |
2011-10-06 14:53 | Vincent Snijders | LazTarget | => 1.2 |
2011-10-06 14:53 | Vincent Snijders | Status | new => acknowledged |
2011-10-06 14:53 | Vincent Snijders | Target Version | => 1.2.0 |
2012-03-26 08:45 | Paul Ishenin | Fixed in Revision | => 36337 |
2012-03-26 08:45 | Paul Ishenin | Status | acknowledged => resolved |
2012-03-26 08:45 | Paul Ishenin | Fixed in Version | => 0.9.31 (SVN) |
2012-03-26 08:45 | Paul Ishenin | Resolution | open => fixed |
2012-03-26 08:45 | Paul Ishenin | Assigned To | => Paul Ishenin |
2012-03-26 08:45 | Paul Ishenin | Note Added: 0058032 | |
2012-04-02 21:22 | lainz | Status | resolved => closed |
2012-04-02 21:22 | lainz | Note Added: 0058267 |