update copyright info to 2021; update Product.wxs

This commit is contained in:
Stefan Frederik 2021-09-12 08:32:16 +02:00
parent 8ad2457d4e
commit f5aa0e1738
3 changed files with 8 additions and 5 deletions

View File

@ -1,2 +1,5 @@
Stefan Frederik Schippers Stefan Frederik Schippers
stefan.schippers@gmail.com stefan.schippers@gmail.com
Joanne Low (Xschem Windows Support)
jlowpc@yahoo.com

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi"> <Wix xmlns="http://schemas.microsoft.com/wix/2006/wi">
<Product Id="*" Name="Xschem" Language="1033" Version="2.9.9.9" Manufacturer="Xschem" UpgradeCode="0deb9c17-cbbd-491c-be3e-24446b27ccd5"> <Product Id="*" Name="Xschem" Language="1033" Version="3.0.0" Manufacturer="Xschem" UpgradeCode="0deb9c17-cbbd-491c-be3e-24446b27ccd5">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" /> <Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
<WixVariable Id="WixUILicenseRtf" <WixVariable Id="WixUILicenseRtf"
Value="License.rtf" /> Value="License.rtf" />
@ -21,8 +21,8 @@
<Upgrade Id="0deb9c17-cbbd-491c-be3e-24446b27ccd5"> <Upgrade Id="0deb9c17-cbbd-491c-be3e-24446b27ccd5">
<UpgradeVersion <UpgradeVersion
Property="OLD_VERSION_FOUND" Property="OLD_VERSION_FOUND"
Minimum="2.9.8.0" Minimum="2.9.0"
Maximum="2.9.9.8" Maximum="2.9.9"
IncludeMinimum="yes" IncludeMinimum="yes"
IncludeMaximum="no" IncludeMaximum="no"
OnlyDetect="no" OnlyDetect="no"
@ -30,7 +30,7 @@
MigrateFeatures="yes" /> MigrateFeatures="yes" />
<UpgradeVersion <UpgradeVersion
Property="NEWER_VERSION_FOUND" Property="NEWER_VERSION_FOUND"
Minimum="2.9.9.8" Minimum="2.9.9"
IncludeMinimum="no" IncludeMinimum="no"
OnlyDetect="yes" /> OnlyDetect="yes" />
</Upgrade> </Upgrade>

View File

@ -20,7 +20,7 @@
top: 12px; top: 12px;
right: 30px; right: 30px;
float: right;"> float: right;">
Copyright(C) 1998 - 2020 Stefan Schippers Copyright(C) 1998 - 2021 Stefan Schippers
</p> </p>
</body> </body>
</html> </html>