Uploaded image for project: 'Qt Installer Framework'
  1. Qt Installer Framework
  2. QTIFW-579

Crash during installation in Program Files if admin right elevated at run time (Vista)

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Not Evaluated
    • 2.0.0
    • 1.5.0
    • General
    • None
    • Windows Vista Ultimate 32bit

    Description

      When installing my software on Windows Vista Ultimate 32 Bit, and selecting "C:\Program Files" (a directory that required admin right), the installer start as non-admin, and then request the admin right just before the download (pic Security_Warning). It then crash just after the download when starting the installation (pic Installer_Crash_After_Download).

      If I run the installer as administrator before, then the installation succeed.

      Here is my installer config:

      <?xml version="1.0" encoding="UTF-8"?>
      <Installer>
          <Name>MyApp</Name>
          <Version>3.0.0</Version>
          <Title>MyApp Preprod Installer</Title>
          <Publisher>My Company</Publisher>
      	<ProductUrl>https://www.myapp.com</ProductUrl>
      	<InstallerWindowIcon>installer</InstallerWindowIcon>
          <InstallerApplicationIcon>installer</InstallerApplicationIcon>
      	<Logo>LogoMyApp.png</Logo>
          <StartMenuDir>MyApp Preprod</StartMenuDir>
      	<UninstallerName>MaintenanceTool</UninstallerName>
      	<AllowNonAsciiCharacters>true</AllowNonAsciiCharacters>
      	<AllowSpaceInPath>true</AllowSpaceInPath>
          <TargetDir>@homeDir@/MyApp</TargetDir>
      	<RemoteRepositories>
           <Repository>
                   <Url>http://www.mydomain.me/repository_preprod</Url>
                   <Enabled>1</Enabled>
                   <DisplayName>MyApp preprod repository</DisplayName>
           </Repository>
      </RemoteRepositories>
      </Installer>
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            installerteam Installer Team
            johnlamericain Jonathan Courtois
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes