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 a59ac1e commit 58d30b9Copy full SHA for 58d30b9
Tools/msi/common.wxs
@@ -61,6 +61,7 @@
61
</Fragment>
62
63
<Fragment>
64
+ <?ifdef PythonExeComponentGuid ?>
65
<!-- Locate TARGETDIR automatically assuming we have executables installed -->
66
<Property Id="TARGETDIR">
67
<ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)">
@@ -69,6 +70,7 @@
69
70
</DirectorySearch>
71
</ComponentSearch>
72
</Property>
73
+ <?endif ?>
74
<Property Id="DetectTargetDir" Value="1" />
75
76
0 commit comments