Skip to content

Commit

Permalink
SNOW-1055755: windows build - install dotnet and wix 4d
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mraba committed Sep 10, 2024
1 parent 7629ae1 commit 2fc83c0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions scripts/packaging/win/build_snowflake_cli.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ 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)\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
REM dir /r "C:\Program Files (x86)\WiX Toolset v3.11\bin"
REM where candle
REM where lighs
REM where heat
call scripts\packaging\win\dotnet-install.ps1 -Verbose
dotnet tool install --global wix
where wix
wix --version
wix extension add -g WixToolset.Util.wixext
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 2fc83c0

Please sign in to comment.