-
Notifications
You must be signed in to change notification settings - Fork 56
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
impossible to list absolute paths to directories #19
Comments
there's a "reldirs" key in the wix json struct, but it's not possible to set this with the json, or am I wrong? |
HI! Thanks for report. I understand it has to be something related to heat and xml file generation phase. I see you have several others issues that need to be solved. To help you best i d like to suggest to clone this repo, and make a working example You can use the hello program as a template to yours, Assume the sources are located at Then propose a pr. Doing so i ll be able to run it through CI / Vagrant and operate updates. Let me know |
What I suspect is happening is that go_msi is not setting the basename in the wix files. Here is the specific error:
If you wouldn't mind, where are you setting this attribute? |
Hi, thanks that helps! Something you might want to check is 1- https://github.com/mh-cbon/go-msi#-go-msi-generate-templates--h 2- https://github.com/mh-cbon/go-msi#-go-msi-gen-wix-cmd--h 3- https://github.com/mh-cbon/go-msi#-go-msi-run-wix-cmd--h I m unsure which basepath you are talking about, it might be an option i m simply not aware of,
Let me know |
Hi, I'm facing the same issue i.e. if I have this in my
I get the following error
But if I move the folder and change the
it passes the The problem is on that line in the generated
This could for instance be solved by replacing forbidden characters by e.g. Opened #33 for this. |
Actually my diagnostic wasn't accurate as the issue is more that |
No description provided.
The text was updated successfully, but these errors were encountered: