Skip to content
This repository was archived by the owner on Jan 3, 2025. It is now read-only.

Commit ebf8524

Browse files
committed
Small fixes
1 parent c070c48 commit ebf8524

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

Installer/Installer.wixproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<ProductVersion>3.10</ProductVersion>
77
<ProjectGuid>28f27aff-4920-4de6-9000-1be251c85c1f</ProjectGuid>
88
<SchemaVersion>2.0</SchemaVersion>
9-
<OutputName>voukodercore</OutputName>
9+
<OutputName>voukoder</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">

Installer/Product.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@
55

66
<Product
77
Id="*"
8-
Name="Voukoder Core"
8+
Name="Voukoder $(var.PublicProductVersion)"
99
Manufacturer="Daniel Stankewitz"
10-
Version="$(var.ProductVersion)"
10+
Version="$(var.PrivateProductVersion)"
1111
Language="1033"
1212
UpgradeCode="30bbae4a-f5ed-40b1-bd45-5c2ba875ebef">
1313

1414
<Package
1515
InstallerVersion="200"
1616
Manufacturer="Daniel Stankewitz"
17-
Description="Installs the Voukoder Core component"
17+
Description="Installs the Voukoder component"
1818
Compressed="yes"
1919
InstallScope="perMachine" />
2020

21-
<MajorUpgrade DowngradeErrorMessage="A newer version of Voukoder Core is already installed." />
21+
<MajorUpgrade DowngradeErrorMessage="A newer version of Voukoder is already installed." />
2222

2323
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
2424

Installer/Properties.wxi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Include>
3-
<?define ProductVersion = "2.2.0.0" ?>
3+
<?define PrivateProductVersion = "2.2.0.0" ?>
4+
<?define PublicProductVersion = "2.2.0.0" ?>
45
</Include>

Installer/dialog.bmp

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)