-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open .iso files in Files #6455
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
Comments
files currently only supports opening .zip archives. |
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. |
@Danielku15 would you like to work on this? |
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. |
Any contribution would be welcome 🙂 |
Merging with #45 |
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
The text was updated successfully, but these errors were encountered: