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:
parent
6737ab9322
commit
43d98bff1c
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user