-
Notifications
You must be signed in to change notification settings - Fork 25
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
Wax error for Guid value #67
Comments
I never saw such an Error. Maybe you can turn off this error? |
Yes i found out that the error message level was "Pedantic". Setting back to normal fixed the issue. |
Can you provide a PR? |
I just created a Pull Request! I'm not sure what the correct versionnumbering is. Also fixed another error about KeyPaths |
The KeyPath is not really required here, but having it explicit is also fine. |
@tom-englert the reason for the case needing to be upper case is detailed here
While it is OK to not have the KeyPath flag set it is more correct to do so. Especially when there is one file per component.
For file components this should probably be set unless the file is protected by WRP (not commonly the case where Wax is used). |
When creating the Wix project file with Wax Setup editor i get the following compilation error:
The Component/@Guid attribute's value, '1c3291b8-f364-4d4b-beb0-26f8fa743e78', is a mixed-case guid. All letters in a guid value should be uppercase.
The text was updated successfully, but these errors were encountered: