Skip to content

Commit

Permalink
Setup UnGAC: treat 259 as success
Browse files Browse the repository at this point in the history
One of the top VS Setup failures is a 259 from our UnGAC, even though we
have a big try/catch that should make it never fail. Tell the Setup
engine that 259 is another kind of success to keep this nonblocking.

Fixes AB#1899796.
  • Loading branch information
rainersigwald committed Oct 12, 2023
1 parent c36a54e commit 4d214ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Package/Microsoft.Build.UnGAC/exe.swr
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,8 @@ vs.installSize

vs.payloads
vs.payload source=$(BinDir)Microsoft.Build.UnGAC.exe

vs.returnCodes
vs.returnCode type=success
exitCode=259
details="Suppress return-code 259 since this is a best-effort ."

0 comments on commit 4d214ff

Please sign in to comment.