contrib/packaging/wix/guids.wxi
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 08 Nov 2023 22:27:32 +0100
changeset 51141 c845479fc64d
parent 43623 94eac340d212
permissions -rw-r--r--
cleanup: drop the `bytes` compatibility for attribute related function We can rely on the builtins directly now.

<Include>
  <!-- These are component GUIDs used for Mercurial installers.
       YOU MUST CHANGE ALL GUIDs below when copying this file
       and replace 'Mercurial' in this notice with the name of
       your project. Component GUIDs have global namespace!      -->

  <!-- mercurial.wxs -->
  <?define ProductUpgradeCode = {A1CC6134-E945-4399-BE36-EB0017FDF7CF} ?>
  <?define ComponentMainExecutableGUID = {D102B8FA-059B-4ACC-9FA3-8C78C3B58EEF} ?>
  <?define ProgramMenuDir.guid = {D5A63320-1238-489B-B68B-CF053E9577CA} ?>

</Include>