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.
Extracting the MSI from .NET FX SDK 1.1 gets the following error:
---------------------------
MSI Error!
---------------------------
Please report this error at https://github.com/activescott/lessmsi/issues . Include the exact error message and how to get a copy of the msi you're working with.
The following error occured extracting the MSI: System.Exception: Error copying file 'C:\Users\Adam\Desktop\netfxsd1.cab' to 'C:\Users\Adam\Desktop\netfxsd1.cab'. System error information:'The operation completed successfully.
'
at LessIO.Strategies.Win32.Win32FileSystemStrategy.Copy(Path source, Path dest)
at LessMsi.Msi.Wixtracts.CabsFromMsiToDisk(Path msi, Database msidb, String outputDir)
at LessMsi.Msi.Wixtracts.ExtractFiles(Path msi, String outputDir, MsiFile[] filesToExtract, AsyncCallback progressCallback)
at LessMsi.Gui.MainForm.btnExtract_Click(Object sender, EventArgs e)
---------------------------
OK
---------------------------
At this stage I'm not working on a fix as I was able to get the files I needed by ignoring that assert! It looks like it behaves better in the current version, at least.
Describe the bug
A clear and concise description of what the bug is.
Extracting the MSI from .NET FX SDK 1.1 gets the following error:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Windows 10 1809, lessmsi 1.6.1.0
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: