We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84e60d commit 802df93Copy full SHA for 802df93
VSTemplate/Product.xml
@@ -1,7 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
3
<Product Id="*" Name="$safeprojectname$ Nerd Font" Language="1033" Version="2.3.3"
4
- Manufacturer="DEVCOM" UpgradeCode="c0958d9a-1772-4444-82fc-1149c850d6ae">
+ Manufacturer="DEVCOM" UpgradeCode="$guid1$">
5
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
6
7
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
0 commit comments