/build/static/layout/Breadcrumb_cap_w.png

Vanguard Systems Ims 21 7.3.0 Client

Anyone have any experience packaging this for deployment? We're using SCCM (current branch) and are a Windows 10 shop.

The client's software is a setup.exe. I was able to extract files from it, which includes an MSI and another setup.exe. The MSI claims it's running the install, and the log file says the install was successful, but nothing really installs. Trying to run the internal setup.exe results in an error message saying there's not enough space to run the install (there is).

Also tried running the original setup.exe with /v and some parameters, but the install still displays dialogs expecting user input.

Not sure what else I can try other than attempting to repackage it.


0 Comments   [ + ] Show comments

Answers (2)

Answer Summary:
Posted by: dannyarya 3 years ago
Senior Purple Belt
1

Top Answer

Hi,

You can try the below steps

1. Try to check the main Setup.exe log file, in that you can find the command line to install the internal .exe or .msi file.

2. You can check the internal .exe or .msi files size also create an installation log file to check in detail.

3. Internal .exe may be calling the .msi file so that you can use the property like issetupdriven=1 so that .msi may run completely.

4.  If its an InstallShield exe then you can create the response file of main setup.exe file so that you can install it silently.

 Commond Line to create .iss file i.e. C:\LanSafe Installer\Setup.exe" -r -f1C:\LanSafeSilentFile.iss





Comments:
  • Thanks, dannyarya. All good suggestions. Unfortunately none of them worked. - RonW 3 years ago
  • Got the response file option working. The command line for the install is:
    setup.exe /s /f1"[directory_path]\response_file.iss" - RonW 3 years ago
Posted by: rock_star 3 years ago
4th Degree Black Belt
0

Reach out to Vendor .. 


Also if you have specified software name , would have been easy to address. 


Comments:
  • Good suggestion, rock_star, and I've already attempted to contact the vendor. Name of the software and version is in title of my post, but can add here again: Vanguard Systems Ims21 7.3.0 Client. - RonW 3 years ago
 
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