You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SFXCA: Binding to CLR version v4.0.30319
WixSharp aborted the session because of the error:
System.IO.FileLoadException: Could not load file or assembly 'wix_cLR_cpp', Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Attempt to load an unverifiable executable with fixups (IAT with more than 2 sections or a TLS section.) (Exception from HRESULT: 0x80131019)
So it seems everything is works under CLR C++ but I missed something...
Any help/ideas would be appreciated.
Regards,
Lu
The text was updated successfully, but these errors were encountered:
L-u1
changed the title
Builded MSI under CLR C++ does not contains any files
Builded MSI under CLR C++ error 0x80131019
Sep 25, 2024
Hey, I did not know you could even attempt it under C++ CLR. My C++ days are long over.
The error is emitted by the SFXCA, which is a WiX3 utility that takes an assembly and packages it in the native dll so it can be invoked by MSI art runtime as a native CA.
I am guessing the way your C++ project builds the assembly makes it incompatible with this utility.
Sorry for stating the obvious, but maybe it will be easier if you switch to C# even though the rest of your codebase can be in C++...
Hi there!
I was trying yesterday to build a project using Wix under CLR CPP.
Everything building fine, MSI file is created. But after launch - happens nothing.
https://github.com/L-u1/wix_cLR_cpp
Mostly I played with x86 / x64
In logs I have:
So it seems everything is works under CLR C++ but I missed something...
Any help/ideas would be appreciated.
Regards,
Lu
The text was updated successfully, but these errors were encountered: