Skip to content

Commit 838b7cb

Browse files
authored
feat(csharp/ExcelAddInInstaller): Add Dialog, Banner, and Icon branding to the Deephaven Installer (#6443)
Add Deephaven branding to the Windows Installer
1 parent 689a707 commit 838b7cb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

csharp/ExcelAddInInstaller/ExcelAddInInstaller.aip

+8
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
<ROW Property="AI_ThemeStyle" Value="aero" MultiBuildValue="DefaultBuild:style6blue" MsiKey="AI_ThemeStyle"/>
99
<ROW Property="ALLUSERS" Value="1" MultiBuildValue="DefaultBuild:"/>
1010
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
11+
<ROW Property="ARPPRODUCTICON" Value="Icon.exe" Type="8"/>
12+
<ROW Property="BannerBitmap" Value="banner.jpg" MultiBuildValue="DefaultBuild:Banner.jpg" Type="1" MsiKey="BannerBitmap"/>
13+
<ROW Property="DialogBitmap" Value="dialog.jpg" MultiBuildValue="DefaultBuild:Dialog.jpg" Type="1" MsiKey="DialogBitmap"/>
1114
<ROW Property="Manufacturer" Value="Deephaven Data Labs LLC"/>
1215
<ROW Property="ProductCode" Value="1033:{5C1E1B63-CC23-4F4D-8564-A843AA5D7413} " Type="16"/>
1316
<ROW Property="ProductLanguage" Value="1033"/>
@@ -140,6 +143,8 @@
140143
<ROW Action="AI_VerifyPrereq" Description="Verifying prerequisites" DescriptionLocId="ActionText.Description.AI_VerifyPrereq" Template="[1] was not installed correctly." TemplateLocId="ActionText.Template.AI_VerifyPrereq"/>
141144
</COMPONENT>
142145
<COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
146+
<ROW Name="Banner.jpg" SourcePath="resources\Banner.jpg"/>
147+
<ROW Name="Dialog.jpg" SourcePath="resources\Dialog.jpg"/>
143148
<ROW Name="DotNetMethodCaller.dll" SourcePath="&lt;AI_CUSTACTS&gt;DotNetMethodCaller.dll"/>
144149
<ROW Name="DotNetMethodCaller.dll_1" SourcePath="&lt;AI_CUSTACTS64&gt;DotNetMethodCaller.dll"/>
145150
<ROW Name="Prereq.dll" SourcePath="&lt;AI_CUSTACTS&gt;Prereq.dll"/>
@@ -263,6 +268,9 @@
263268
<ROW Feature_="MainFeature" Component_="zlib1.dll"/>
264269
<ROW Feature_="MainFeature" Component_="zstd.dll"/>
265270
</COMPONENT>
271+
<COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">
272+
<ROW Name="Icon.exe" SourcePath="resources\Icon.ico" Index="0"/>
273+
</COMPONENT>
266274
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
267275
<ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>
268276
<ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>
1023 Bytes
Loading
3.99 KB
Loading
3.19 KB
Binary file not shown.

0 commit comments

Comments
 (0)