Jun 17, 2003 #1 chekcol MIS Apr 9, 2003 55 US Does anyone know how to do a silent install of Legato under Windows NT/2000
Jun 17, 2003 #2 605 Instructor May 18, 2003 3,283 DE For silent installation of the server & client component: setup.exe /s /v"/qn INSTALLLEVEL=800" For silent installation of the client only component: setup.exe /s /v"/qn INSTALLLEVEL=400" For a silent installation of the storage node component: setup.exe /s /v"/qn INSTALLLEVEL=600" For silent installation of NW to a non default location use the following command: setup.exe /s /v"/qn INSTALLDIR=[path] INSTALLLEVEL=x00" Where - path is the location of the nsr directory - INSTALLLEVEL = 400 for a client 600 for a storage node 800 for a NW server Upvote 0 Downvote
For silent installation of the server & client component: setup.exe /s /v"/qn INSTALLLEVEL=800" For silent installation of the client only component: setup.exe /s /v"/qn INSTALLLEVEL=400" For a silent installation of the storage node component: setup.exe /s /v"/qn INSTALLLEVEL=600" For silent installation of NW to a non default location use the following command: setup.exe /s /v"/qn INSTALLDIR=[path] INSTALLLEVEL=x00" Where - path is the location of the nsr directory - INSTALLLEVEL = 400 for a client 600 for a storage node 800 for a NW server