Skip to content

Commit 520a739

Browse files
committed
Installer - remove unecessary comments
1 parent 9f8f021 commit 520a739

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

install/windows/wix/sonic-pi.wxs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,15 @@
2626
<!-- Bundle the vcredist installer -->
2727
<Binary Id="vcredist_x64" SourceFile="vcredist_x64.exe" />
2828

29-
<!-- Custom action to install vcredist - changed to check return value -->
3029
<CustomAction Id="InstallVCRedist"
3130
BinaryKey="vcredist_x64"
3231
ExeCommand="/quiet /norestart"
3332
Execute="immediate"
3433
Return="check" />
3534

36-
<!-- Message-only custom action for failures -->
3735
<CustomAction Id="VCRedistFailure"
3836
Error="Failed to install Visual C++ Redistributable. Please install it manually from https://aka.ms/vs/17/release/vc_redist.x64.exe and then run this installer again." />
3937

40-
<!-- REMOVED THE LAUNCH CONDITION - this was the problem -->
41-
4238
<Directory Id="TARGETDIR" Name="SourceDir">
4339
<Directory Id="ProgramFiles64Folder" Name="PFiles">
4440
<Directory Id="SonicPi" Name="Sonic Pi">

0 commit comments

Comments
 (0)