

cmd file should be located in the "NETLOGON" share on the Domain Controller and configured as a Computer Startup Script in the GPO.Ĭomputer startup scripts always executes under the SYSTEM account, and it is not depends on which user is logged on. Reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\theapp >nul Additionally, you need to add some conditions to prevent script to run the installation more than once. These command switches are required to run the installation silently i.e. exe installation with command line switches. You need to create a cmd file that executes the. This method is more flexible but requires some scripting skills.


Instead, the User must access a Control Panel to install the application from here. The main disadvantage is that ZAP files are not run be automatically on a User Logon or System startup. A zap files deployment currently is rarely used because has many restrictions. It is an old Microsoft suggested method of deployment an. However, there are three ways to do that without using third party deployment tools.ĭeploy with a. exe file it is pretty hard to deploy that app in the Active Directory environment. If an application installer comes only as. exe files cannot be deployed using GPO Software Installation.
