activescott/lessmsi

Can't extract netfxsdk.msi

Open

#122 创建于 2019年2月22日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)C# (189 fork)auto 404
bughelp wantedhigh priority

仓库指标

Star
 (1,746 star)
PR 合并指标
 (PR 指标待抓取)

描述

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   
---------------------------

To Reproduce Steps to reproduce the behavior:

  1. Download https://download.microsoft.com/download/5/2/0/5202f918-306e-426d-9637-d7ee26fbe507/setup.exe (https://www.microsoft.com/en-us/download/confirmation.aspx?id=16217)
  2. Extract the msi and CAB from setup.exe using 7zip
  3. Extract with lessmsi-gui
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem. image

Desktop (please complete the following information): Windows 10 1809, lessmsi 1.6.1.0

Additional context Add any other context about the problem here.

贡献者指南