Replies: 1 comment 1 reply
-
Does anything on this page help? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I downloaded the source code, loaded up the solutions, installed the C++ necessaries for Visual Studio 2019, and tried to build. I received this error:
Strong name validation for the WiX toolset must be disabled on a developer machine to build. Execute 'msbuild C:\Users\scott.zeller\Downloads\wix3-wix3112rtm\tools\OneTimeWixBuildInitialization.proj' from an elevated command prompt. Resources
So, I hunted that file down, tried executing, and it couldn't find sn.exe due to a bad registry path. Installed 4.7.2 Framework SDK (again... somehow the registry got messed with), edited the .proj file, and ran it. This time it ran successfully. However, I used the same sn.exe (32-bit) for both the x64 and x86 lines in the .proj file (couldn't find another sn.exe). Is that a problem?
Restarted Visual Studio and am still getting the same message as before.
What am I missing?
Beta Was this translation helpful? Give feedback.
All reactions