/build/static/layout/Breadcrumb_cap_w.png

Silent Uninstallation of MS Project Professional 2007

hello,

how do i silently uninstall MS Project Professional 2007 without rebooting the machine?

0 Comments   [ + ] Show comments

Answers (6)

Posted by: Francoisracine 16 years ago
Third Degree Blue Belt
2
Installation: CMD /c Sources\Setup.exe /adminfile Project2007pro.MSP

Uninstall: CMD /c Sources\SETUP.EXE /uninstall PrjPro /config Uninstall_CONFIG.XML

Uninstall_CONFIG.XML:

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

<Logging Type="standard" Path="C:\SctLogs" Template="Microsoft Office Project Professional Setup(*).log" /> -->

<Setting Id="SETUP_REBOOT" Value="NEVER" />
</Configuration>

Comments:
  • excellent, Thank you verymuch for this answer it worked perfect for me - ontari.ontari 11 years ago
Posted by: aogilmor 17 years ago
9th Degree Black Belt
0
set the property REBOOT=ReallySuppress
should work
Posted by: AB 17 years ago
Purple Belt
0
Office 2007 allows the use some existing command line options and replaces others...?#!
http://technet2.microsoft.com/Office/en-us/library/8309f67f-8622-4317-b21d-1aa5f72e15bf1033.mspx?mfr=true
Drill down to Technical Reference, Setup Reference, Setup properties.
This shows you the list of options available - you'll be looking for SETUP_REBOOT which can be utilised in the config.xml file
Don't you just love standardisation...
Regards,
Al

Note: I haven't done this personally - this is from chatting to a colleague
Don't believe all you read - especially if I wrote it :)
Posted by: KevinT 16 years ago
Yellow Belt
0
I tried "REBOOT=ReallySupress" and it didint work. I even went so far as to put the command in a batch file I created and in every ".xml" file in my media. I am really at my wits end on this one. Has anyone gotten this to work suucessfully and if so how?
Posted by: aogilmor 16 years ago
9th Degree Black Belt
0
The first post was in error. This property has been replaced by SETUP_REBOOT in office 2007.
This should get you started.
http://technet2.microsoft.com/Office/en-us/library/146a77e1-75b9-4795-8feb-d94d0f528ecc1033.mspx?mfr=true

There's no separate resource kit for 2007. You type setup /admin to adminster the installation. Pretty slick, except if you have questions don't expect a lot of knowledge from msft. I had some questions on CAs the never got answered. Oh well....
Posted by: ontari.ontari 11 years ago
Black Belt
0

I jus want add one more point here the above script worked perfect for me and if you want to un install Project Standerd follow this

Uninstall: CMD /c Sources\SETUP.EXE /uninstall PrjStd /config Uninstall_CONFIG.XML  
 
Uninstall_CONFIG.XML:  
<Configuration Product="PrjPro">   <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />     <Logging Type="standard" Path="C:\SctLogs" Template="Microsoft Office Project Professional Setup(*).log" /> -->     <Setting Id="SETUP_REBOOT" Value="NEVER" /> </Configuration>


 

Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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