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

Install Dir Problem #56

Closed
Christobal25 opened this issue Apr 24, 2017 · 2 comments
Closed

Install Dir Problem #56

Christobal25 opened this issue Apr 24, 2017 · 2 comments

Comments

@Christobal25
Copy link

Hey,

I have in my Programm an µ in the Name so the Path where the Programm should installed had the µ in the Path, it was in 1.4.2 no Problem, but in 1.4.3 the µ is an __ so the Symbol is not correct resolved.

Thanks

oleg-shilo added a commit that referenced this issue Apr 24, 2017
@oleg-shilo
Copy link
Owner

This is an unfortunate side effect of Issue #45 fix. Which triggered illegal characters being escaping. And µ is an illegal character... but for the Id, not the name of the Directory element.

The problem is corrected and the fix will be available in the very next release.
If you don't want to wait you may take the binary (wixsharp.dll) form https://github.com/oleg-shilo/wixsharp/tree/master/Source/src/WixSharp.Samples

Or you can alter the dir name in the post-generaion event:

project.WixSourceGenerated += ...

oleg-shilo added a commit that referenced this issue May 2, 2017
* Issue #56: Install Dir Problem
* Issue #58: Signtool could not be found on Win10
* Improved Compiler.BuildPackageAsmCmd(...)
* Added InstallDir_DynamicPath sample
* Issue #56: Escaping "minus" `-` character in folder names
@Christobal25
Copy link
Author

Thanks for your help

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

2 participants