I have been working on a windows script to do a silent remote install of a tsm client.
Just did an install of the tsm client 6.2.1 64 bit on a win 2003 machine. I use psexec from the pstools set to execute the install script on a remote server. After install I get the following messages: 06/30/2010 08:27:12 ANS0106E Message index not found for message 14085. 06/30/2010 08:27:12 ANS0106E Message index not found for message 14085. I'll paste the install script below net stop "TSM Client Acceptor" net stop "TSM Exchange Scheduler" pause msiexec /i "\\opsupport\public$\tsm\install-images\win64baclient\TSM_BA_Client\IBM Tivoli Storage Manager Client.msi" RebootYesNo="No" REBOOT="Suppress" ALLUSERS=1 INSTALLDIR="c:\Program Files\tivoli\tsm" ADDLOCAL="BackupArchiveGUI,BackupArchiveWeb,Api64Runtime,LVSA" TRANSFORMS=1033.mst /qn /l*v "c:\log.txt" net start "TSM Client Acceptor" net start "TSM Exchange Scheduler" Any help appreciated. Gary Lee Senior System Programmer Ball State University phone: 765-285-1310
