BRONZE PARTNER:
BRONZE PARTNER:
Industry News:

| |
| |
 |
 |
 |
 |
 |
| Forum Stories: Distribute files to specific location on client |
 |
|
|
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
*************************************
|
 |
 |
 |
|
|