/build/static/layout/Breadcrumb_cap_w.png

uninstall project 2010 professional

Hi i am loooking for a command line to silently uninstall microsoft project professional 2010 via sccm. on a machine also running office 2007. the command "msiexec /x [Productcode} /qn shows the uninstall as succesfull in the execmgr log but it is not uninstalled on the workstation. i am also using an .msp in the install which works perfectly just running "setup.exe" any ideas appreciated thanks


1 Comment   [ + ] Show comment
  • Does anyone know where i can find 'fixit'. Is it still available? - python 8 years ago

Answers (4)

Posted by: dchristian 12 years ago
Red Belt
1

What i would do is a search for the MS fixit to remove office products. Its an MSI, when you run it it'll extract a vbs script that you can use to uninstall office products. It works GREAT!!! it'll remove all registry keys, left over files and shortucuts. Give it a try and let me know if you get stuck.


Comments:
  • Is it still available? - python 8 years ago
Posted by: RonW 11 years ago
Green Belt
0

Here's what I used:

[path]\setup.exe /uninstall PrjPro /config [path]\PrjStd.WW\config.xml

 

To achieve a silent install, you also need to ensure that in the config.xml, DisplayLevel is set to "none", like this:

 

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

 

In the MSP file, I also set the Display Level to "none" under the "Licensing and user interface" section.

I'm now able to run the uninstall silently, both manually and via SCCM.


Comments:
  • That sounds good, but witch path do you use for the config.xml? - CQB 10 years ago
  • The config.xml file should be in the PrjPro.WW folder. - RonW 10 years ago
  • I asked because my uninstallation only works if I place the config.xml in the installation folder ...

    C:\Program Files (x86)\Common Files\microsoft shared\OFFICE14\Office Setup Controller

    and I despair on that at the moment.

    Edit: via Task Sequence it is working ... - CQB 10 years ago
Posted by: ontari.ontari 11 years ago
Black Belt
0

Uninstall.bat

"%~dp0setup.exe" /uninstall PrjStd /config "%~dp0Uninstall_CONFIG.xml"

and the setting in config file should be like this :

Uninstall_CONFIG.xml

<Configuration Product="PrjPro">   <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />     <Logging Type="standard" Path="C:\Install\Logs" Template="Microsoft Office Project Professional Setup(*).log" /> -->     <Setting Id="SETUP_REBOOT" Value="NEVER" /> </Configuration>


Comments:
  • it was great.. worked for me - Khalid786 11 years ago
Posted by: mr_crust 12 years ago
Senior Yellow Belt
0

msiexec /x {insert GUID} /qn

"%~dp0Microsoft_ProjectPro_2010\setup.exe" /uninstall PrjPro /config "PrjPro.WW\uninstall.xml"

 

 
 

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ