diff --git a/src/Action/Issue/Extraction.psm1 b/src/Action/Issue/Extraction.psm1 index a8e0b05..cfa5c6a 100644 --- a/src/Action/Issue/Extraction.psm1 +++ b/src/Action/Issue/Extraction.psm1 @@ -105,11 +105,14 @@ function Show-ExtractionHelpTips { '- Inno Setup package decompression/extraction error', 'Make sure you have the latest version of `innounp` or `innounp-unicode` installed:', ' ```', - ' scoop update innounp', + ' scoop update innounp -f', ' ```', ' ```', - ' scoop update innounp-unicode', + ' scoop update innounp-unicode -f', ' ```', + '> [!NOTE]', + '> Innounp was previously incorrectly updated to version [2025](https://github.com/ScoopInstaller/Main/commit/64a7d914ab). Since this version number is higher than the actual latest version, it prevents automatic updates. If you are on this version, please run `scoop update innounp -f`.', + '', '> [!IMPORTANT]', '> **Sometimes, the latest version of innounp may not support unpacking the latest Inno Setup packages.**', '> **You might need to wait for an upstream update of innounp.**',