Skip to content

Commit

Permalink
feat(csharp/ExcelAddInInstaller): Add Dialog, Banner, and Icon brandi…
Browse files Browse the repository at this point in the history
…ng to the Deephaven Installer (deephaven#6443)

Add Deephaven branding to the Windows Installer
  • Loading branch information
kosak authored Nov 27, 2024
1 parent 689a707 commit 838b7cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions csharp/ExcelAddInInstaller/ExcelAddInInstaller.aip
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<ROW Property="AI_ThemeStyle" Value="aero" MultiBuildValue="DefaultBuild:style6blue" MsiKey="AI_ThemeStyle"/>
<ROW Property="ALLUSERS" Value="1" MultiBuildValue="DefaultBuild:"/>
<ROW Property="ARPCOMMENTS" Value="This installer database contains the logic and data required to install [|ProductName]." ValueLocId="*"/>
<ROW Property="ARPPRODUCTICON" Value="Icon.exe" Type="8"/>
<ROW Property="BannerBitmap" Value="banner.jpg" MultiBuildValue="DefaultBuild:Banner.jpg" Type="1" MsiKey="BannerBitmap"/>
<ROW Property="DialogBitmap" Value="dialog.jpg" MultiBuildValue="DefaultBuild:Dialog.jpg" Type="1" MsiKey="DialogBitmap"/>
<ROW Property="Manufacturer" Value="Deephaven Data Labs LLC"/>
<ROW Property="ProductCode" Value="1033:{5C1E1B63-CC23-4F4D-8564-A843AA5D7413} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
Expand Down Expand Up @@ -140,6 +143,8 @@
<ROW Action="AI_VerifyPrereq" Description="Verifying prerequisites" DescriptionLocId="ActionText.Description.AI_VerifyPrereq" Template="[1] was not installed correctly." TemplateLocId="ActionText.Template.AI_VerifyPrereq"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiBinaryComponent">
<ROW Name="Banner.jpg" SourcePath="resources\Banner.jpg"/>
<ROW Name="Dialog.jpg" SourcePath="resources\Dialog.jpg"/>
<ROW Name="DotNetMethodCaller.dll" SourcePath="&lt;AI_CUSTACTS&gt;DotNetMethodCaller.dll"/>
<ROW Name="DotNetMethodCaller.dll_1" SourcePath="&lt;AI_CUSTACTS64&gt;DotNetMethodCaller.dll"/>
<ROW Name="Prereq.dll" SourcePath="&lt;AI_CUSTACTS&gt;Prereq.dll"/>
Expand Down Expand Up @@ -263,6 +268,9 @@
<ROW Feature_="MainFeature" Component_="zlib1.dll"/>
<ROW Feature_="MainFeature" Component_="zstd.dll"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiIconsComponent">
<ROW Name="Icon.exe" SourcePath="resources\Icon.ico" Index="0"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.MsiInstExSeqComponent">
<ROW Action="AI_DOWNGRADE" Condition="AI_NEWERPRODUCTFOUND AND (UILevel &lt;&gt; 5)" Sequence="210"/>
<ROW Action="AI_RESTORE_LOCATION" Condition="APPDIR=&quot;&quot;" Sequence="749"/>
Expand Down
Binary file added csharp/ExcelAddInInstaller/resources/Banner.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added csharp/ExcelAddInInstaller/resources/Dialog.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added csharp/ExcelAddInInstaller/resources/Icon.ico
Binary file not shown.

0 comments on commit 838b7cb

Please sign in to comment.