/build/static/layout/Breadcrumb_cap_w.png

Silent deployment of a .exe application

Hello,

I have an exe that uses  app that I want to install silently (for the time being on desktop then maybe on docker)

The problem is even though the installation doesn't work, I don't get any error codes.

I tried variations of this command:

Start-Process -FilePath ".\Objets100c_902.exe" -ArgumentList "/s /a /f1.\Setup_OM.iss" -Wait -PassThru

if you want the file for testing purposes you can find it here.

thanks


0 Comments   [ + ] Show comments

Answers (2)

Posted by: AmberSDNB 4 days ago
Purple Belt
0
How are you deploying it, via Kace scripting? Have you tried removing the silent parameters to see what the error may be? Is the powershell you're running located in the same folder as the exe and iss file where it can locate it via .\?
Posted by: Gohan00007 2 days ago
White Belt
0

For this deployment I'm not using any other software. The problem is I want to install the program in a docker container as it is a dependency for my app.

The installation works normally when executed in a non-silent mode but bugs out when executed in silent mode with a with no error in the logs but the installation doesn't complete.

the log:

[InstallShield Silent]

Version=v7.00

File=Log File

[ResponseResult]

ResultCode=0

[Application]

Name=Sage 100c Objets metiers Runtime

Version=9.02

Company=Sage

Lang=040c


These logs where from tests on the host computer and not in a docker container.


And the files are indeed in the same folder. 
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ