Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development Environment: Error message for strong name validation contains the wrong path #4817

Closed
wixbot opened this issue Jul 7, 2015 · 2 comments
Milestone

Comments

@wixbot
Copy link

wixbot commented Jul 7, 2015

If I clone the dev branch for wix3 and try to build it, it shows this error:

error WIXBUILDINIT: Strong name validation for the WiX toolset must be disabled on a developer machine to build. Execute 'msbuild C:\Users\<###>\Source\Repos\wix3\tools\Tools\OneTimeWixBuildInitialization.proj' from an elevated command prompt.

The error is expected, but the path is wrong: there is one tools too many.

In the file \wix3\tools\WixBuild.Tools.targets line 74
change $(MSBuildThisFileDirectory)Tools\OneTimeWixBuildInitialization.proj to $(MSBuildThisFileDirectory)OneTimeWixBuildInitialization.proj

Originally opened by 0x53a

@wixbot
Copy link
Author

wixbot commented Jul 7, 2015

Should be fixed by PR:279

Originally posted by robmen

@wixbot
Copy link
Author

wixbot commented Jul 7, 2015

Should be fixed.

Originally posted by robmen
Resolution set to fixed
Status changed from Untriaged to Resolved

@wixbot wixbot added this to the v3.x milestone Dec 20, 2015
@wixbot wixbot closed this as completed Dec 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant