Describe the bug
I tried extracting the .msi file at this link
https://ftp.mozilla.org/pub/thunderbird/releases/152.0b3/win64/en-US/Thunderbird%20Setup%20152.0b3.msi
Howver it doesnt seem to show anything in the Extract Files tab
To Reproduce
Steps to reproduce the behavior:
- Download msi from https://ftp.mozilla.org/pub/thunderbird/releases/152.0b3/win64/en-US/Thunderbird%20Setup%20152.0b3.msi
- Drag and drop it into less miserables
- Nothing shows in the extract files
Expected behavior
I should be able to see the files that i can extract
Screenshots
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Exception: Failed to open cabinet. Last error:MSPACK_ERR_DATAFORMAT
at LibMSPackN.MSCabinet..ctor(String cabinetFilename)
at LessMsi.Gui.MainFormPresenter.OnSelectedStreamChanged()
at LessMsi.Gui.MainForm.cboStream_SelectedValueChanged(Object sender, EventArgs e)
at System.Windows.Forms.ListControl.OnSelectedValueChanged(EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedValueChanged(EventArgs e)
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
at System.Windows.Forms.ComboBox.WmReflectCommand(Message& m)
at System.Windows.Forms.ComboBox.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
lessmsi-gui
Assembly Version: 2.12.9.0
Win32 Version: 2.12.9
CodeBase: file:///E:/Apps/tools/lessmsi/lessmsi-gui.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4360.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4190.0 built by: NET48REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
Microsoft.GeneratedCode
Assembly Version: 1.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
LessIO
Assembly Version: 1.0.34.0
Win32 Version: 1.0.34
CodeBase: file:///E:/Apps/tools/lessmsi/LessIO.DLL
----------------------------------------
lessmsi.core
Assembly Version: 2.12.9.0
Win32 Version: 2.12.9
CodeBase: file:///E:/Apps/tools/lessmsi/lessmsi.core.DLL
----------------------------------------
wix
Assembly Version: 2.0.2110.0
Win32 Version: 2.0.2110.0
CodeBase: file:///E:/Apps/tools/lessmsi/wix.DLL
----------------------------------------
WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4390.0 built by: NET48REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
libmspackn
Assembly Version: 0.9.10.0
Win32 Version: 0.9.10
CodeBase: file:///E:/Apps/tools/lessmsi/libmspackn.DLL
----------------------------------------
Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.8.4084.0 built by: NET48REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.
For example:
<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>
When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
Desktop (please complete the following information):
- OS: Windows
- Browser: Firefox
- Version 150.0
Describe the bug
I tried extracting the .msi file at this link
https://ftp.mozilla.org/pub/thunderbird/releases/152.0b3/win64/en-US/Thunderbird%20Setup%20152.0b3.msi
Howver it doesnt seem to show anything in the
Extract FilestabTo Reproduce
Steps to reproduce the behavior:
Expected behavior
I should be able to see the files that i can extract
Screenshots
Desktop (please complete the following information):