HP,Altiris Group

  • 1.  SP3 deployement via PUSH Deployement on LAN

    Posted Sep 18, 2009 06:24 AM
    I read an article  wrote by MR Eshwar on this site in which he told how to unattendly install SP3 but i want to deploy on my LAN using PUSH utility

    I make a folder consist of SP3,Setup which is provided by MR Eshwar.now when i double click that setup.exe it passivly install SP3 without any question.
    i want to deploy it on LAN's PC through PUSH deployement
    So i pick that setup.exe in PUSH Utility on remote computers it first prompt that SP3 is going to install then it extract files and after that it ask all questions required for SP3 installation.i,e(click "next" click "i Agree" etc)
    So i want to deploy it on PC remotely without prompting any question
    Kindly guide me accordingly and dont criticize that why i am using Symantec utility for some thing other then symantec product

    Thanks
    Hussein Ahmed


  • 2.  RE: SP3 deployement via PUSH Deployement on LAN

    Posted Sep 18, 2009 06:30 AM
    As it's a standard MSI package, you should be able to use:

    - psexec (www.sysinternals.com)

    psexec \\<computer> -u <adminuser> -p <adminpass> msiexec /i \\<server>\<share>\SP3.msi /qn

    Cheers
    Michel