MDT install .exe application silently

SilasHelper 316 Reputation points
2024-09-05T16:15:14.43+00:00

We are using MDT to image the clients and deploy our applications during the task sequence. One .exe application needs to manually click the Next button even if I add the silent parameter to the install command line as: Setup.exe /s. How to install this .exe application silently?

Microsoft Deployment Toolkit
Microsoft Deployment Toolkit
A collection of Microsoft tools and documentation for automating desktop and server deployment. Previously known as Microsoft Solution Accelerator for Business Desktop Deployment (BDD).
892 questions
0 comments No comments
{count} votes

Accepted answer
  1. Simon Ren-MSFT 34,021 Reputation points Microsoft Vendor
    2024-09-06T01:26:55.3533333+00:00

    Hi,

    Thanks for posting in Microsoft MECM Q&A forum.

    1,Please run the command Setup.exe /s manually to check if it will install your application silently. Please try the /silent, /s, /quiet, /q, /qn, /verysilent command because the silent switches can vary for different .exe applications. For more information, please refer to:

    Unattended install

    2,You can also try the Universal Silent Switch Finder to find the silent switch for your .exe application.

    Universal Silent Switch Finder

    Installing .EXE in MDT

    How do you install .exe's in MDT?

    Please note: The links are not from Microsoft, just for your reference. Thanks for your time.

    Thanks for your time. Have a nice day!

    Best regards,

    Simon


    If the response is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.
    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Simon Ren-MSFT 34,021 Reputation points Microsoft Vendor
    2024-09-11T09:09:16.79+00:00

    Hi,

    Hope everything goes well. Do you need any further assistance about this issue? If yes, please feel free to let us know, we will do our best to help you.

    If the response is helpful, it's appreciated that you could click "Accept Answer" and upvote it, this will help other users to search for useful information more quickly.

    Thanks for your time.

    Best regards,

    Simon

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.