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

Open .iso files in Files #6455

Closed
paqgamer opened this issue Oct 12, 2021 · 6 comments
Closed

Open .iso files in Files #6455

paqgamer opened this issue Oct 12, 2021 · 6 comments

Comments

@paqgamer
Copy link

paqgamer commented Oct 12, 2021

Description

When trying to open .iso files, a windows explorer windows comes. It happens regardless Files is default explorer or not. But it should open in Files.

Steps To Reproduce

In Files, double click a .iso file

Expected behavior

A windows explorer windows should popup with the .iso file open.

Files Version

Versão: 2.0.13.0 OS Version: 10.0.22000.194

Windows Version

windows 11 (x64)

Relevant Assets

No response

@paqgamer paqgamer added the bug Something isn't working 👀 label Oct 12, 2021
@Josh65-2201
Copy link
Member

files currently only supports opening .zip archives.

@gave92 gave92 added feature request triage approved and removed bug Something isn't working 👀 labels Oct 12, 2021
@gave92 gave92 changed the title .iso files open in windows explorer Open .iso files in Files Oct 12, 2021
@Danielku15
Copy link

Danielku15 commented Oct 12, 2021

As background info: There seems to be some powershell cmdlets allow programmatic mounting/unmounting within windows. If we understand how this cmdlet is implemented, it should be fairly simple to support the same within Files from C#.

https://superuser.com/questions/499264/how-can-i-mount-an-iso-via-powershell-programmatically

Update: following WinApi seems related.
https://docs.microsoft.com/en-us/windows/win32/api/virtdisk/nf-virtdisk-attachvirtualdisk?redirectedfrom=MSDN
https://stackoverflow.com/questions/24396644/programmatically-mount-a-microsoft-virtual-hard-drive-vhd

@yaira2
Copy link
Member

yaira2 commented Oct 13, 2021

@Danielku15 would you like to work on this?

@Danielku15
Copy link

Like: yes 🤩 Having time: unlikely 😅

I just lately stumbled over Files as it is popping up in the news everywhere. I did not dive that deep yet into it to analyze any code and architectural aspects that would allow me to make such extensions quickly. Maybe at some later point (which could be in months) I could find some time contributing to this project.

@yaira2
Copy link
Member

yaira2 commented Oct 24, 2021

Any contribution would be welcome 🙂

@yaira2
Copy link
Member

yaira2 commented Aug 18, 2022

Merging with #45

@yaira2 yaira2 closed this as completed Aug 18, 2022
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

5 participants