~ubuntu-branches/ubuntu/maverick/usb-creator/maverick

« back to all changes in this revision

Viewing changes to tools/pylauncher/pylauncher.exe.manifest

  • Committer: Bazaar Package Importer
  • Author(s): Evan Dandrea, Evan Dandrea, Roderick B. Greening
  • Date: 2009-08-26 21:16:18 UTC
  • Revision ID: james.westby@ubuntu.com-20090826211618-d1p2wkg661375fz9
Tags: 0.2.3
[ Evan Dandrea ]
* Depend on python-qt4-dbus.  Thanks Daniel T. Chen (LP: #404553).
* New KDE icon.  Thanks Jonathan Riddell and Ken Wimer!
* Massively cleaned up the structure of the usb-creator code.
* Replaced the HAL backend with a DeviceKit-disks backend.
* Added a Windows frontend and backend (built outside the archive).
* Manage the install routine and progress feedback in separate threads,
  rather than a separate process.
* Replace dependency on parted and mtools with devicekit-disks.

[ Roderick B. Greening ]
* Update ui file name for KDE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
 
2
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
 
3
        <assemblyIdentity
 
4
                version="1.0.0.0"
 
5
                name="application_name"
 
6
                type="win32" />
 
7
        <description>No description.</description>
 
8
        <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2">
 
9
        <security>
 
10
        <requestedPrivileges>
 
11
        <requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
 
12
        </requestedPrivileges>
 
13
        </security>
 
14
        </trustInfo>
 
15
        <dependency>
 
16
                <dependentAssembly>
 
17
                        <assemblyIdentity
 
18
                                type="win32"
 
19
                                name="Microsoft.Windows.Common-Controls"
 
20
                                version="6.0.0.0"
 
21
                                processorArchitecture="X86"
 
22
                                publicKeyToken="6595b64144ccf1df"
 
23
                                language="*" />
 
24
                </dependentAssembly>
 
25
        </dependency>
 
26
</assembly>