1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-14 00:07:14 +03:00

WiX: Add/update comments in template.wxs about auto-generation

We *are* now using auto GUIDs.  It worked for a 5.2.3 -> 5.3.0-beta2
upgrade install.  I suspect that specifying 'MajorUpgrade' means the
GUIDs mostly don't even matter.  They're there for if you try to patch
so as to patch the correct files?
This commit is contained in:
Athanasius 2021-12-07 17:36:51 +00:00
parent 6737ab9322
commit 43d98bff1c
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -104,9 +104,7 @@
</RegistryKey>
</Component>
<!-- Generate with `heat.exe dir dist.win32 -ag -sfrag -suid -out foo.wxs` -->
<!-- Sadly too late for auto-generated Component UUIDs -->
<!-- Contents auto-generated with heat.exe, see setup.py -->
<Directory Id="ProgramFilesFolder">
</Directory>
@ -115,6 +113,7 @@
</Directory>
<!-- Contents auto-generated in setup.py -->
<Feature Id='Complete' Level='1'>
</Feature>