bpo-46948: Fix launcher installer build failure due to first part of fix (GH-31920)

(cherry picked from commit 7088120853)

Co-authored-by: Steve Dower <steve.dower@python.org>
This commit is contained in:
Miss Islington (bot) 2022-03-15 18:30:11 -07:00 committed by GitHub
parent 27f6386ffd
commit 70eb9db398
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,6 +61,7 @@
</Fragment>
<Fragment>
<?ifdef PythonExeComponentGuid ?>
<!-- Locate TARGETDIR automatically assuming we have executables installed -->
<Property Id="TARGETDIR">
<ComponentSearch Id="PythonExe_Directory" Guid="$(var.PythonExeComponentGuid)">
@ -69,6 +70,7 @@
</DirectorySearch>
</ComponentSearch>
</Property>
<?endif ?>
<Property Id="DetectTargetDir" Value="1" />
</Fragment>