Quantcast
Channel: Office 2013 and Office 365 ProPlus - Planning, Deployment, and Compatibility forum
Viewing all articles
Browse latest Browse all 3748

Uninstall Lync if it is installed as part of Office 2013

$
0
0

Hello,

My organization has 32bit Office 2013 deployed via SCCM and I am looking to have Lync 2013 uninstalled across the entire organization.  I am testing an uninstall script on a single computer before scaling up.  I understand this cannot be done through MSI and I have tried several times to uninstall using the setup.exe in C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller with the following command-

setup.exe /UNINSTALL Lync.en-us /config “C:\Windows\SilentUninstallLync.xml”

XML file-

<Configuration Product="Lync-en.us">  

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

<Setting Id="SETUP_REBOOT" Value="Never" />

<Logging Type="standard" Path="C:\temp" Template="MyLog(*).txt" />

</Configuration>

The uninstall parameter “Lync-en.us” is the Setup ID found in c:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller\Lync.en-us\setup.xml

                <Setup Id="Lync.en-us" Type="AddOn" Keyword="LyncMUI" Culture="en-us">

I have however tried variations of this in the script and in the XML including “Lync” and “LyncEntry” as I have seen in other forums despite those not being my setup ID.

Each time I run the script, I get an error in the log that the product is not detected-

Warning: Product registation information for 'LYNC.EN-US' not detected. ErrorCode: 1011(0x3f3). Failed attempt to force-repair setupexe boot files.

Which ends up triggering this pop-up-

Showing parent-less message Title: 'Setup Errors', Message: 'This product installation has been corrupted. Run setup again from the CD, DVD, or other original installation source.'

I have ran the Office repair utility, tried script again, same error.

I have reinstalled Office 2013, tried script again, same error

I have attempted on a fresh image but all seem to trigger the same error.

I am able to use uninstall script to remove all of Office 2013 using the setup ID/uninstall parameter ProPlus but no form of Lync is allowing me to uninstall.  Is this because we have this deployed as Office 2013 and you cannot pull just Lync out?  Has anyone ran into this situation before?  I attached the log below of running PS C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller\./setup.exe /UNINSTALL Lync.en-us /config “C:\Windows\SilentUninstallLync.xml” with the XML shown above.

2016/11/29 10:10:02:318::[1236] PERF: TickCount=1745000 Name=OBootStrapper::Run Description=Begin function
2016/11/29 10:10:02:318::[1236] Operating System version: 6.1.7601 Service Pack 1. Platform ID: 2
2016/11/29 10:10:02:318::[1236] Running 32-bit setup on a 64-bit operating system.
2016/11/29 10:10:02:318::[1236] Command line: "C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller\Setup.exe" /uninstall Lync.en-us /config C:\Windows\SilentUninstallLync.xml
2016/11/29 10:10:02:318::[1236] Parsing command line.
2016/11/29 10:10:02:318::[1236] Config XML file specified: C:\Windows\SilentUninstallLync.xml
2016/11/29 10:10:02:318::[1236] Uninstall requested for product: LYNC.EN-US
2016/11/29 10:10:02:318::[1236] Parsing config.xml at: C:\Windows\SilentUninstallLync.xml
2016/11/29 10:10:02:865::[1236] Preferred product specified in config.xml to be: LYNC-EN.US
2016/11/29 10:10:02:865::[1236] Parsed setting: SETUP_REBOOT with value: Never in config.xml.
2016/11/29 10:10:02:865::[1236] Logging type standard specified in config.xml.
2016/11/29 10:10:02:865::[1236] Log directory: C:\temp specified in config.xml
2016/11/29 10:10:02:865::[1236] Log file template: MyLog(*).txt specified in config.xml
2016/11/29 10:10:02:865::[1236] Display level full specified in config.xml.
2016/11/29 10:10:02:865::[1236] Show modal dialogs specified in config.xml.
2016/11/29 10:10:02:865::[1236] Hide completion notice specified in config.xml.
2016/11/29 10:10:02:865::[1236] Auto accept license specified in config.xml.
2016/11/29 10:10:03:537::[1236] Using setup controller dll at location [C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUP.DLL].
2016/11/29 10:10:03:537::[1236] Verify file signature in "C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller\Setup.exe"
2016/11/29 10:10:04:037::[1236] C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller\Setup.exe is trusted.
2016/11/29 10:10:04:037::[1236] Verify file signature in "C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUP.DLL"
2016/11/29 10:10:04:146::[1236] C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUP.DLL is trusted.
2016/11/29 10:10:04:459::[1236] Using setup controller dll at [C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUP.DLL].
2016/11/29 10:10:04:459::[1236] PERF: TickCount=1747156 Name=OBootStrapper::Run Description=Calling RunSetup

2016/11/29 10:10:04:459::[1236] PERF: TickCount=1747156 Name=RunSetup Description=Begin function
2016/11/29 10:10:04:459::[1236] WER element [P2] is set to value [OSETUP.DLL]
2016/11/29 10:10:04:459::[1236] WER element [P3] is set to value [15.0.4569.1503]
2016/11/29 10:10:04:459::[1236] Catalyst execution began: 11/29/2016 10:10:04.
2016/11/29 10:10:04:459::[1236] Parsing config.xml at: C:\Windows\SilentUninstallLync.xml
2016/11/29 10:10:04:459::[1236] Preferred product specified in config.xml to be: LYNC-EN.US
2016/11/29 10:10:04:459::[1236] Parsed setting: SETUP_REBOOT with value: Never in config.xml.
2016/11/29 10:10:04:459::[1236] Logging type standard specified in config.xml.
2016/11/29 10:10:04:459::[1236] Log directory: C:\temp specified in config.xml
2016/11/29 10:10:04:459::[1236] Log file template: MyLog(*).txt specified in config.xml
2016/11/29 10:10:04:459::[1236] Display level full specified in config.xml.
2016/11/29 10:10:04:459::[1236] Show modal dialogs specified in config.xml.
2016/11/29 10:10:04:459::[1236] Hide completion notice specified in config.xml.
2016/11/29 10:10:04:459::[1236] Auto accept license specified in config.xml.
2016/11/29 10:10:04:459::[1236] Setupexe Resiliency Mode is set to [PerformIfApplicable]; thus Resiliency is [enabled] for the [UninstallExecutionMode]
2016/11/29 10:10:04:459::[1236] Ensuring the install-state of setup controller files for product [LYNC.EN-US].
2016/11/29 10:10:04:459::[1236] Warning: Product registation information for 'LYNC.EN-US' not detected. ErrorCode: 1011(0x3f3). Failed attempt to force-repair setupexe boot files.
2016/11/29 10:10:04:459::[1236] Searching for default versions of resource files under the folder [C:\Program Files (x86)\Common Files\microsoft shared\OFFICE15\Office Setup Controller].
2016/11/29 10:10:04:505::[1236] Found [1] resource files under the default folder.
2016/11/29 10:10:04:505::[1236] Running in [UninstallExecutionMode]. Run from TEMP folder at [C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58].
2016/11/29 10:10:04:662::[1236] Loaded resource file [C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUPUI.DLL] (CultureTag=en-US).
2016/11/29 10:10:04:662::[1236] WER element [SuppressModal] is set to value [false]
2016/11/29 10:10:04:662::[1236] WER element [P1] is set to value [15.0.4569.1503]
2016/11/29 10:10:04:662::[1236] Loaded Dll : C:\Users\jbjahn\AppData\Local\Temp\Setup00000b58\OSETUP.DLL.
2016/11/29 10:10:04:662::[1236] Catalyst version is : 15.0.4569.1503
2016/11/29 10:10:04:662::[1236] JobExecutionMode is UninstallExecutionMode.
2016/11/29 10:10:05:912::[1236] Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.LYNC.EN-US.
2016/11/29 10:10:05:912::[1236] Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.LYNC.EN-US.
2016/11/29 10:10:05:912::[1236] IsProductTransitionToMModeSafe: An exception was caught, therefore transition to MMode is unsafe for product:
2016/11/29 10:10:05:912::[1236] Error: Product is not installed, therefore transition to MMode is unsafe for product: LYNC.EN-US Type: 27::InstalledProductStateCorrupt.
2016/11/29 10:10:05:912::[1236] Ensuring the install-state of setup controller files for all Products.
2016/11/29 10:10:05:912::[1236] Opening registry key: SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall.
2016/11/29 10:10:05:912::[1236] Ensuring the install-state of setup controller files for product [PROPLUS].
2016/11/29 10:10:05:912::[1236] Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.PROPLUS.
2016/11/29 10:10:05:912::[1236] Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.PROPLUS.
2016/11/29 10:10:05:912::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-002A-0409-1000-0000000FF1CE}].
2016/11/29 10:10:05:912::[1236] Product INSTALLSTATE for ProductCode '{90150000-002A-0409-1000-0000000FF1CE}' is '5'.
2016/11/29 10:10:05:912::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:08:209::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0116-0409-1000-0000000FF1CE}].
2016/11/29 10:10:08:209::[1236] Product INSTALLSTATE for ProductCode '{90150000-0116-0409-1000-0000000FF1CE}' is '5'.
2016/11/29 10:10:08:209::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:10:412::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-002A-0000-1000-0000000FF1CE}].
2016/11/29 10:10:10:412::[1236] Product INSTALLSTATE for ProductCode '{90150000-002A-0000-1000-0000000FF1CE}' is '5'.
2016/11/29 10:10:10:427::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:16:896::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0015-0409-0000-0000000FF1CE}].
2016/11/29 10:10:16:896::[1236] Product INSTALLSTATE for ProductCode '{90150000-0015-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:16:896::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:21:880::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-001B-0409-0000-0000000FF1CE}].
2016/11/29 10:10:21:880::[1236] Product INSTALLSTATE for ProductCode '{90150000-001B-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:21:880::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:26:177::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-001A-0409-0000-0000000FF1CE}].
2016/11/29 10:10:26:177::[1236] Product INSTALLSTATE for ProductCode '{90150000-001A-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:26:177::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:29:927::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-001F-0409-0000-0000000FF1CE}].
2016/11/29 10:10:29:943::[1236] Product INSTALLSTATE for ProductCode '{90150000-001F-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:29:943::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:31:630::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-001F-040C-0000-0000000FF1CE}].
2016/11/29 10:10:31:630::[1236] Product INSTALLSTATE for ProductCode '{90150000-001F-040C-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:31:630::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:33:646::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0115-0409-0000-0000000FF1CE}].
2016/11/29 10:10:33:646::[1236] Product INSTALLSTATE for ProductCode '{90150000-0115-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:33:646::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:35:333::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0117-0409-0000-0000000FF1CE}].
2016/11/29 10:10:35:333::[1236] Product INSTALLSTATE for ProductCode '{90150000-0117-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:35:333::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:37:536::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0016-0409-0000-0000000FF1CE}].
2016/11/29 10:10:37:536::[1236] Product INSTALLSTATE for ProductCode '{90150000-0016-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:37:536::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:41:708::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0018-0409-0000-0000000FF1CE}].
2016/11/29 10:10:41:708::[1236] Product INSTALLSTATE for ProductCode '{90150000-0018-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:41:708::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:45:177::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0019-0409-0000-0000000FF1CE}].
2016/11/29 10:10:45:177::[1236] Product INSTALLSTATE for ProductCode '{90150000-0019-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:45:177::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:48:302::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0044-0409-0000-0000000FF1CE}].
2016/11/29 10:10:48:302::[1236] Product INSTALLSTATE for ProductCode '{90150000-0044-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:48:302::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:52:036::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-002C-0409-0000-0000000FF1CE}].
2016/11/29 10:10:52:036::[1236] Product INSTALLSTATE for ProductCode '{90150000-002C-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:52:052::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:53:583::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-012B-0409-0000-0000000FF1CE}].
2016/11/29 10:10:53:583::[1236] Product INSTALLSTATE for ProductCode '{90150000-012B-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:53:583::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:10:58:646::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0090-0409-0000-0000000FF1CE}].
2016/11/29 10:10:58:646::[1236] Product INSTALLSTATE for ProductCode '{90150000-0090-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:10:58:646::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:03:224::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-00A1-0409-0000-0000000FF1CE}].
2016/11/29 10:11:03:224::[1236] Product INSTALLSTATE for ProductCode '{90150000-00A1-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:03:224::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:07:099::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-00BA-0409-0000-0000000FF1CE}].
2016/11/29 10:11:07:099::[1236] Product INSTALLSTATE for ProductCode '{90150000-00BA-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:07:099::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:10:630::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-006E-0409-0000-0000000FF1CE}].
2016/11/29 10:11:10:630::[1236] Product INSTALLSTATE for ProductCode '{90150000-006E-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:10:630::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:14:380::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-001F-0C0A-0000-0000000FF1CE}].
2016/11/29 10:11:14:380::[1236] Product INSTALLSTATE for ProductCode '{90150000-001F-0C0A-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:14:380::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:16:037::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-00E2-0409-0000-0000000FF1CE}].
2016/11/29 10:11:16:037::[1236] Product INSTALLSTATE for ProductCode '{90150000-00E2-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:16:037::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:17:974::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-00E1-0409-0000-0000000FF1CE}].
2016/11/29 10:11:17:974::[1236] Product INSTALLSTATE for ProductCode '{90150000-00E1-0409-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:17:974::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:20:115::[1236] Ensuring the install-state of setup controller feature[SetupControllerFiles] for product[{90150000-0011-0000-0000-0000000FF1CE}].
2016/11/29 10:11:20:115::[1236] Product INSTALLSTATE for ProductCode '{90150000-0011-0000-0000-0000000FF1CE}' is '5'.
2016/11/29 10:11:20:115::[1236] Feature INSTALLSTATE for Feature 'SetupXmlFiles' is '3'.
2016/11/29 10:11:39:240::[1236] Opening registry key: HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.LYNC.EN-US.
2016/11/29 10:11:39:240::[1236] Opening registry key: HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Office15.LYNC.EN-US.
2016/11/29 10:11:39:240::[1236] IsProductTransitionToMModeSafe: An exception was caught, therefore transition to MMode is unsafe for product:
2016/11/29 10:11:39:240::[1236] Error: Product is not installed, therefore transition to MMode is unsafe for product: LYNC.EN-US Type: 27::InstalledProductStateCorrupt.
2016/11/29 10:11:39:240::[1236] Showing parent-less message Title: 'Setup Errors', Message: 'This product installation has been corrupted. Run setup again from the CD, DVD, or other original installation source.'
2016/11/29 10:13:06:084::[1236] Message returned: 1
2016/11/29 10:13:06:130::[1236] Error: Catalyst boot time check failed Type: 66::PreReqCheckFailure.
2016/11/29 10:13:06:130::[1236] Catalyst execution finished: 11/29/2016 10:13:06.  Return code: 30066.  Exception caught: PreReqCheckFailure.
2016/11/29 10:13:06:130::[1236] PERF: TickCount=1928828 Name=RunSetup Description=End function


Viewing all articles
Browse latest Browse all 3748

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>