Problem with a silent install application.

Rick Someone 411 Reputation points
2021-11-15T18:13:40.807+00:00

I have an application that I first copy to the desktop and later install.

Using a run command, I can use: "C:\users\administrator\desktop\setup.exe /silent /wait

Adding that into a CMD line in my TS, I see the box come up as if its installing....there is no Yes, No, Continue...
nothing to click to proceed.

However, the install box sits there with nothing happening until I click within the box.
I am not sure why.

In my TS, I've tried
cmd /c "Path\setup.exe" /install /wait and also

start "" cmd /c "Path\setup.exe" /install /wait (and without wait).

It still makes me click on the box before it installs.
any ideas/suggestions why and what to do? I have others doing this fine.

Windows for business Windows Client for IT Pros Devices and deployment Set up, install, or upgrade
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. AllenLiu-MSFT 49,311 Reputation points Microsoft External Staff
    2021-11-16T06:35:21.02+00:00

    Hi, @Rick Someone
    Thank you for posting in Microsoft Q&A forum.

    You may try below command to see if it helps:
    START /WAIT "Path\setup.exe" /silent


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
    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.



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.