Distribution

  • Thread starter Thread starter Mel Chandler
  • Start date Start date
M

Mel Chandler

Is there anyway to do a silent install? Like from a login script or another
push agent?
 
I wouldn't be in a big hurry to implement this in a big way, and, of course,
I would never recommend installing this unsupported software on production
machines, but some information about this is available.

Bear in mind that this information may change rather quickly as the beta
progresses.

Unattended uninstall:

MsiExec.exe /X {536F7C74-844B-4683-B0C5-EA39E19A6FE3} /L *vx /Log
c:\msas.log /quiet

Unattended Install:

http://www.overdose.net/docs/msas_silent_remote_install.txt
 
Back
Top