12.1

Table Of Contents
REM ***** Creates a folder in the Temp dir, and copies the package
*****
C:
CD %TEMP%
MD pcapkg
CD pcapkg
Z:
COPY %Package% c:
REM ***** Launches package installation *****
C:
IF %PkgType% == MSI msiexec -i %Package%
IF %PkgType% == EXE %Package%
REM ***** Cleanup *****
del %Package%
CD ..
rd pcapkg
:End
endlocal
Testing the NetWare logon script
Test the completed script on one or two workstations before setting up the script
for all users. Windows 2000/2003 Server/XP/Vista users must have local
administrative rights on their computers to install the pcAnywhere package.
Deploying Symantec pcAnywhere custom installations
Using NetWare logon scripts
60