Skip to content

Commit

Permalink
SNOW-1055755: windows build - install dotnet and wix 4c
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Sep 10, 2024
1 parent 92234e1 commit 7629ae1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/packaging/win/build_snowflake_cli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ set PATH=C:\Program Files\Python310\;c:\Program Files (x86)\Windows Kits\8.1\bin
echo %PATH%

@echo on
dir /r "C:\Program Files (x86)"
dir /r "C:\Program Files (x86)\WiX Toolset v3.11\bin"
where candle
where lighs
where heat
REM call scripts\packaging\win\dotnet-install.ps1 -Verbose
REM dotnet tool install --global wix
REM where wix
REM wix --version
REM wix extension add -g WixToolset.Util.wixext
REM wix extension add -g WixToolset.UI.wixext

exit
python.exe --version
python.exe -m pip install --upgrade pip uv hatch

Expand Down

0 comments on commit 7629ae1

Please sign in to comment.