-
Notifications
You must be signed in to change notification settings - Fork 443
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
Adding shortcut via wixFeatures results in duplicated primary key in RemoveFile #781
Comments
Sorry for the issues with windows. We have very few windows user, so this part of native-packager isn't as shiny as the other stuff. We already had some small fixes around these duplicated key issues, but looks like there still more. Are you familiar with wix? If you are willing to make a pull request, we can surely help you to get things up and running. Starting point would be the WixHelper.scala and the WindowsPlugin |
Thank you @muuki88 for the fast response. I am not too familiar with WiX. However, it seems like this is a bug in the plugin itself. I suppose that there is always one
If an explicit
However, such a snippet should not appear twice in the WiX-file and that causes the conflict. Why the generating code is called twice, I can not say. |
I started to dig into the problem (sbt dsl is pure pain): The thing is, that there is one There are several solutions:
Best, Simon |
When trying to add a shortcut using
wixFeatures
I get the error from light:Here is the important snippet from build.scala:
Am I doing something wrong or is that a bug?
Using WiX toolchain v3.5 at the moment.
The text was updated successfully, but these errors were encountered: