Welcome to the Blogcast Repository Sign in | Join | Help
Search BlogCastRepository.com for:
in Search

246 BlogCasts in The BlogCast Repository!

unattended software installation through sms 2003 server

Last post 08-29-2008 9:41 AM by Ekram Mohammad. 4 replies.
Page 1 of 1 (5 items)
Sort Posts: Previous Next
  • 08-08-2008 8:28 AM

    • ben20ny
    • Top 500 Contributor
    • Joined on 06-25-2008
    • Posts 3
    • Points 60

    unattended software installation through sms 2003 server

    I am working on a project to deploy a package containing several products via SMS 2003.I scripted the installation package using an xml file,the xml file contains an installation point  source which uses a mapped network drive.This is our company way of silently deploying packages.

    e.g  msiexec /i g:\Suite2004.2.msi RECORDRESPONSE="1"

    The step above generates the xml file,then unattended tool is used to point to the xml and the installation folder.

    The package has to be deployed to other sites geography located abraod.The size of the package is about 1.7 GB,

    My question is: does SMS support mapped network drive?
    UNC path would take a lot bandwidth,it's only an optional if the package is deployed on one site.

    Thanks in advance

    • Post Points: 35
  • 08-10-2008 10:43 PM In reply to

    Re: unattended software installation through sms 2003 server

    I would add the .msi as a package from definition so you have the install programs made for you. Then I would use a .bat or .vbs script to run first t map any drives you need. Since the package needs to go to the DP in a remote location, so you have an address with the settings to throttle the transfer during business hours and open it up after business hours? That would help a lot.

    Brian S. Tucker
    The Blogcast Repository - MCSE, MCDBA & MCT
    • Post Points: 20
  • 08-11-2008 10:04 AM In reply to

    • ben20ny
    • Top 500 Contributor
    • Joined on 06-25-2008
    • Posts 3
    • Points 60

    Re: unattended software installation through sms 2003 server

    Thank you Brian I am going to check it  out,one more question  if you do not mind.Does SMS support map network drive?

    My client wants to use a relative  path,would  this possible in my case?

    Thanks

    Ben

    • Post Points: 20
  • 08-19-2008 1:01 AM In reply to

    Re: unattended software installation through sms 2003 server

    You can use a mapped drive, but anything used in a .bat file, use the FULL path to the location you want to connect to. You would probably need to make a batch file program and then have that program run before the one that needs the mapped drive. If you don't know how to do that, I can walk you through it.

    Brian S. Tucker
    The Blogcast Repository - MCSE, MCDBA & MCT
    • Post Points: 5
  • 08-29-2008 9:41 AM In reply to

    Re: unattended software installation through sms 2003 server

    Hi,

    Yes, SMS Supports Mapped Network Drive.

    • Post Points: 5
Page 1 of 1 (5 items)