This repository was archived by the owner on Jan 3, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' " >
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)' != '' " />
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments