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
LessMSI is unable to detect non-embedded/ external CAB file located in the same folder as the MSI file -- if the output folder path is the same as the source folder containing both the MSI & CAB files.
Depending on the specific MSI & accompanying CAB files, LessMSI either fails to extract anything at all, or only creates several MSM files (ie. X:\Temp\SourceMSI\*.MSM) without creating a \SourceDir\ subfolder at the destination path.
Observed Behaviour:
LessMSI is unable to detect non-embedded/ external CAB file located in the same folder as the MSI file -- if the output folder path is the same as the source folder containing both the MSI & CAB files.
Eg.
Source Folder:
X:\Temp\SourceMSI\
(containing MSI & CAB files)Destination Folder:
X:\Temp\SourceMSI\
Depending on the specific MSI & accompanying CAB files, LessMSI either fails to extract anything at all, or only creates several MSM files (ie.
X:\Temp\SourceMSI\*.MSM
) without creating a\SourceDir\
subfolder at the destination path.Tested: LessMSI v1.8.1 (14 Jan 2021) & v1.8.2 (19 Sep 2021)
OS: Win 10 x64
Expected Behaviour:
LessMSI should extract the MSI file contents to the
X:\Temp\SourceMSI\SourceDir\
subfolder -- like how it typically does for other types of MSI files.Sample Files:
MS Visual C++ 2005 SP1 MFC Security Update (14 May 2011)
MS Visual C++ 2008 SP1 MFC Security Update (19 Apr 2011)
Steps to Reproduce:
File
field.Extract
.Screenshot:
Error Message:
Ref: #129, #164
The text was updated successfully, but these errors were encountered: