Skip to content

Commit 172cd79

Browse files
committed
Bump Windows package version.
1 parent 9bbb4ec commit 172cd79

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

vcnet/htmldoc-installer.aip

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<DOCUMENT Type="Advanced Installer" CreateVersion="15.3" version="16.2" Modules="simple" RootPath="." Language="en" Id="{8101414C-E32A-4865-B7D9-ABB4FFFB336F}">
2+
<DOCUMENT Type="Advanced Installer" CreateVersion="15.3" version="16.7" Modules="simple" RootPath="." Language="en" Id="{8101414C-E32A-4865-B7D9-ABB4FFFB336F}">
33
<COMPONENT cid="caphyon.advinst.msicomp.ProjectOptionsComponent">
44
<ROW Name="HiddenItems" Value="AppXProductDetailsComponent;AppXDependenciesComponent;AppXAppDetailsComponent;AppXVisualAssetsComponent;AppXCapabilitiesComponent;AppXAppDeclarationsComponent;AppXUriRulesComponent;FixupComponent"/>
55
</COMPONENT>
@@ -16,10 +16,10 @@
1616
<ROW Property="ARPPRODUCTICON" Value="htmldoc.exe" Type="8"/>
1717
<ROW Property="ARPURLINFOABOUT" Value="https://www.msweet.org/htmldoc"/>
1818
<ROW Property="Manufacturer" Value="Michael R Sweet"/>
19-
<ROW Property="ProductCode" Value="1033:{F0E632A9-6CA6-46A7-A1F8-EEE97E836B15} " Type="16"/>
19+
<ROW Property="ProductCode" Value="1033:{96831A3B-B0D1-47DC-A02B-F1554F8B6122} " Type="16"/>
2020
<ROW Property="ProductLanguage" Value="1033"/>
2121
<ROW Property="ProductName" Value="HTMLDOC"/>
22-
<ROW Property="ProductVersion" Value="1.9.6" Type="32"/>
22+
<ROW Property="ProductVersion" Value="1.9.8" Type="32"/>
2323
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
2424
<ROW Property="UpgradeCode" Value="{4016A37E-404B-4785-B768-D4FF161DE6E9}"/>
2525
<ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME" ValueLocId="-"/>
@@ -28,8 +28,8 @@
2828
<ROW Property="WindowsTypeNT40Display" MultiBuildValue="DefaultBuild:Windows NT 4.0" ValueLocId="-"/>
2929
<ROW Property="WindowsTypeNT50" MultiBuildValue="DefaultBuild:Windows 2000" ValueLocId="-"/>
3030
<ROW Property="WindowsTypeNT50Display" MultiBuildValue="DefaultBuild:Windows 2000" ValueLocId="-"/>
31-
<ROW Property="WindowsTypeNT5X" MultiBuildValue="DefaultBuild:Windows XP/2003 RTM, Windows XP/2003 SP1, Windows XP SP2 x86" ValueLocId="-"/>
32-
<ROW Property="WindowsTypeNT5XDisplay" MultiBuildValue="DefaultBuild:Windows XP/2003 RTM, Windows XP/2003 SP1, Windows XP SP2 x86" ValueLocId="-"/>
31+
<ROW Property="WindowsTypeNT5X" MultiBuildValue="DefaultBuild:Windows XP/2003" ValueLocId="-"/>
32+
<ROW Property="WindowsTypeNT5XDisplay" MultiBuildValue="DefaultBuild:Windows XP/2003" ValueLocId="-"/>
3333
</COMPONENT>
3434
<COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">
3535
<ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1"/>
@@ -243,9 +243,9 @@
243243
<ROW Action="AI_EnableDebugLog" Sequence="51"/>
244244
</COMPONENT>
245245
<COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">
246+
<ROW Condition="((VersionNT &lt;&gt; 501) AND (VersionNT &lt;&gt; 502))" Description="[ProductName] cannot be installed on [WindowsTypeNT5XDisplay]." DescriptionLocId="AI.LaunchCondition.NoNT5X" IsPredefined="true" Builds="DefaultBuild"/>
246247
<ROW Condition="(VersionNT &lt;&gt; 400)" Description="[ProductName] cannot be installed on [WindowsTypeNT40Display]." DescriptionLocId="AI.LaunchCondition.NoNT40" IsPredefined="true" Builds="DefaultBuild"/>
247248
<ROW Condition="(VersionNT &lt;&gt; 500)" Description="[ProductName] cannot be installed on [WindowsTypeNT50Display]." DescriptionLocId="AI.LaunchCondition.NoNT50" IsPredefined="true" Builds="DefaultBuild"/>
248-
<ROW Condition="(VersionNT64 OR ((VersionNT &lt;&gt; 501) OR (ServicePackLevel = 3))) AND ((VersionNT &lt;&gt; 502) OR (ServicePackLevel = 2))" Description="[ProductName] cannot be installed on [WindowsTypeNT5XDisplay]." DescriptionLocId="AI.LaunchCondition.NoNT5X" IsPredefined="true" Builds="DefaultBuild"/>
249249
<ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]." DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild"/>
250250
</COMPONENT>
251251
<COMPONENT cid="caphyon.advinst.msicomp.MsiRegsComponent">

0 commit comments

Comments
 (0)