Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

While extracting: Value of '893' is not valid for 'Value' #209

Open
colemar opened this issue Nov 18, 2024 · 0 comments
Open

While extracting: Value of '893' is not valid for 'Value' #209

colemar opened this issue Nov 18, 2024 · 0 comments

Comments

@colemar
Copy link

colemar commented Nov 18, 2024

Describe the bug
A clear and concise description of what the bug is.

Value of '893' is not valid for 'Value'. 'Value' should be between 'minimum' and 'maximum'.
Parameter name: Value

Technical Detail:

   at System.Windows.Forms.ProgressBar.set_Value(Int32 value)
   at LessMsi.Gui.ExtractionProgressDialog.UpdateProgress(ExtractionProgress progress)
   at LessMsi.Gui.ExtractionProgressDialog.UpdateProgress(IAsyncResult result)
   at LessMsi.Msi.Wixtracts.ExtractionProgress.ReportProgress(ExtractionActivity activity, String currentFileName, Int32 filesExtractedSoFar)
   at LessMsi.Msi.Wixtracts.ExtractFiles(Path msi, String outputDir, MsiFile[] filesToExtract, AsyncCallback progressCallback)
   at LessMsi.Gui.MainForm.btnExtract_Click(Object sender, EventArgs e)

To Reproduce
Steps to reproduce the behavior:

  1. Open TopazVideoAI.msi
  2. Click on [Extract]
  3. At about 100% progress see error above

Desktop (please complete the following information):

  • OS: Windows 10

Additional context
lessmsi.exe x TopazVideoAI.msi MSIEX\ works well, but last line shown is 894/892 Topaz Video AI.exe.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant