how to distribute 64bit C++ dll file #7627
Replies: 3 comments 6 replies
-
WiX doesn't use issues for support. We moved this issue to the GitHub discussions area. You might also consider asking your question on Stack Overflow. |
Beta Was this translation helpful? Give feedback.
-
after seeing the second view, your dll & exe are installed in the Program Files (x86) folder, so as a 32 bits application; consequently, Windows expects to find only 32 bits components when you launch your app and not a 64 bits dll |
Beta Was this translation helpful? Give feedback.
-
hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Encountered at: wixtoolset/repo@sha
Hi,
I am using a 64 bit C++ dll file in my VB.net program. As shown in the attached product.wxs, the dll file will be deployed in the INSTALLFOLDER folder with exe file. After run the msi setup file, the dll and exe files are indeed deployed under C:\Program Files . But when I run the program, I get error "unable to load dll file". This error only happens at computer without VS.net C++ installed.
Thanks for help.
Beta Was this translation helpful? Give feedback.
All reactions