And you are correct it is a MSI package/custom installer. What I need help in is where to research for the additional parameters when uninstalling. My keyword searches are:
"additional parameters for uninstalling office 2k7 silently"
Here is a couple articles I found which were not related.
http://technet.microsoft.com/en-us/library/cc982159%28office.12%29.aspx#BKMK_UninstallProdAnd
http://technet.microsoft.com/en-us/library/cc178956.aspxWhich both seem non-related. I figure there was a .xml file for configurations for uninstalling and installing silently - but not what Im looking for since that is usually for remote setup from WMIC tools - we are just looking to uninstall the software on an end-users workstation without disrupting their workflow.
I then tried to do a keyword search for: "Office 2007 documentation" - no luck - this just gets me to silly technet sites that doesnt fully answer my question - basically I would need to find just a PDF or something that may contain notes on the additional parameters I need.
Then I tried searching by typing in "microsoft office 2007 uninstall silent parameters"
This is the closest I found to answering my question.
http://office.microsoft.com/en-us/help/setup-command-line-switches-for-the-2007-office-system-HA0101...I tried the following:
"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL /admin
"C:\Program Files\Common Files\Microsoft Shared\OFFICE12\Office Setup Controller\setup.exe" /uninstall STANDARD /dll OSETUP.DLL /x
The other thing is there is many .xml configuration files that need to be modified. (config.xml, setup.xml, etc...)
What I need is just some insight of what I'm doing wrong or someone out there in these forums and give me a link to better understanding on how parameters work when uninstalling MSI files. Being older EOL software finding specific documentation for 2k7 is daunting. I've never done this really before (uninstalling MSI) packages - and lansweeper doesnt seem to give me a log or any sign of it giving me errors or log file to look at - basically just doesnt do anything after clicking ok.