We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fa44ed commit 7ff5958Copy full SHA for 7ff5958
{{ cookiecutter.format }}/{{ cookiecutter.app_name }}.wxs
@@ -43,6 +43,7 @@
43
</StandardDirectory>
44
45
<ComponentGroup Id="{{ cookiecutter.module_name }}_COMPONENTS">
46
+ <!-- "\\?\" enables long paths (https://github.com/wixtoolset/issues/issues/9115). -->
47
<Files
48
Directory="INSTALLFOLDER"
49
Include="\\?\{{ cookiecutter.package_path }}\**" />
0 commit comments