@joebigelow / wix / commits / 50cd3800

Don't retry 1606 because are they ever transient?!

Fixes https://github.com/wixtoolset/issues/issues/6856.

Bob Arnson committed Aug 17, 2022 at 21:47 UTC 50cd3800d23e10df1c9ad322736b24206344a0ff
1 file changed -1
src/api/burn/balutil/balretry.cpp
-1
@@ -183,7 +183,6 @@ DAPI_(HRESULT) BalRetryEndPackage(
183 1335 == dwError ||
184 1402 == dwError ||
185 1406 == dwError ||
186 - 1606 == dwError ||
186 1706 == dwError ||
187 1719 == dwError ||
188 1723 == dwError ||