Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does anyone know how to update group policy software installation in C#. I want to make an application that will automate .msi installations...

Thanks in advance!
Posted

1 solution

You can use Process.Start to start an msi, and you can get the handle of the process returned and wait for it to end ( this may require p/invoke ) before starting the next one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900