Fixed a bug where ad specials wasn't being processed properly. Updated the main form to add up all data in the Invoice Net Amount at Cost column instead of the Extended Retail column. Minor behavior fixes.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
|
||||
<Product Id="*" Name="Advertising Profit Control" Language="1033" Version="1.10.0.0" Manufacturer="Garritt McCune" UpgradeCode="a416a558-d7c0-4f24-8b1e-2d01761ad15f">
|
||||
<Product Id="*" Name="Advertising Profit Control" Language="1033" Version="2.0.1.16" Manufacturer="Garritt McCune" UpgradeCode="a416a558-d7c0-4f24-8b1e-2d01761ad15f">
|
||||
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" Description="Custom Profit Control Recording Software" Comments="Profit Control Recording Software"/>
|
||||
<MajorUpgrade DowngradeErrorMessage="A newer version of [ProductName] is already installed." />
|
||||
<!--Not set by default, EmbedCab="yes" embeds the cabinet file into the installer-->
|
||||
@@ -37,7 +37,7 @@
|
||||
<!--Detect .NET Framework 4.5-->
|
||||
<PropertyRef Id="NETFRAMEWORK45"/>
|
||||
|
||||
<Condition Message="This application requires .NET Framework 4.5. Please install the .NET Framework then run this installer again.">
|
||||
<Condition Message="[ProductName] requires .NET Framework 4.5. Please install the .NET Framework then run this installer again.">
|
||||
<![CDATA[Installed OR NETFRAMEWORK45]]>
|
||||
</Condition>
|
||||
<!--Define the icons used in the installer dialogs-->
|
||||
|
||||
Reference in New Issue
Block a user