Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions src/Action/Issue/Extraction.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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`.',
Comment thread
z-Fng marked this conversation as resolved.
'',
'> [!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.**',
Expand Down