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

Save predefined variables unresolved for Execute -operation

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • Not Evaluated
    • 4.1.0
    • None
    • General
    • Qt Installer Sprint 26

    Description

      Script:

      installer.setValue("SDKToolBinary", value + "\\bin\\sdktool.exe");
      component.addOperation("Execute", new Array("@SDKToolBinary@", "--help", "UNDOEXECUTE", "@SDKToolBinary@", "–help"))

      .dat file:

       <argument>@RELOCATABLE_PATH@/bin/sdktool.exe</argument>

      .dat file should be:

       <argument>@RELOCATABLE_PATH@/@SDKToolBinary@</argument>

      Saving the variable unresolved makes it possible to change the location of SDKToolBinary during update.

      Attachments

        Issue Links

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

          Activity

            People

              kamartti Katja Marttila
              kamartti Katja Marttila
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes