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

Empty <UninstallerIniFile> tag leads to weird behavior

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: P3: Somewhat important P3: Somewhat important
    • 2.0.0
    • 1.5.0, 1.6.0 (1.6 branch)
    • General
    • Ubuntu 14.04
    • 858d39554cc2709213d4b403637dd38e0e172a34

      When the config.xml contains empty <UninstallerIniFile> tag, installer will show "sudo prompt" and installation is cancelled even password is entered correctly.

      If the tag is not defined or it contains some data this problem can't be seen anymore.

      Here is the modified config.xml(taken from tutorial example) which cause the problem:

      <?xml version="1.0" encoding="UTF-8"?>
      <Installer>
          <Name>Your application</Name>
          <Version>1.2.3</Version>
          <Title>Your application Installer</Title>
          <Publisher>Your vendor</Publisher>
          <StartMenuDir>Super App</StartMenuDir>
          <TargetDir>@HomeDir@/InstallationDirectory</TargetDir>
          <UninstallerIniFile></UninstallerIniFile>
      </Installer>
      

        For Gerrit Dashboard: QTIFW-541
        # Subject Branch Project Status CR V

            heimrich Karsten Heimrich
            anylitok Antti Yli-Tokola (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes