Windows error 0x8007006E, -2147024786

Detailed Error Information

OPEN_FAILED[1]

MessageThe system cannot open the device or file specified.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)false
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode7 (0x007)
NameFACILITY_WIN32[2][1]
DescriptionThis region is reserved to map undecorated error codes into HRESULTs.[2][1]
Error Code110 (0x006e)

This is a Win32 error which has been mapped into an HRESULT. More information may be available in error 0x0000006e.

Questions

6votes
1answer

How to debug WiX installer

I am adding to build to your WiX installer to include a multi-website deployment based on custom dialog selection. I am running into this issue when i run in debug mode and not sure how to tackle the problem to find what the issue is, I am getting a Failed [...] read more
wix
2votes
1answer

VS2012 and InstallShield 2014 Premier Issue

I've been using VS2012 with InstallShield2014LE on our existing projects.We finally purchased the installed 2014 premier and when I open/load an existing solution that has a 2014LE setup project alongside the main project, I get the following error, when I add a 2014 Basic MSI project: > The system cannot [...] read more
visual-studio-2012
installshield
installshield-le
installshield-2014
2votes
1answer

Wix light.exe : error LGHT0001: The system cannot open the device or file specified.

Today we build our product with MSBuild /m to build with multiprocess. Before we do a change to heat some files in pre-build event, build with MSBuild multiprocess can be success. Now build is failed with following exception: > 124>light.exe : error LGHT0001: The system cannot open the device or [...] read more
wix
2votes
2answers

passing msiexec command line params to a child process started by msiexec

I have a requirement to update config files with the command line provided arguments for some reason, the file is not being updated so I wrote a small utility app in c# to be started by msiexec. The intention is to get the commandline params to this app so that [...] read more
installation
wix
command-line-arguments
1vote
1answer

How do you debug a Windows Universal App built with command line?

This is easy for a Win32 app, you just build it with cl.exe and include debugging information, then you can open the .exe in Visual Studio and step through the code. What is the equivalent for a Univeral Windows Platform (UWP) app that is distributed using an .appx? When I [...] read more
debugging
visual-studio-2015
win-universal-app
uwp
1vote
1answer

HRESULT 0x8007006E on including a DLL into a project 'lib' folder

For a project I am working on, my team generates reports on the server with ActiveReports. We've generated a License DLL that allows report functionality to work. In our VS2012 solution, we've included a /lib/ directory that holds certain external DLLs, such as the ActiveReports assemblies and this license DLL. [...] read more
visual-studio-2012
0votes
3answers

Failed to open XML File error on updating config during msi upgrade

So I have a wix installer which runs fine on fresh install but when I upgrade from previous version to this new version where I am changing the config value, I get the following error and the installer rolls back: ExecXmlFile: Configuring Xml File: ExecXmlFile: Error 0x8007006e: failed to load [...] read more
xml
wix
web-config
windows-installer
0votes
1answer

Untrust Root CA with cert imported in IE Trusted Root

We encounter below problems, Could someone help? on some PC, when user access website signed by my company CA, IE will show untrusted certificate page. But the certificate already imported in the IE Trust Root To uncheck "Check server certificate revocation", then no warning page. To verify the certificate with [...] read more
internet-explorer
ssl
truststore
ca

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0