civetweb64.aip 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2. <DOCUMENT Type="Advanced Installer" CreateVersion="10.3" version="10.3" Modules="simple" RootPath="." Language="en" Id="{C0256CF1-8E97-4C4A-A07D-C3398DAAAF65}">
  3. <COMPONENT cid="caphyon.advinst.msicomp.MsiPropsComponent">
  4. <ROW Property="ALLUSERS" Value="1"/>
  5. <ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
  6. <ROW Property="ARPHELPLINK" Value="https://groups.google.com/d/forum/civetweb"/>
  7. <ROW Property="ARPPRODUCTICON" Value="systray.exe" Type="8"/>
  8. <ROW Property="ARPURLINFOABOUT" Value="https://sourceforge.net/projects/civetweb/"/>
  9. <ROW Property="Manufacturer" Value="No Face Press, LLC"/>
  10. <ROW Property="ProductCode" Value="1033:{8BEB0659-799F-4A07-BBAB-1FDB59664D78} " Type="16"/>
  11. <ROW Property="ProductLanguage" Value="1033"/>
  12. <ROW Property="ProductName" Value="Civetweb"/>
  13. <ROW Property="ProductVersion" Value="1.5.0" Type="32"/>
  14. <ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
  15. <ROW Property="UpgradeCode" Value="{2899A100-4182-4BF0-814A-2FBA957BE3B1}"/>
  16. <ROW Property="WindowsType9X" MultiBuildValue="DefaultBuild:Windows 9x/ME#x64_Release:Windows 9x/ME" ValueLocId="-"/>
  17. <ROW Property="WindowsType9XDisplay" MultiBuildValue="DefaultBuild:Windows 9x/ME#x64_Release:Windows 9x/ME" ValueLocId="-"/>
  18. </COMPONENT>
  19. <COMPONENT cid="caphyon.advinst.msicomp.MsiDirsComponent">
  20. <ROW Directory="APPDIR" Directory_Parent="TARGETDIR" DefaultDir="APPDIR:." IsPseudoRoot="1"/>
  21. <ROW Directory="SHORTCUTDIR" Directory_Parent="TARGETDIR" DefaultDir="SHORTC~1|SHORTCUTDIR" IsPseudoRoot="1"/>
  22. <ROW Directory="StartMenuFolder" Directory_Parent="TARGETDIR" DefaultDir="StartM~1|StartMenuFolder" IsPseudoRoot="1"/>
  23. <ROW Directory="TARGETDIR" DefaultDir="SourceDir"/>
  24. </COMPONENT>
  25. <COMPONENT cid="caphyon.advinst.msicomp.MsiCompsComponent">
  26. <ROW Component="ProductInformation" ComponentId="{F77E4926-BF62-4F3C-9682-599BD0FF7F4D}" Directory_="APPDIR" Attributes="4" KeyPath="Version"/>
  27. <ROW Component="SHORTCUTDIR" ComponentId="{445A088E-4D15-4DD1-A24F-B0B1BA25B949}" Directory_="SHORTCUTDIR" Attributes="0"/>
  28. <ROW Component="civetweb_64x64.png" ComponentId="{E374D199-AB14-42B9-92F8-F7475CD70F1D}" Directory_="APPDIR" Attributes="0" KeyPath="civetweb_64x64.png" Type="0"/>
  29. <ROW Component="civetweb_lua.exe" ComponentId="{4B87ABBF-6672-4EDF-A3CE-472694ED895B}" Directory_="APPDIR" Attributes="0" KeyPath="civetweb_lua.exe"/>
  30. </COMPONENT>
  31. <COMPONENT cid="caphyon.advinst.msicomp.MsiFeatsComponent">
  32. <ROW Feature="MainFeature" Title="MainFeature" Description="Description" Display="1" Level="1" Directory_="APPDIR" Attributes="0" Components="ProductInformation SHORTCUTDIR civetweb_64x64.png civetweb_lua.exe"/>
  33. <ATTRIBUTE name="CurrentFeature" value="MainFeature"/>
  34. </COMPONENT>
  35. <COMPONENT cid="caphyon.advinst.msicomp.MsiFilesComponent">
  36. <ROW File="README.md" Component_="civetweb_64x64.png" FileName="README.txt" Attributes="0" SourcePath="..\README.md" SelfReg="false"/>
  37. <ROW File="RELEASE_NOTES.md" Component_="civetweb_64x64.png" FileName="RELEAS~1.txt|RELEASE_NOTES.txt" Attributes="0" SourcePath="..\RELEASE_NOTES.md" SelfReg="false" NextFile="UserManual.md"/>
  38. <ROW File="UserManual.md" Component_="civetweb_64x64.png" FileName="UserMa~1.txt|UserManual.txt" Attributes="0" SourcePath="..\docs\UserManual.md" SelfReg="false" NextFile="README.md"/>
  39. <ROW File="civetweb_64x64.png" Component_="civetweb_64x64.png" FileName="civetw~1.png|civetweb_64x64.png" Attributes="0" SourcePath="..\resources\civetweb_64x64.png" SelfReg="false" NextFile="itworks.html"/>
  40. <ROW File="civetweb_lua.exe" Component_="civetweb_lua.exe" FileName="civetweb.exe" Attributes="0" SourcePath="Release\x64\civetweb_lua.exe" SelfReg="false" NextFile="civetweb_64x64.png" DigSign="true"/>
  41. <ROW File="itworks.html" Component_="civetweb_64x64.png" FileName="index~1.htm|index.html" Attributes="0" SourcePath="..\resources\itworks.html" SelfReg="false" NextFile="RELEASE_NOTES.md"/>
  42. </COMPONENT>
  43. <COMPONENT cid="caphyon.advinst.msicomp.BuildComponent">
  44. <ROW BuildKey="DefaultBuild" BuildName="DefaultBuild" BuildOrder="1" BuildType="0" PackageFolder=".." PackageFileName="civetweb64_setup" Languages="en" InstallationType="4" UseLargeSchema="true" MsiPackageType="x64"/>
  45. <ROW BuildKey="x64_Release" BuildName="x64_Release" BuildOrder="2" BuildType="0" PackageFolder="x64_ReleaseSetupFiles" PackageFileName="civetweb" Languages="en" InstallationType="4" UseLargeSchema="true"/>
  46. <ATTRIBUTE name="CurrentBuild" value="DefaultBuild"/>
  47. </COMPONENT>
  48. <COMPONENT cid="caphyon.advinst.msicomp.DictionaryComponent">
  49. <ROW Path="&lt;AI_DICTS&gt;ui.ail"/>
  50. <ROW Path="&lt;AI_DICTS&gt;ui_en.ail"/>
  51. </COMPONENT>
  52. <COMPONENT cid="caphyon.advinst.msicomp.FragmentComponent">
  53. <ROW Fragment="CommonUI.aip" Path="&lt;AI_FRAGS&gt;CommonUI.aip"/>
  54. <ROW Fragment="FolderDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\FolderDlg.aip"/>
  55. <ROW Fragment="MaintenanceTypeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\MaintenanceTypeDlg.aip"/>
  56. <ROW Fragment="MaintenanceWelcomeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\MaintenanceWelcomeDlg.aip"/>
  57. <ROW Fragment="SequenceDialogs.aip" Path="&lt;AI_THEMES&gt;classic\fragments\SequenceDialogs.aip"/>
  58. <ROW Fragment="Sequences.aip" Path="&lt;AI_FRAGS&gt;Sequences.aip"/>
  59. <ROW Fragment="StaticUIStrings.aip" Path="&lt;AI_FRAGS&gt;StaticUIStrings.aip"/>
  60. <ROW Fragment="UI.aip" Path="&lt;AI_THEMES&gt;classic\fragments\UI.aip"/>
  61. <ROW Fragment="Validation.aip" Path="&lt;AI_FRAGS&gt;Validation.aip"/>
  62. <ROW Fragment="VerifyRemoveDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\VerifyRemoveDlg.aip"/>
  63. <ROW Fragment="VerifyRepairDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\VerifyRepairDlg.aip"/>
  64. <ROW Fragment="WelcomeDlg.aip" Path="&lt;AI_THEMES&gt;classic\fragments\WelcomeDlg.aip"/>
  65. </COMPONENT>
  66. <COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
  67. <ROW Name="aicustact.dll" SourcePath="&lt;AI_CUSTACTS&gt;aicustact.dll"/>
  68. </COMPONENT>
  69. <COMPONENT cid="caphyon.advinst.msicomp.MsiControlComponent">
  70. <ATTRIBUTE name="FixedSizeBitmaps" value="2"/>
  71. </COMPONENT>
  72. <COMPONENT cid="caphyon.advinst.msicomp.MsiControlEventComponent">
  73. <ROW Dialog_="WelcomeDlg" Control_="Next" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="1"/>
  74. <ROW Dialog_="FolderDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_INSTALL" Ordering="201"/>
  75. <ROW Dialog_="FolderDlg" Control_="Back" Event="NewDialog" Argument="WelcomeDlg" Condition="AI_INSTALL" Ordering="1"/>
  76. <ROW Dialog_="MaintenanceWelcomeDlg" Control_="Next" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="99"/>
  77. <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_MAINT" Ordering="198"/>
  78. <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="202"/>
  79. <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_INSTALL" Ordering="197"/>
  80. <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="FolderDlg" Condition="AI_INSTALL" Ordering="201"/>
  81. <ROW Dialog_="CustomizeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_MAINT" Ordering="101"/>
  82. <ROW Dialog_="CustomizeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT" Ordering="1"/>
  83. <ROW Dialog_="MaintenanceTypeDlg" Control_="ChangeButton" Event="NewDialog" Argument="CustomizeDlg" Condition="AI_MAINT" Ordering="501"/>
  84. <ROW Dialog_="MaintenanceTypeDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceWelcomeDlg" Condition="AI_MAINT" Ordering="1"/>
  85. <ROW Dialog_="MaintenanceTypeDlg" Control_="RemoveButton" Event="NewDialog" Argument="VerifyRemoveDlg" Condition="AI_MAINT AND InstallMode=&quot;Remove&quot;" Ordering="601"/>
  86. <ROW Dialog_="VerifyRemoveDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode=&quot;Remove&quot;" Ordering="1"/>
  87. <ROW Dialog_="MaintenanceTypeDlg" Control_="RepairButton" Event="NewDialog" Argument="VerifyRepairDlg" Condition="AI_MAINT AND InstallMode=&quot;Repair&quot;" Ordering="601"/>
  88. <ROW Dialog_="VerifyRepairDlg" Control_="Back" Event="NewDialog" Argument="MaintenanceTypeDlg" Condition="AI_MAINT AND InstallMode=&quot;Repair&quot;" Ordering="1"/>
  89. <ROW Dialog_="VerifyRepairDlg" Control_="Repair" Event="EndDialog" Argument="Return" Condition="AI_MAINT AND InstallMode=&quot;Repair&quot;" Ordering="399" Options="1"/>
  90. <ROW Dialog_="VerifyRemoveDlg" Control_="Remove" Event="EndDialog" Argument="Return" Condition="AI_MAINT AND InstallMode=&quot;Remove&quot;" Ordering="299" Options="1"/>
  91. <ROW Dialog_="PatchWelcomeDlg" Control_="Next" Event="NewDialog" Argument="VerifyReadyDlg" Condition="AI_PATCH" Ordering="201"/>
  92. <ROW Dialog_="ResumeDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_RESUME" Ordering="299"/>
  93. <ROW Dialog_="VerifyReadyDlg" Control_="Install" Event="EndDialog" Argument="Return" Condition="AI_PATCH" Ordering="199"/>
  94. <ROW Dialog_="VerifyReadyDlg" Control_="Back" Event="NewDialog" Argument="PatchWelcomeDlg" Condition="AI_PATCH" Ordering="203"/>
  95. </COMPONENT>
  96. <COMPONENT cid="caphyon.advinst.msicomp.MsiCreateFolderComponent">
  97. <ROW Directory_="SHORTCUTDIR" Component_="SHORTCUTDIR"/>
  98. </COMPONENT>
  99. <COMPONENT cid="caphyon.advinst.msicomp.MsiCustActComponent">
  100. <ROW Action="AI_DOWNGRADE" Type="19" Target="4010"/>
  101. <ROW Action="AI_InstallModeCheck" Type="1" Source="aicustact.dll" Target="UpdateInstallMode" WithoutSeq="true"/>
  102. <ROW Action="AI_PREPARE_UPGRADE" Type="65" Source="aicustact.dll" Target="PrepareUpgrade"/>
  103. <ROW Action="AI_RESTORE_LOCATION" Type="65" Source="aicustact.dll" Target="RestoreLocation"/>
  104. <ROW Action="AI_ResolveKnownFolders" Type="1" Source="aicustact.dll" Target="AI_ResolveKnownFolders"/>
  105. <ROW Action="AI_ResolveLocalizedCredentials" Type="1" Source="aicustact.dll" Target="GetLocalizedCredentials"/>
  106. <ROW Action="AI_SHOW_LOG" Type="65" Source="aicustact.dll" Target="LaunchLogFile" WithoutSeq="true"/>
  107. <ROW Action="AI_STORE_LOCATION" Type="51" Source="ARPINSTALLLOCATION" Target="[APPDIR]"/>
  108. <ROW Action="SET_APPDIR" Type="307" Source="APPDIR" Target="[ProgramFilesFolder][Manufacturer]\[ProductName]" MultiBuildTarget="DefaultBuild:[ProgramFiles64Folder][ProductName]"/>
  109. <ROW Action="SET_SHORTCUTDIR" Type="307" Source="SHORTCUTDIR" Target="[ProgramMenuFolder][ProductName]"/>
  110. <ROW Action="SET_TARGETDIR_TO_APPDIR" Type="51" Source="TARGETDIR" Target="[APPDIR]"/>
  111. </COMPONENT>
  112. <COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">
  113. <ROW Name="systray.exe" SourcePath="..\resources\systray.ico" Index="0"/>
  114. </COMPONENT>
  115. <COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
  116. <ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>
  117. <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>
  118. <ROW Action="AI_STORE_LOCATION" Condition="(Not Installed) OR REINSTALL" Sequence="1501"/>
  119. <ROW Action="AI_PREPARE_UPGRADE" Condition="AI_UPGRADE=&quot;No&quot; AND (Not Installed)" Sequence="1399"/>
  120. <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>
  121. <ROW Action="AI_ResolveLocalizedCredentials" Sequence="51"/>
  122. </COMPONENT>
  123. <COMPONENT cid="caphyon.advinst.msicomp.MsiInstallUISequenceComponent">
  124. <ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>
  125. <ROW Action="AI_ResolveKnownFolders" Sequence="52"/>
  126. <ROW Action="AI_ResolveLocalizedCredentials" Sequence="51"/>
  127. </COMPONENT>
  128. <COMPONENT cid="caphyon.advinst.msicomp.MsiLaunchConditionsComponent">
  129. <ROW Condition="VersionNT" Description="[ProductName] cannot be installed on [WindowsType9XDisplay]" DescriptionLocId="AI.LaunchCondition.No9X" IsPredefined="true" Builds="DefaultBuild;x64_Release"/>
  130. </COMPONENT>
  131. <COMPONENT cid="caphyon.advinst.msicomp.MsiRegsComponent">
  132. <ROW Registry="Path" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Path" Value="[APPDIR]" Component_="ProductInformation"/>
  133. <ROW Registry="Version" Root="-1" Key="Software\[Manufacturer]\[ProductName]" Name="Version" Value="[ProductVersion]" Component_="ProductInformation"/>
  134. </COMPONENT>
  135. <COMPONENT cid="caphyon.advinst.msicomp.MsiShortsComponent">
  136. <ROW Shortcut="Civetweb" Directory_="SHORTCUTDIR" Name="Civetweb" Component_="civetweb_lua.exe" Target="[#civetweb_lua.exe]" Hotkey="0" Icon_="systray.exe" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
  137. <ROW Shortcut="Civetweb_1" Directory_="StartMenuFolder" Name="Civetweb" Component_="civetweb_lua.exe" Target="[#civetweb_lua.exe]" Hotkey="0" Icon_="systray.exe" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
  138. <ROW Shortcut="civetweb.exe" Directory_="SHORTCUTDIR" Name="civetweb.exe" Component_="civetweb_lua.exe" Target="[#civetweb_lua.exe]" Description="civetweb.exe" Hotkey="0" Icon_="systray.exe" IconIndex="0" ShowCmd="1" WkDir="APPDIR"/>
  139. </COMPONENT>
  140. <COMPONENT cid="caphyon.advinst.msicomp.MsiThemeComponent">
  141. <ATTRIBUTE name="UsedTheme" value="classic"/>
  142. </COMPONENT>
  143. <COMPONENT cid="caphyon.advinst.msicomp.MsiUpgradeComponent">
  144. <ROW UpgradeCode="[|UpgradeCode]" VersionMax="[|ProductVersion]" Attributes="1025" ActionProperty="OLDPRODUCTS"/>
  145. <ROW UpgradeCode="[|UpgradeCode]" VersionMin="[|ProductVersion]" Attributes="2" ActionProperty="AI_NEWERPRODUCTFOUND"/>
  146. </COMPONENT>
  147. </DOCUMENT>