Skip to content

Commit

Permalink
Update installer.wxs
Browse files Browse the repository at this point in the history
  • Loading branch information
T9Air committed Nov 26, 2024
1 parent 670645b commit 6d086c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions installer.wxs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="MarkEd" Language="1033" Version="0.1.0.0" Manufacturer="YourCompany" UpgradeCode="6a2156e6-a3c8-4f26-926e-c49e3130b06f">
<Product Id="*" Name="MarkEd" Language="1033" Version="0.1.0.0" Manufacturer="T9Air" UpgradeCode="6a2156e6-a3c8-4f26-926e-c49e3130b06f">
<Package InstallerVersion="500" Compressed="yes" InstallScope="perUser" />

<MajorUpgrade DowngradeErrorMessage="A newer version of MarkEd is already installed." />
Expand All @@ -9,8 +9,8 @@

<Directory Id="TARGETDIR" Name="SourceDir">
<Directory Id="LocalAppDataFolder">
<Directory Id="CompanyFolder" Name="YourCompany">
<Directory Id="INSTALLFOLDER" Name="MarkEd" />
<Directory Id="CompanyFolder" Name="MarkEd">
<Directory Id="INSTALLFOLDER" Name="0.1.0.0" />
</Directory>
</Directory>
<Directory Id="ProgramMenuFolder">
Expand Down

0 comments on commit 6d086c6

Please sign in to comment.