Grab our RSS feeds Follow us on Twitter Join our Facebook Group Connect with us on LinkedIn
myITforum.com, Powered by You.
you are not logged in

Articles

Newslinks

Links

Downloads

Site Services

Community Forums

Discussion Lists

Article Search

Newsletter

Web Blogs

FAQs

Live Support

myITforum TV

Take a Poll

Monthly Drawing

myITforum Network

User Group Directory

Our Partners

About Us

Register

Login

BRONZE PARTNER:

BRONZE PARTNER:



Industry News:




  Home : Articles : SMS Installer print | email | | Forums |   print | email | | Blogs |   print | email | | Wiki |   print | email | | FAQs |   print | email | Article Search  
Forum Stories: Distribute files to specific location on client


Bookmark and Share

By: Rod Trent
Posted On: 6/12/2003

From the SMS Installer forum

*************************************

I need to distribute 13 files to the C:\Program Files\Common Files\Symantec Shared\VirusDefs\Incoming\ location on several computers, and would like to create a package to do that. I know how to select the source files, but not how to insert them to the above directory. I want this to be completely silent, preferrably without running a batch file.

*************************************

Cut and paste this into SMS Installer and edit for your site.

item: Set Variable
Variable=DEST
Value=C:\Program Files\Common Files\Symantec Shared\VirusDefs\Incoming
end
item: Remark
Text=This will copy the files from your Distribution Point to your systems at the above location.
end
item: Remark
Text=Edit the source location in the Copy command to match your site.
end
item: Copy Local File
Source=%INST%\INCOMING
Destination=%DEST%
Flags=0000000001100010
end
item: Exit Installation
Variable=0
Flags=0
end

*************************************

  myITforum.com ©2010 | Legal | Privacy