How to use Group Policy to release EXE software? May think of the EXE format software into the MSI format, Group Policy is to support the MSI format issued, if through Group Policy issued EXE How to do it, often there will be a wonderful business enterprise requirements, software can not be MSI format, of course, there is a way to achieve, Through the script to implement user login automatically install the software, first of all, the automatic installation just jump out of the installation window, users need to manually click the next, users need the most basic PowerUser permissions to install , otherwise you will be prompted not to have permission
1) first determine the scope of your Group Policy issued, that is, issued to the whole domain or an OU, I issued an OU here, add the client user to this OU
650) this.width=650; "title=" Qq20160905155711.png "alt=" wkiom1fonhodlnwmaabqxlhc36u504.png "src="/HTTP/ S5.51cto.com/wyfs02/m00/86/e4/wkiom1fonhodlnwmaabqxlhc36u504.png "/>
2) then open the Group Policy Management Console and create a new GPO for the OU, click Edit
650) this.width=650; "title=" Qq20160906112047.png "alt=" wkiom1fonlwxjairaab6namm9hg122.png "src="/HTTP/ S4.51cto.com/wyfs02/m01/86/e4/wkiom1fonlwxjairaab6namm9hg122.png "/>
3) Remember to click Show Files
650) this.width=650; "title=" Qq20160906112221.png "alt=" wkiom1fonrdicjfpaabyqnqmgz0854.png "src="/HTTP/ S3.51cto.com/wyfs02/m00/86/e4/wkiom1fonrdicjfpaabyqnqmgz0854.png "/>
4) Put the script and EXE file in this share
650) this.width=650; "title=" Qq20160906112702.png "src=" http://s1.51cto.com/wyfs02/M00/86/F2/wKiom1fPf_ Drcgceaabyq8nqcym665.png "alt=" Wkiom1fpf_drcgceaabyq8nqcym665.png "/>
5) Here is the most important, edit VBS script, copy the above path, best Ctrl + A
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M00/86/F1/wKioL1fPgMCSU8ffAABn81KPNQM276.png "style=" float: none; "title=" Qq20160907104846.png "alt=" Wkiol1fpgmcsu8ffaabn81kpnqm276.png "/>
6) Then replace the copied content in the red box
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/86/F2/wKiom1fPgMCR5-QpAAA50RByBsk953.png "style=" float: none; "title=" Qq20160907104931.png "alt=" Wkiom1fpgmcr5-qpaaa50rbybsk953.png "/>
Fill in your software name here, do not forget to add a suffix, that is, every time you want to distribute software, you need to replace the software name
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M01/86/F1/wKioL1fPgMCzJtnkAAAlCYseTcg583.png "style=" float: none; "title=" Qq20160907104955.png "alt=" Wkiol1fpgmczjtnkaaalcysetcg583.png "/>
7) Add the script you just edited, click OK, don't update Group Policy
650) this.width=650; "src=" Http://s4.51cto.com/wyfs02/M02/86/F2/wKiom1fPgZGCLiq_AABuurZ9WyU834.png "title=" Qq20160907105355.png "alt=" Wkiom1fpgzgcliq_aabuurz9wyu834.png "/>
8) The client starts the test, if the client restarts the login, the installation Wizard of the EXE software automatically shows that the script configuration is not a problem
You can see that the software has been automatically opened the Installation Wizard
The principle of the script is to determine whether the user installed the software, if not, it will be installed
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M01/86/F1/wKioL1fPg0bjvT2OAABd7yyM9g0409.png "title=" Qq20160907110101.png "alt=" Wkiol1fpg0bjvt2oaabd7yym9g0409.png "/>
If you want to continue to distribute other software, the script software name can be modified, the script attachment has been uploaded
This article from "Sameold" blog, declined reprint!
Group Policy issued EXE software