Skip to content

Commit

Permalink
Update for version 1.0.1
Browse files Browse the repository at this point in the history
Update installer for new release and add install check for required Windows build number.
  • Loading branch information
jschlackman committed Aug 27, 2021
1 parent 022586a commit 120de60
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Installer/LuxOnAir.aip
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<DOCUMENT Type="Advanced Installer" CreateVersion="17.5" version="18.5" Modules="simple" RootPath="." Language="en" Id="{01869940-EB4F-42E7-B981-66B33BB8871A}" Backup="false">
<DOCUMENT Type="Advanced Installer" CreateVersion="17.5" version="18.6" Modules="simple" RootPath="." Language="en" Id="{01869940-EB4F-42E7-B981-66B33BB8871A}" Backup="false">
<COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
<ROW Property="AI_BITMAP_DISPLAY_MODE" Value="0"/>
<ROW Property="AI_CURRENT_YEAR" Value="2021" ValueLocId="-"/>
Expand All @@ -11,10 +11,10 @@
<ROW Property="ARPPRODUCTICON" Value="AppIcon.exe" Type="8"/>
<ROW Property="ARPURLINFOABOUT" Value="https://github.com/jschlackman/LuxaforOnAir"/>
<ROW Property="Manufacturer" Value="J. Schlackman"/>
<ROW Property="ProductCode" Value="1033:{0617245D-393B-4283-A81C-A8F881922CA1} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{44C3E38B-61EE-4B79-A9FD-4DEBD4FF440C} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="Luxafor On Air"/>
<ROW Property="ProductVersion" Value="1.0.0" Type="32"/>
<ROW Property="ProductVersion" Value="1.0.1" Type="32"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
<ROW Property="UpgradeCode" Value="{2D455EC4-12E9-4968-A9CB-528C5374A4B9}"/>
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
Expand Down Expand Up @@ -164,6 +164,7 @@
<ROW Condition="(VersionNT &lt;&gt; 500)" Description="[ProductName] cannot be installed on [WindowsTypeNT50Display]." DescriptionLocId="AI.LaunchCondition.NoNT50" IsPredefined="true" Builds="DefaultBuild"/>
<ROW Condition="AI_DETECTED_DOTNET_VERSION &gt;= AI_REQUIRED_DOTNET_VERSION" Description="[ProductName] cannot be installed on systems with .NET Framework version lower than [AI_REQUIRED_DOTNET_DISPLAY]." DescriptionLocId="AI.LaunchCondition.DotNET" IsPredefined="true" Builds="DefaultBuild"/>
<ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]." DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>
<ROW Condition="WindowsBuild &gt;= &quot;18361&quot;" Description="Windows 10 version 1903 or higher is required"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiRegsComponent">
<ROW Registry="Path" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Path" Value="[APPDIR]" Component_="ProductInformation"/>
Expand Down

0 comments on commit 120de60

Please sign in to comment.