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 5
  • Loading branch information
sfc-gh-mraba committed Sep 10, 2024
1 parent 912d857 commit 5ccfd8b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 200 deletions.
8 changes: 3 additions & 5 deletions scripts/packaging/win/snowflake_cli.wxs
Original file line number Diff line number Diff line change
@@ -1,23 +1,21 @@
<?xml version='1.0' encoding='utf-8'?>
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util">
<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:util="http://wixtoolset.org/schemas/v4/wxs/util" xmlns:ui="http://wixtoolset.org/schemas/v4/wxs/ui">
<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\**" />
<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" />
<StandardDirectory Id="ProgramFiles6432Folder">
<Directory Id="INSTALLFOLDER" Name="!(bind.Property.ProductName)" />
</StandardDirectory>
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLFOLDER" />
<UIRef Id="WixUI_InstallDir" />
<ui:WixUI Id="WixUI_InstallDir" InstallDirectory="INSTALLFOLDER" />
</Package>
</Wix>
18 changes: 0 additions & 18 deletions scripts/packaging/win/snowflake_cli_min.wxs

This file was deleted.

95 changes: 0 additions & 95 deletions scripts/packaging/win/snowflake_cli_template.wxs

This file was deleted.

82 changes: 0 additions & 82 deletions scripts/packaging/win/snowflake_cli_template_v4.wxs

This file was deleted.

0 comments on commit 5ccfd8b

Please sign in to comment.