Windows GPO order - beginner
        Posted  
        
            by 
                Andras Sebestyen
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Andras Sebestyen
        
        
        
        Published on 2012-10-26T21:06:37Z
        Indexed on 
            2012/10/26
            23:04 UTC
        
        
        Read the original article
        Hit count: 348
        
windows-server-2008
|group-policy
I have some software that required e.g. .NET 4 install before them. I wonder what is the best way to make a GPO order list. I also have some software that needs certain files so I need to prepare them (via batch file).
I have done a quick research however I haven't found the answer.
Any help, link would be appreciated.
Please feel free to down vote it if it is a real dummy one.
Thanks
for example:
- batch file cleans some folder
- install .NET Framework 4
- install apps through MSI (commercial software)
I can't pack everything in the MSI and I also need to make sure that all the steps succeed
© Server Fault or respective owner