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

Commit 94fe4a4

Browse files
committed
Finished installer
1 parent c22b591 commit 94fe4a4

7 files changed

Lines changed: 14 additions & 13 deletions

File tree

Installer/Installer.wixproj

Lines changed: 2 additions & 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>voukoder-comserver</OutputName>
9+
<OutputName>voukodercore</OutputName>
1010
<OutputType>Package</OutputType>
1111
</PropertyGroup>
1212
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
@@ -49,6 +49,7 @@
4949
<ItemGroup>
5050
<None Include="dialog.bmp" />
5151
<None Include="LICENSE.rtf" />
52+
<Content Include="banner.bmp" />
5253
<Content Include="Properties.wxi" />
5354
</ItemGroup>
5455
<Import Project="$(WixTargetsPath)" Condition=" '$(WixTargetsPath)' != '' " />

Installer/Product.wxs

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,34 @@
55

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

1414
<Package
1515
InstallerVersion="200"
16-
Manufacturer="$(var.ManufacturerLegal)"
17-
Description="Installs the Voukoder COM server"
16+
Manufacturer="Daniel Stankewitz"
17+
Description="Installs the Voukoder Core component"
1818
Compressed="yes"
1919
InstallScope="perMachine" />
2020

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

2323
<Media Id="1" Cabinet="contents.cab" EmbedCab="yes" CompressionLevel="high" />
2424

25-
<Feature Id="Voukoder" Title="$(var.ProductName)" Level="1">
25+
<Feature Id="Voukoder" Title="Voukoder Core" Level="1">
2626
<ComponentRef Id="voukoder.dll" />
2727
</Feature>
28-
28+
29+
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
30+
2931
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
3032
<WixVariable Id="WixUIDialogBmp" Value="dialog.bmp" />
33+
<WixVariable Id="WixUIBannerBmp" Value="banner.bmp" />
3134

32-
<UIRef Id="WixUI_Minimal" />
35+
<UIRef Id="WixUI_InstallDir" />
3336

3437
</Product>
3538

Installer/Properties.wxi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Include>
33
<?define ProductVersion = "2.2.0.0" ?>
4-
<?define ProductName = "Voukoder (COM Server)" ?>
5-
<?define Manufacturer = "Daniel Stankewitz" ?>
6-
<?define ManufacturerLegal = "Daniel Stankewitz" ?>
74
</Include>

Installer/banner.bmp

83.9 KB
Binary file not shown.

Installer/dialog.bmp

0 Bytes
Binary file not shown.

Installer/voukoder.ico

-50.1 KB
Binary file not shown.

Installer/voukoder.png

-9.37 KB
Binary file not shown.

0 commit comments

Comments
 (0)