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

Save predefined variables unresolved for Execute -operation

XMLWordPrintable

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes