Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt IFW - Operation (exe) not executed
Forum Updated to NodeBB v4.3 + New Features

Qt IFW - Operation (exe) not executed

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 854 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.
  • R Offline
    R Offline
    rarrieche
    wrote on last edited by
    #1

    Hi, I'm trying to add one operation to execute an exe file (after copy and create the instalation dir), but it doesn't do anything, if I check the returns function it's true, in a log file there isn't nothing about error or something like that.
    I used:
    @
    component.addOperation("Execute", "@TargetDir@\somedir\my.exe", "param1 ", "param2");
    @
    and even I tried with
    @
    component.addElevatedOperation("Execute", "@TargetDir@\somedir\my.exe", "param1 ", "param2");
    @

    I call them , when the installation is Finished, 'cause a I need TargetDir and others vars.
    I'm running on Windows 8 64 bits, tried with QtIFW 1.3 and 1.4.

    Any help, if something is missing or wrong? or is there another way to accomplish this?
    Thx.

    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