Symantec PCANYWHERE - ADMINISTRATOR GUIDE V12.1 Administrator's Manual page 57

Hide thumbs Also See for PCANYWHERE - ADMINISTRATOR GUIDE V12.1:
Table of Contents

Advertisement

@echo off
setlocal
REM ***** Package Variable -- Change to name of pcA Package *****
Set Package=Package.MSI
REM ***** EXE or MSI Variable -- Change to package type (MSI or EXE)
*****
Set PkgType=MSI
Rem ***** File Server Name Variable *****
Rem ***** Change to server containing the pcA Package *****
Set FSName=\\2KServer
REM ***** Maps a drive to the network share *****
net use z: %FSName%\PCAHOME
REM ***** Checks for pcA in default folder
If exist c:\progra~1\Symant~1\pcanyw~1\anywhere.bin GOTO End
REM ***** Creates a folder in the Temp dir, and copies the package
*****
C:
CD %TEMP%
MD pcapkg
CD pcapkg
Z:
COPY %Package% C:
REM ***** Launch Package Installation *****
C:
IF %PkgType% == MSI msiexec -i %Package%
IF %PkgType% == EXE %Package%
REM ***** Cleanup *****
del %Package%
CD ..
Deploying Symantec pcAnywhere custom installations
Using Windows 2000/2003 Server/XP/Vista logon scripts
57

Advertisement

Table of Contents
loading

This manual is also suitable for:

Pcanywhere

Table of Contents