Tagged Questions
The winsxs tag has no wiki summary.
10
votes
2answers
2k views
Is anyone successfully using registration-free COM with .NET components?
Until recently, we were happily using registration-free COM for our native and .NET COM components. However, we ran into a weird issue where our application started crashing randomly on windows XP SP3 ...
10
votes
4answers
15k views
Visual C++ Redistributables without using VCRedist_x86.exe
I'm developing in an environment that is severely constrained, but the developers also have tight control over.
VCRedist_x86.exe - A 4Mb redistributable - is no fun (four hours to transfer). I'd ...
8
votes
4answers
11k views
How can I uninstall Win32 assemblies and cleanup WinSxS?
After a lot of trial and error (mostly due to lack of documentation and examples) I have managed to create MSI installers that install custom DLLs to WinSxS as side-by-side assembly. There is only one ...
6
votes
2answers
524 views
Uncheck “Enable Runtime Themes” or remove the internal manifest in Delphi XE?
I have a component that I am building that I want to be used in the following way:
User creates a new blank project.
User drops my component on the form.
Some special Designtime code in my component ...
6
votes
1answer
888 views
Visual C++ 2010: Changes to MSVC runtime deployment (no more SxS with manifest)
Where can I find some official note, kb article or other documentation describing changes to the Visual Studio 2010 C/C++ runtime linking and deployment policy?
Under Visual Studio 2008 (with the ...
5
votes
10answers
23k views
MSVCR90D.dll not found in debug mode with Visual C++ 2008
I have a problem with Visual C++ 2008. I have installed opencv and I've created a new program and I build it with no errors. However, it complains about not finding MSVCR90D.dll when debugging. In ...
5
votes
2answers
5k views
TortoiseSVN side-by-side configuration is incorrect
After upgrading to the latest version of TortoiseSVN (1.5.2.13595), it's context menu is no longer available.
When attempting to run it manually, I get this error:
The application has failed to ...
4
votes
2answers
282 views
debugging COM free registration (c++)
I've built a COM client application that uses two COM server dlls; I want this application to run without COM registration - ie: winsxs / .manifests
I get a (...almost expected...) "Class not ...
4
votes
4answers
2k views
How do I force a native application to use an older C runtime
Visual Studio 2010 installs version ...4974 of the VC9 runtime whose .pdbs are unavailable. How can I force my GME.exe to use an older VC9 runtime?
I've tried putting this into GME.exe.config:
...
3
votes
2answers
467 views
How to use WinSxS manifests to redirect to an older version of a DLL?
Let's say I have an application that uses MSHTML. Installing IE9 beta would update MSHTML which breaks my application. I found that copies of IE8 dll is still present in the WinSxS folder, so maybe I ...
2
votes
1answer
366 views
Different WinSxS behaviour in Windows 7 and Windows Server 2008 R2
I've got an executable who's manifest says it depends on
Microsoft.VC90.CRT 9.0.21022.8
Microsoft.VC90.CRT 9.0.30729.1
On Windows 7, this executable runs with no problem.
On Windows Server 2008 R2, ...
2
votes
4answers
433 views
Side by side madness - running binaries on the same computer
Here's my configuration:
Computer A - Windows 7, MS Visual Studio 2005 patched for Win7 compatibility (8.0.50727.867)
Computer B - Windows XP SP2, MS Visual Studio 2005 installed (8.0.50727.42)
My ...
2
votes
1answer
679 views
How does WinSxS resolve DLL names to DLL locations?
If I link a module against mydll.dll, which is deployed using WinSxS, the PE header in my module will simply reference "mydll.dll". How does Windows determine at runtime, firstly that this dependency ...
1
vote
0answers
129 views
Using a .NET 4.0 DLL in Unity3d via COM/SxS?
In an attempt to oversimplify my issue, I'll try to keep it short:
I'm using the pro version of Unity, and I have 2 DLLs:
A .NET 3.5 assembly (acting as a COM client)
A .NET 4.0 assembly (with an ...
1
vote
1answer
112 views
Determining source of dependencies in MSVC's manifest generator
I am building an application using Microsoft Visual C++ 2005. After a major update of libraries, I am getting the following entry in my manifest file:
<dependency>
<dependentAssembly>
...
1
vote
3answers
255 views
Opening %SystemRoot%\system32\calc.exe from a 32-bit process redirects to another file. Which, why and how?
I'm currently writing some test code in C++ that messes around with PE files to understand its file format structure. My project is set to compile to 64 bit. In my code I open ...
1
vote
1answer
252 views
How does Visual Studio creates assembly references inside manifest files for C++ projects?
I have a freshly installed development machine with Windows 7 and Visual Studio 2010, Service Pack 1.
In our solution we have a C++ DLL which is used by several applications.
In the Release ...
1
vote
0answers
103 views
How can I replace a merge module with a <file>?
I had a problem installing my project on vista and 7 which I mentioned before here.
...
1
vote
0answers
253 views
Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app
I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test ...
1
vote
1answer
232 views
Windows update breaks dlls?
I'm compiling a project which uses multiple DLL and compiles with VS2008. After a recent windows update DLLs compiled on my computer stopped working on other computers.
After some investigation it ...
1
vote
0answers
754 views
Is possible to make mt.exe embed manifest files correctly in Visual Studio 2008?
I found that mt.exe fails to correctly create and embed manifest files into executables when run inside a VCPROJ.
For example the same executable load well on Windows 7 but failed to load on Windows ...
1
vote
5answers
399 views
Producing small Windows binaries
When developing and deploying native Windows applications, I often need to install a runtime before being able to run my binary, or statically link the library with my binary. For instance, after ...
1
vote
1answer
661 views
MSXML: How do ask an IXMLDOMNode what version MSXML it comes from?
How can i ask what version of MSXML an IXMLDOMDocument2 is? Given an IXMLDOMDocument2 i need to create another document of the same version.
If you give an IXMLDOMDocument from different versions of ...
1
vote
1answer
585 views
Uninstalling an in-use shared assembly leaving WinSxs in a bad state
I am having troubles uninstalling a shared win32 SxS assembly using Wix3 on WinXP. My wix file looks pretty much like the one described in ...
1
vote
0answers
134 views
Setup asks to reinstall missing dll
I am distributing an application that includes Microsoft XML Parser version 4. I have included the latest Windows XML Parser .msm files that I could find at Microsoft.
On some systems my software ...
1
vote
1answer
712 views
SxS installations and WiX
I'm trying to figure out how to deal with installation and deployment of our project which is a framework. Typically developers would install the framework and then have their .Net applications ...
0
votes
1answer
112 views
Program initialization failed (0xc0150002) when start a program depend on a third party dll
When I write a c++ program (such as B3DTest.exe) depend on a third party dll(such B3DViews.dll) (the vendor is small company). The program that I wrote is very simple just to test one function in the ...
0
votes
1answer
31 views
Use of Unregistered tlb files in VC++
I want to use unregistered tlb files. I figured out that can be done using WinSxS.
Now my question is how do I create manifest file from the tlb file. Mt.exe utility requires dll option to be ...
0
votes
2answers
465 views
Replacing Microsoft.VC90.CRT WinSxS policy file with local config file
On Windows XP, I have an .exe which runs with msvcp90.dll, msvcr90.dll, and Microsoft.VC90.CRT.manifest in my local application directory. I also have a policy file for these .dlls in ...
0
votes
2answers
144 views
How to remove uninstalled DLL from SxS cache
I had VS 2008. I upgraded to VS 2010, and uninstalled VS 2008.
I have a test that runs on my machine, but fails to load on machines in the build lab. After some debugging, I realized that the test ...
0
votes
0answers
69 views
Manifests, winsxs, and msvcp80.dll. Help!
I was provided a VS2005 DLL and a manifest file for it.
I embedded the manifest file (confirmed by extracting it from the DLL afterwards).
It passes validation.
It only has one assemblyIdentity ...
0
votes
0answers
92 views
Side-by-Side assembly
I have an issue on Windows Server 2008 R2 (64-bit) OS and I do not have the same issue in Windows Server 2003 (32-bit).
I have two assemblies deployed one in the GAC used by application A and one in ...
0
votes
1answer
375 views
GetFileVersionInfo() returns wrong file's version information
I have an application that is required to check the versions of various system EXEs and DLLs to determine if they are vulnerable or not. This is a native C++ application which does not provide any ...
0
votes
2answers
85 views
Testing an install on VMWare
I have created an InstallShield single-executable install which includes some merge modules for VS2005 dependencies which go in the WinSxS, such as VC80.CRT. I work remotely, and when our tester runs ...
0
votes
1answer
3k views
why i don't have Microsoft.VC80.MFC-file?
Got a fresh Win7 machine with VS2005 installed. I tried to start a MyApp.exe that is built with manifest that says in Manifest.bin:
...
<assemblyIdentity type="win32" name="Microsoft.VC80.MFC" ...
0
votes
1answer
121 views
How to cope with Install error 1920 about winsxs merge modules in Vista and 7?
When I try to install my msi package I get an error only in Vista and 7. "Error 1920. Service ... (...) failed to start. Verify that you have sufficent privileges to start system services"
I get this ...
0
votes
2answers
551 views
How to remove one folder from C:\Windows\winsxs?
I've installed:
Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
and got the following folders:
x86_microsoft.vc90.crt_1fc8b3b9a1e18e3b_9.0.21022.8_none_bcb86ed6ac711f91
...
0
votes
2answers
1k views
How to install VC80CRT debug runtimes without full visual studio 2005?
I can't run a debug sdk application because it requires both VC 8 and VC 9 versions of the CRT. But it only requires visual studio 2008 for plugin dev, which is what I need.
How do I install the ...
0
votes
1answer
434 views
Is it possible that an C++ application use CRT 4053 when the manifest uses 762?
My application is compiled on a development PC with a manifest 762:
However at runtime, on another release PC, the application uses the 4053 version of the file.
...
0
votes
1answer
674 views
Ideas on how to save space with Windows 2008 R2 server on Hyper-V?
I've got this question awhile ago, but it still bothers me.
I work with a few virtual machines running Windows 2008 server, mostly demo VMs and test machines. Since most devs use them, I prefer to ...
0
votes
2answers
1k views
XP Deploying issues due to msvcr90.dll trying to load FlsAlloc
I have an application build with VS2008 SP1a (9.0.30729.4148) on Windows 7 x64 that does not want to start under XP.
The message is The application failed to initialize properly (0x80000003). Click ...
0
votes
1answer
237 views
Compiling Qt using MSVC 2005 and dealing with SxS Windows
A group I am working with is tasked with developing a new project using Qt. However, we need to be able to link with C++ libraries from the MSVC 2005 world. We will also need to integrate eventually ...
0
votes
1answer
1k views
WinSxS: How to take dependency on specific version of gdiplus.dll?
I need to add a dependency on a specific version of GDIPlus. This is the version of GDI+ that i want:
I want to be sure that I'm using this version for a specific compatibility reason.
I've added ...