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
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
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
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
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
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
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
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