deploy a software using login script.
how to deploy a software using login scripts? can anybody explain the procedure? and what is the use of .ZAP file and how to use it?
March 2nd, 2010 6:55am

Hi,I suggest deploying the software via GPO instead of through login scripts. If you invoke the installation via login scripts, your users must have administrative rights on their machines whereas they do not need this right if you deploy the application using GPOs. The following Group Policy Software Installation Extension Technical Reference http://technet.microsoft.com/en-us/library/cc780425(WS.10).aspxHow to use Group Policy to remotely install software in Windows Server 2003http://support.microsoft.com/kb/816102How to assign software to a specific group by using Group Policyhttp://support.microsoft.com/kb/302430Regards, Salvador Manaois IIICEH CIWA MCSE MCSA MCTS MCITP----------------------------------------------------------------------------Bytes & Badz: http://badzmanaois.blogspot.comMy Passion: http://www.flickr.com/photos/badzmanaoisMy Scripting Blog: http://sgwindowsgroup.org/blogs/badz
Free Windows Admin Tool Kit Click here and download it now
March 2nd, 2010 7:22am

Hi ,Please find below sample of script used to install software but I recommend to use it as startup script not logon script to avoid adding the user in local admin group But the below line in notepad and then change the extension to Bat or CMD (msiexec.exe /install "\\test\CLIENT\test.msi" /quiet /norestart ) Please copy of the source in shared folder and use the above line ( quiet switch used to make the software installed in silent mode and norestart switch to prevent any restart if software installation if you don’t have msi package and you have exe package you can use the below line instead of the one above \\test\test.EXE Note : the script will depend on the software you need to install
March 2nd, 2010 3:45pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics