Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue using relative path to specify the msi file location #97

Open
scottjbaldwin opened this issue Sep 11, 2017 · 2 comments
Open

Issue using relative path to specify the msi file location #97

scottjbaldwin opened this issue Sep 11, 2017 · 2 comments

Comments

@scottjbaldwin
Copy link

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

@ysb33r
Copy link

ysb33r commented Sep 30, 2017

I've noticed the same thing.

@manuelxmarquez
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants