Skip to content

Commit

Permalink
SNOW-1055755: windows build debug - ...wix util schema update - min t…
Browse files Browse the repository at this point in the history
…est 2
  • Loading branch information
sfc-gh-mraba committed Sep 9, 2024
1 parent 4f4a12a commit 864f784
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions scripts/packaging/win/snowflake_cli.wxs
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version='1.0' encoding='utf-8'?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
<Package Name="Snowflake CLI" Language="1033" Version="$(var.SnowflakeCLIVersion)" Manufacturer="Snowflake, Inc." UpgradeCode="42280567-AE10-4184-8BB4-F98F59519CB2" InstallerVersion="405">
<SummaryInformation Manufacturer="Snowflake, Inc." />
<WixVariable Id="WixUIDialogBmp" Value="scripts\packaging\win\snowflake_msi_background.png" />
<WixVariable Id="WixUIBannerBmp" Value="scripts\packaging\win\snowflake_msi_banner.png" />
<Media Id="1" Cabinet="snow.cab" EmbedCab="yes" />
<MajorUpgrade AllowDowngrades="yes" />
<Files Include="..\..\..\dist\snow\**" />
<Icon Id="icon.ico" SourceFile="scripts\packaging\win\snowflake_msi.ico" />
<Property Id="ARPPRODUCTICON" Value="icon.ico" />
<Property Id="ARPHELPLINK" Value="https://docs.snowflake.net/manuals/user-guide/snowflake-cli.html" />
<Property Id="ARPNOMODIFY" Value="yes" Secure="yes" />
<Property Id="ARPURLINFOABOUT" Value="https://snowflake.com/" />
<Property Id="ApplicationFolderName" Value="Snowflake CLI" />
<Property Id="WixAppFolder" Value="WixUISupportPerUser" />
</Package<StandardDirectory Id="ProgramFiles6432Folder">
<Directory
Id="INSTALLFOLDER"
Name="!(bind.Property.Manufacturer) !(bind.Property.ProductName)"
/>
</StandardDirectory>>
</Wix>

0 comments on commit 864f784

Please sign in to comment.