Hi. I tried installing IE Developer Channel but I think my pc restarted during that process.
Q: I tried restarting but I still can’t uninstall the Internet Explorer Developer Channel?
A: If you tried restarting your machine and you still can’t uninstall the Internet Explorer Developer Channel, it’s likely that some components required for the uninstall are missing or another application is trying to use App-V Client and is blocking its uninstall. Please follow the steps below:
- Open Windows PowerShell with administrator privileges. The easiest way to do this is to search for PowerShell in the Start Menu, right-click, and then click Run as administrator.
- Run the following commands one line at a time:
Set-ExecutionPolicy -ExecutionPolicy Unrestricted -Scope Process
$regkey = "HKLM:\SOFTWARE\microsoft\Appv\Client\Virtualization"
Set-ItemProperty $regkey -name EnableDynamicVirtualization -value 0
Set-ItemProperty $regkey -name ProcessesUsingVirtualComponents -value ""
- Restart your machine.
- Try to uninstall Internet Explorer Developer Channel from theUninstall or change a program dialog box in the Control Panel.
- If uninstallation fails, open Windows PowerShell with administrator privileges and run the following commands:
Import-Module appvclient
$packagePath = $env:ProgramData + '\Package Cache\{4BE37C1D-4D90-432A-8E70-A46CABC26247}v5.1.4099.0'
Add-AppvClientPackage "$packagePath\IEDC.appv" -DynamicDeploymentConfiguration "$packagePath\IEDC_DeploymentConfig.xml" | Publish-AppvClientPackage
$packagePath
- Uninstall the Internet Explorer Developer Channel from the Uninstall or change a program in the Control Panel.
I tried all that but it did not work , I still can't install or uninstall. I get the same error for both cases.
This is the message I get both when trying to install again or uninstall from control panel.
Here is the log file:
[2794:191C][2014-12-24T17:35:32]i001: Burn v3.7.1224.0, Windows v6.2 (Build 9200: Service Pack 0), path: C:\ProgramData\Package Cache\{c82f53f7-22d8-41c1-8e42-b890e6e6c16b}\IEDeveloperChannel-amd64.exe, cmdline: '/uninstall -burn.unelevated BurnPipe.{FE10FA9C-86EA-4503-B528-47A4FF91B8DA}
{78158B6E-2B9A-4F29-8D8E-9359147DFD29} 2416'
[2794:191C][2014-12-24T17:35:32]i000: Setting string variable 'WixBundleLog' to value 'C:\Users\DRONA_~1\AppData\Local\Temp\Internet_Explorer_Developer_Channel_20141224173532.log'
[2794:191C][2014-12-24T17:35:32]i100: Detect begin, 4 packages
[2794:191C][2014-12-24T17:35:32]i000: Setting version variable 'IEVersion' to value '11.0.9600.17496'
[2794:191C][2014-12-24T17:35:32]i000: Setting string variable 'NetFramework' to value '1'
[2794:191C][2014-12-24T17:35:32]i000: Registry key not found. Key = 'Software\Microsoft\Internet Explorer Developer Channel\AppV'
[2794:191C][2014-12-24T17:35:32]i000: Setting string variable 'AppVInstalled' to value '5.0.3401.0'
[2794:191C][2014-12-24T17:35:32]i000: Setting string variable 'PowerShell' to value '1'
[2794:191C][2014-12-24T17:35:32]i000: Registry key not found. Key = 'Software\Microsoft\Internet Explorer Developer Channel'
[2794:191C][2014-12-24T17:35:32]i000: Registry key not found. Key = 'Software\Microsoft\Internet Explorer Developer Channel\AppV'
[2794:191C][2014-12-24T17:35:32]i052: Condition 'AppVInstalled AND AppVOwner = "14.06.13.2228"' evaluates to false.
[2794:191C][2014-12-24T17:35:32]i103: Detected related package: {D5783B51-00A6-4991-B6C3-88B35BA45E94}, scope: PerMachine, version: 5.0.3401.0, language: 0 operation: MajorUpgrade
[2794:191C][2014-12-24T17:35:32]i101: Detected package: appv_client_setup.exe, state: Absent, cached: Complete
[2794:191C][2014-12-24T17:35:32]i101: Detected package: actions.msi, state: Absent, cached: Complete
[2794:191C][2014-12-24T17:35:32]i101: Detected package: IEDC.msi, state: Absent, cached: Complete
[2794:191C][2014-12-24T17:35:32]i101: Detected package: register.msi, state: Absent, cached: Complete
[2794:191C][2014-12-24T17:35:32]i052: Condition 'NOT RebootPending' evaluates to true.
[2794:191C][2014-12-24T17:35:32]i052: Condition 'WixBundleInstalled OR (VersionNT >= v6.1 AND NTProductType <= 1)' evaluates to true.
[2794:191C][2014-12-24T17:35:32]i052: Condition 'VersionNT64' evaluates to true.
[2794:191C][2014-12-24T17:35:32]i052: Condition 'WixBundleInstalled OR IEVersion >= v11' evaluates to true.
[2794:191C][2014-12-24T17:35:32]i052: Condition 'WixBundleInstalled OR (PowerShell AND NetFramework)' evaluates to true.
[2794:191C][2014-12-24T17:35:32]i052: Condition 'WixBundleInstalled OR AppVOwner OR NOT AppVInstalled' evaluates to false.
[2794:191C][2014-12-24T17:35:32]e000: Error 0x81f40001: Bundle condition evaluated to false: WixBundleInstalled OR AppVOwner OR NOT AppVInstalled
[2794:191C][2014-12-24T17:35:32]i199: Detect complete, result: 0x0
Any help would be welcome. I don't like having loose ends in my pc like this and I was eager to see the latest version of IE