Skip to content

Commit 65e2891

Browse files
committed
Tried to address new WIX0091 and WIX0092
error WIX0091: Duplicate DrLocator with identifier 'py_installpath//PY_INSTALLPATH' found. Access modifiers (global, library, file, section) cannot prevent these conflicts. Ensure all your identifiers of a given type (Directory, File, etc.) are unique. error WIX0092: Location of symbol related to previous error. Issue #19
1 parent 26901a2 commit 65e2891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packaging/Windows/MSI/Package.wxs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
</Property>
123123

124124
<Property Id="PIPEXE">
125-
<DirectorySearch Id="py_installpath" Path="PY_INSTALLPATH">
125+
<DirectorySearch Id="pippy_installpath" Path="PY_INSTALLPATH">
126126
<DirectorySearch Id="py_scripts" Path="Scripts">
127127
<FileSearch Id="pipexe" Name="pip.exe" />
128128
</DirectorySearch>

0 commit comments

Comments
 (0)