You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ControlId="Description4"Type="Text"X="135"Y="110"Width="220"Height="20"Transparent="yes"NoPrefix="yes"Text="When prompted, supply the required connection, account, username parameters, and any desired optional parameters"/>
<ControlId="Description5"Type="Text"X="135"Y="190"Width="220"Height="20"Transparent="yes"NoPrefix="yes"Text="3. Execute the command to connect to Snowflake:"/>
<ControlId="Description7"Type="Text"X="135"Y="190"Width="220"Height="20"Transparent="yes"NoPrefix="yes"Text="Explore all connection settings https://docs.snowflake.com/en/developer-guide/snowflake-cli-v2/connecting/connect"/>
Click through prompts - accepting defaults - until reach the last one with "Finish" option at bottom
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
Windows Installer text overlapping in the dialog "Completed the Snowflake CLI Setup Wizard"
SNOW-1866557: Windows Installer text overlapping in the dialog "Completed the Snowflake CLI Setup Wizard"
Dec 20, 2024
SnowCLI version
3.2.2
Python version
n/a - Windows installer-related
Platform
Windows-10-10.0.22631-SP0
What happened
When I ran the Windows installer, at the last dialog box, the text at the bottom was overlapping:
Here's the lines of code I believe that drive this - note the "Y" value of the last one...it is less than the previous. Likely root cause
snowflake-cli/scripts/packaging/win/snowflake_cli_exitdlg.wxs
Lines 18 to 21 in 35792e9
Console output
How to reproduce
Windows-10-10.0.22631-SP0
, Download & Run MSI file: https://sfc-repo.snowflakecomputing.com/snowflake-cli/windows_x86_64/3.2.2/snowflake-cli-3.2.2.0-x86_64.msiThe text was updated successfully, but these errors were encountered: