Jump to content

Recommended Posts

Posted

Hi all

 

Trying to deploy Aps Ethos on mutliple PCs (and utimately into MDT. I've ran into trouble in test commandline thats menat to run the program silently, instead it pops up with the non silent setup screen:

 

ethos error.JPG

 

Any folks come across this?

 

Thanks as always...

Posted

This rings bells... We've got a laser cutter which uses Aps Ethos, I think?

Been a couple of years since I did it, but I'm sure that the setup that is on the disk doesn't have a silent mode.

If you look at the contents of the disk, you'll see the individual programs which the setup.exe runs if you pick them.

Those ones are silent capable.

  • Thanks 1
  • 2 weeks later...
Posted
This rings bells... We've got a laser cutter which uses Aps Ethos, I think?

Been a couple of years since I did it, but I'm sure that the setup that is on the disk doesn't have a silent mode.

If you look at the contents of the disk, you'll see the individual programs which the setup.exe runs if you pick them.

Those ones are silent capable.

 

Yes indeed you are right, there was another setup folder in Ethos that had the silent switches...

  • 4 weeks later...
Posted (edited)

We had tons of problems with our version installing silently

 

My script is the following

@echo off

"C:\Program Files (x86)\Ethos\unins000.exe" /VERYSILENT /NORESTART

certutil -addstore "TrustedPublisher" installcert.cer

"Setup\Setup.exe" /VERYSILENT /NORESTART

xcopy "IniFiles\Boot.ini" "C:\Program Files (x86)\Ethos\Profiles" /h /y

xcopy "IniFiles\hasplm.ini" "C:\Program Files (x86)\Common Files\Aladdin Shared\HASP" /h /y

xcopy "IniFiles\Settings.ini" "C:\Program Files (x86)\Ethos\Profiles\Shared Settings" /h /y

cscript namechange.vbs

 

had to script in the install certificate key

had to push out a boot.ini for the license key server

The hasplm.ini needed to be modified for each machine as the computer names needed to be different , so the VBS in the script gets %computername% and modify's it.

 

This was for Windows 7 , but the script works fine for windows 10 also.

 

IRC windows 7 requires this update "Windows6.1-KB2921916-x64.msu" also

Edited by 2097

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...