lessmsi icon indicating copy to clipboard operation
lessmsi copied to clipboard

Issue using relative path to specify the msi file location

Open scottjbaldwin opened this issue 6 years ago • 2 comments

when I attempt to run the following:

C:\MyFolder\>lessmsi x .\msi\mymsi.msi c:\extract\

Nothing is extracted

This is resolved if the full path is supplied e.g.

C:\MyFolder\>lessmsi x C:\MyFolder\msi\mymsi.msi c:\extract\

Not sure, but this may also relate to https://github.com/activescott/lessmsi/issues/91

scottjbaldwin avatar Sep 11 '17 04:09 scottjbaldwin

I've noticed the same thing.

ysb33r avatar Sep 30 '17 16:09 ysb33r

Relative paths with .. also do not work. For example: C:\MyFolder\msi..\setup\mymsi.msi This appears to be an issue in LessIO. Not sure why the MS libraries are not being used.

manuelxmarquez avatar Mar 27 '20 18:03 manuelxmarquez