You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open TopazVideoAI.msi
Click on [Extract]
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.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Desktop (please complete the following information):
Additional context
lessmsi.exe x TopazVideoAI.msi MSIEX\
works well, but last line shown is894/892 Topaz Video AI.exe
.The text was updated successfully, but these errors were encountered: