I'm trying to get Project 2013 Pro/Std to deploy through SCCM using OCT. So far everything had gone through swimmingly except the uninstall. We need to be able to uninstall these applications from people. So far I'm just pointing it to the Config file
(pathway)\setup.exe /uninstall PrjPro /config PrjPro.WW\config.xml
to run a silent uninstall but I was wondering if I could create a .msp using OCT and call it "Uninstall Settings.MSP" or something. Then point it at the .MSP like
(pathway)\setup.exe /uninstall PrjPro /config PrjPro.WW\Uninstall-Project.MSP
This would be a real help as I am putting in some Registry keys and I'd really like to be able to remove those when the applicaiton unistalls.
-Mike