Share via


Project 2013 Professional command line uninstall what is the Product ID?

Question

Wednesday, May 27, 2015 1:13 PM

I am trying to uninstall project from the command line using setup.exe /uninstall but its asking for the product ID does anyone know what i need to enter here?

It is Project 2013 Professional if that helps

All replies (4)

Thursday, May 28, 2015 2:09 AM ✅Answered | 1 vote

Hi d4rkcell,

As far as I know, the product ID of MS Project is like this:

For MS Project Standard: Setup.exe /uninstall PRJSTD

For MS Project Professional: Setup.exe /uninstall PRJPRO

You might make a slip of the pen in the command line.

Regards,

George Zhao
TechNet Community Support

It's recommended to download and install Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office programs.

Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected].


Thursday, May 28, 2015 10:10 AM ✅Answered

Hi the problem we had was we deployed the non VL copy of project which has a code of PRJPRO as you say George this is the correct code, my mistake above.

However the code for the retail version is PRJPROR so what we ended up with was

setup.exe /config uninstall.xml /uninstall PRJPROR

in the xml we had the following:

<Configuration Product="PRJPROR">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
</Configuration>

Thanks


Wednesday, May 27, 2015 2:05 PM

setup.exe /uninstall projpro seemed to work


Tuesday, October 20, 2015 11:24 PM

how can i uninstall it silently?

Thanks Tom