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
<!-- Custom action to install vcredist - changed to check return value -->
30
+
<CustomActionId="InstallVCRedist"
31
+
BinaryKey="vcredist_x64"
32
+
ExeCommand="/quiet /norestart"
33
+
Execute="immediate"
34
+
Return="check" />
35
+
36
+
<!-- Message-only custom action for failures -->
37
+
<CustomActionId="VCRedistFailure"
38
+
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." />
39
+
40
+
<!-- REMOVED THE LAUNCH CONDITION - this was the problem -->
0 commit comments