I have developed a GUI using wxpython for svn checkout.Now i need to build the checked out codes.I need to write a script to call visual studio and build the codes and display the msi created.All the above operation should happen in a single click on the button in the GUI.please help me out.
1 Answer
You should consider running MSBuild instead of going to all the trouble to automate Visual Studio.
1 Comment
Aaron Newton
Correct. There are some other methods you could try here - stackoverflow.com/questions/498106/…