MS Project 2007 Standard German Silent Uninstall silently
HI
I'm trying to uninstall MS Project 2007 Standard German version silently.
I have tried
Msiexec /x {product code} /q - This keeps showing splash screen of the deinstall.
I don't want the user to see anything on the screen
I also tried the "setup.exe /uninstall" but keeps asking for product id I'm not sure what the correct command line is? (also tried setup.exe /uninstall {product code}) but no joy.
Any help appreciated
I'm trying to uninstall MS Project 2007 Standard German version silently.
I have tried
Msiexec /x {product code} /q - This keeps showing splash screen of the deinstall.
I don't want the user to see anything on the screen
I also tried the "setup.exe /uninstall" but keeps asking for product id I'm not sure what the correct command line is? (also tried setup.exe /uninstall {product code}) but no joy.
Any help appreciated
0 Comments
[ + ] Show comments
Answers (8)
Please log in to answer
Posted by:
anonymous_9363
17 years ago
Posted by:
adam
17 years ago
Posted by:
anonymous_9363
17 years ago
Posted by:
adam
17 years ago
Posted by:
anonymous_9363
17 years ago
Search the MSI for that word. I'm pretty convinced that there'll be a dialog with that text in, in which case you can alter the sequence or remove it completely. If not, the next most likely scenario is that a Custom Action is being called, probably by a function call to a custom DLL. If that's the case, you'll need to work around it.
Posted by:
KevinT
17 years ago
Posted by:
danr29
17 years ago
Having to package Office 2007 Professional several months ago, I discovered that the customization is totally different than the previous versions (XP, 2003 and 2000). The customization tool creates an .msp file (instead of a transform) for settings you have specified for the installation. I've tried to use direct windows installer commands to install or uninstall this product and they do not work. This link explains in further detail how to customize settings for Office 2007:
http://www.msfn.org/board/Office_2007_Unattended_Setup_and_Fine_tun_t72392.html
And there is also an article in the packages knowledgebase on this site explaining how to do a silent uninstall of the entire Office 2007 suite or just individual products:
http://itninja.com/link/office-2007-setup-properties
http://www.msfn.org/board/Office_2007_Unattended_Setup_and_Fine_tun_t72392.html
And there is also an article in the packages knowledgebase on this site explaining how to do a silent uninstall of the entire Office 2007 suite or just individual products:
http://itninja.com/link/office-2007-setup-properties
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.