Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9198201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:13:53+00:00 2026-06-17T22:13:53+00:00

Please, I try run a .exe file that in cmd console runs in the

  • 0

Please, I try run a .exe file that in cmd console runs in the following manner:

nameFile.exe -inf fileDriver.inf install

In the Inno Setup i have the follow:

var
command: Srtring;

Begin

command := 'nameFile.exe -inf fileDriver.inf install';
command := AddQuotes(command);
Exec(command, '', 'C:\pathOfFileName', SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
S:= SysErrorMessage(ResultCode);
MsgBox(S, mbInformation, MB_OK);
end;

The message show that the parameters is invalid, how can run the exe file with the parameters?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:13:54+00:00Added an answer on June 17, 2026 at 10:13 pm

    Looking at your Exec call, you need to pass the command parameters to the second parameter of the function call. Try to use something like this instead:

    ...
    Exec('nameFile.exe', '-inf fileDriver.inf install', 'C:\pathOfFileName', 
          SW_SHOWNORMAL, ewWaitUntilTerminated, ResultCode);
    ...
    

    The Exec function is declared as:

    function Exec(const Filename, Params, WorkingDir: String; 
      const ShowCmd: Integer; const Wait: TExecWait; 
      var ResultCode: Integer): Boolean;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting the following error when I try to run jgr-x64.exe on Windows
I get Segmentation Fault when I try to run my program. Can someone please
Please see following methods. public static ProductsCollection GetDummyData(int? customerId, int? supplierId) { try {
please consider the following snippet: SimpleDateFormat parser = new SimpleDateFormat(MMdd); parser.setLenient(false); try { Date
Please try the following code: <script src=http://code.highcharts.com/highcharts.js></script> <div id=container style=height: 400px></div> and $(function ()
My issue is the following: I need to run a .bat and a .exe
I get the Trace/BPT trap core dump, when I try to run my exe.
Please when I try to run this app it stops. The problem is with
I sometimes need to run a program from cmd.exe. This only seems to work
I have the following: C:\temp\dowork.exe < input.txt processing....... complete C:\ I try this: processArguments

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.