Skip to content

Commit

Permalink
Fix SMM2 uninstaller not being run
Browse files Browse the repository at this point in the history
  • Loading branch information
mircearoata committed Oct 15, 2024
1 parent d90106a commit a316057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/windows/installer/smm2.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ Var SMM2_HAS_PER_USER_INSTALLATION

IfFileExists "$R1\Uninstall Satisfactory Mod Manager.exe" 0 no_smm2_uninstaller

MessageBox MB_ICONEXCLAMATION|MB_OK "Return code: $R2"
ExecWait '$R0 _?=$TEMP' $R2
${If} $R2 != 0
MessageBox MB_ICONEXCLAMATION|MB_OK "Failed to uninstall SMM2."
Quit
Expand Down

0 comments on commit a316057

Please sign in to comment.