Silent Uninstallation of MS Project Professional 2007
hello,
how do i silently uninstall MS Project Professional 2007 without rebooting the machine?
how do i silently uninstall MS Project Professional 2007 without rebooting the machine?
0 Comments
[ + ] Show comments
Answers (6)
Please log in to answer
Posted by:
Francoisracine
17 years ago
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>
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 12 years ago
Posted by:
AB
17 years ago
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 :)
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
17 years ago
Posted by:
aogilmor
17 years ago
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....
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
12 years ago
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.
so that the conversation will remain readable.