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