Update msi_installer.wxs (#2111)

This commit is contained in:
JtheBAB 2023-01-22 08:25:55 +01:00 committed by GitHub
parent d312bfca24
commit 8b182f0539
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,7 +35,7 @@
- there are any changes in the feature hierarchy (child
feature moving out of a parent, or a parent feature getting a new child).
-->
<Product Id="*" UpgradeCode="8523DAF0-699D-4CC7-9A65-C5E696A9DE6D" Name="Mattermost" Manufacturer="Mattermost, Inc." Language="1033" Codepage="1252" Version="0.0.0">
<Product Id="*" UpgradeCode="8523DAF0-699D-4CC7-9A65-C5E696A9DE6D" Name="Mattermost Desktop" Manufacturer="Mattermost, Inc." Language="1033" Codepage="1252" Version="0.0.0">
<!--
perMachine installs the app system wide (ALLUSERS is set to 1)
src.: https://www.joyofsetup.com/2008/04/01/new-wix-feature-setting-package-installation-scope/