Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Qt installer not working with manifest file
Forum Updated to NodeBB v4.3 + New Features

Qt installer not working with manifest file

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 819 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zorn
    wrote on last edited by
    #1

    Hi,
    I'm doing an installer with Qt installer v1.4.0. (under Windows)
    I try to add a manifest for having Administrator rights requested when opening the installer.
    For this I use mt.exe like that :
    mt -manifest client.manifest -outputresource:client.exe;#1
    I don't have any errors, but after updating the exe my file is troncated from 18mo to 12mo and of course the installer don't work at all...
    So I'm wondering if Qt installer is doing something strange that mt.exe don't understand, or what ??
    Here's is my manifest :

    @
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <assembly manifestVersion="1.0">
    <trustInfo >
    <security>
    <requestedPrivileges>
    <requestedExecutionLevel level="requireAdministrator" uiAccess="false">
    </requestedExecutionLevel>
    </requestedPrivileges>
    </security>
    </trustInfo>
    </compatibility>
    </assembly>
    @

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved