/build/static/layout/Breadcrumb_cap_w.png

uninstalling MSproject 2007

I am new on SMS admininstration but I would like to use it for unistalling MSproject 2007. How can I proceed with that also I have a clean desktop with Advance installer and WinInstall LE on it.

Thanks,

0 Comments   [ + ] Show comments

Answers (12)

Posted by: jmcfadyen 15 years ago
5th Degree Black Belt
0
msiexec /x {ProductCode} /qb-

where product code is found in the Property table of your msi.
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
Actually I tried that and it unistalled the MSproject in silent mode but the computer rebooted. I Tried all the following below and all did the same thing.

msiexec /x {ProductCode} /qn Reboot=ReallySuppress
msiexec /x {ProductCode} /quiet /norestart

I am not sure why the PC reboots even after I apply the ReallySuppress switch.

Thanks,
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
I have the same problem and no one seem to have a solution. Let me know if you a solution.

Thanks,
Posted by: AngelD 15 years ago
Red Belt
0
You need to us a public property; Reboot=private property and REBOOT=public property.

But I would have a look at:
2007 Office Resource Kit
http://technet.microsoft.com/en-gb/library/cc303401(TechNet.10).aspx
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
I am not able to find any information on the link you provided. If you know let me know what I am doing wrong.

Thanks,
Posted by: anonymous_9363 15 years ago
Red Belt
0
ORIGINAL: smartmanwin
I am not able to find any information on the link you provided. If you know let me know what I am doing wrong.
Kim's (AngelD's) link directs you to the Office Resource Kit. If you're doing *anything* connected with Office other than using it, you need this kit. There will be information IN THE KIT concerning installing/uninstalling as well as deployment.
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
could not find any info on the reboot.

thanks,
Posted by: aogilmor 15 years ago
9th Degree Black Belt
0
ORIGINAL: smartmanwin
could not find any info on the reboot.


With all due respect, you need to sharpen your research skills, or learn a little more about software packaging. I was able to find this link in about 5 seconds:

http://technet.microsoft.com/en-us/library/cc179195.aspx

SETUP_REBOOT is the property you're looking for. New with Office 2007.

I'll have to take a look at the reskit. I thought one was no longer needed for O2K7, you administer it using the setup.exe /admin switch. But if it'll help I would use it!

Good luck!
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
Thank you for the information you provided. I tried REBOOT_SETUP=Never but the PC rebooted again after uninstalling it. I also tried the other way by changing the config.xml to this

<Configuration Product="PrjStd">
<!-- <Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" /> -->

<!-- <Logging Type="standard" Path="%temp%" Template="Microsoft Office Project Standard Setup(*).txt" /> -->

<!-- <PIDKEY Value="BCDFGHJKMPQRTVWXY2346789B" /> -->
<!-- <USERNAME Value="Customer" /> -->

<!-- <COMPANYNAME Value="MyCompany" /> -->

<!-- <INSTALLLOCATION Value="%programfiles%\Microsoft Office" /> -->

<!-- <LIS CACHEACTION="CacheOnly" /> -->

<!-- <SOURCELIST Value="\\server1\share\Office12;\\server2\share\Office12" /> -->

<!-- <DistributionPoint Location="\\server\share\Office12" /> -->

<!-- <OptionState Id="OptionID" State="absent" Children="force" /> -->

<!-- <Setting Id="Reboot" Value="never" /> -->


setup.exe /uninstall /config Prjstd \\servername\share\Prjstd.WW\config.xml , but still the PC rebooted after the unistall.

Let me know if there are other ways through MsiExec command line.
Posted by: anonymous_9363 15 years ago
Red Belt
0
Would it help to use:

<!-- <Setting Id="REBOOT_SETUP" Value="Never" /> -->

instead of

<!-- <Setting Id="Reboot" Value="never" /> -->

?
Posted by: smartmanwin 15 years ago
Senior Yellow Belt
0
That helped the uninstall went fine but the only thing I want to change is when I run the command I get two prompts
1) It asks me if I want to uninstall MSProject 2007 and after the uninstallation it asks me if I want to reboot.

It there a place I need to change on config.xml.

Thanks,
Posted by: aogilmor 15 years ago
9th Degree Black Belt
0
ORIGINAL: smartmanwin

That helped the uninstall went fine but the only thing I want to change is when I run the command I get two prompts
1) It asks me if I want to uninstall MSProject 2007 and after the uninstallation it asks me if I want to reboot.

It there a place I need to change on config.xml.

Thanks,


Again, no disrespect, but learn to use the resources out there a little bit before posting here. My guess is that your problem can be resolved by a command line msiexec /x {guid}, or perhaps by setting the LIMITUI property (for control panel).

Start with the link I posted yesterday, which has a lot of properties for Office 2007. REBOOT_SETUP can probably be passed at the command line (although you'll probably want to notify the user to reboot, else they may have other application problems).

Navigate to microsoft.com/msdn which has a lot of stuff on Windows Installer. One of the first lessons is that property names are case sensitive, as Ian pointed out yesterday.

Good Luck and happy hunting!
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