unable to remove/deselect file associations

*** Please report new bugs here! ***

Moderators: helmut, XnTriq, xnview, Dreamer

Post Reply
izumitelj
Posts: 3
Joined: Wed Jan 08, 2014 4:39 pm

unable to remove/deselect file associations

Post by izumitelj »

I am unable to remove/deselect any file associations from the list.
(Settings > Integration > Run the File association tool)
I'm experiencing this on XnView MP v.064 / Windows 7 x64

Idea/fix/workaround, anyone.
Thank you
carolinne
Posts: 1
Joined: Wed Jan 08, 2014 6:18 pm

Re: unable to remove/deselect file associations

Post by carolinne »

I have that problem with XnView Extended 2.1.3 on Windows 8.1
Clicking on the list with the file associations to select or deselect them, is like clicking on a picture. Nothing happens.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to remove/deselect file associations

Post by xnview »

The windows 7 file association panel?
Pierre.
User avatar
m.Th.
XnThusiast
Posts: 1676
Joined: Wed Aug 16, 2006 6:31 am
Contact:

Re: unable to remove/deselect file associations

Post by m.Th. »

xnview wrote:The windows 7 file association panel?
yes
m. Th.

- Dark Themed XnViewMP 1.7.1 64bit on Win11 x64 -
izumitelj
Posts: 3
Joined: Wed Jan 08, 2014 4:39 pm

Re: unable to remove/deselect file associations

Post by izumitelj »

Set Program Associations window
http://tinypic.com/r/2nb9jwi/5
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to remove/deselect file associations

Post by xnview »

izumitelj wrote:Set Program Associations window
http://tinypic.com/r/2nb9jwi/5
you can't uncheck extension???
Pierre.
izumitelj
Posts: 3
Joined: Wed Jan 08, 2014 4:39 pm

Re: unable to remove/deselect file associations

Post by izumitelj »

nope! :—(
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to remove/deselect file associations

Post by xnview »

izumitelj wrote:nope! :—(
It seems that Windows 7/8 doesn't allow the user to change extension :( i don't understand why....
Pierre.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: unable to remove/deselect file associations

Post by XnTriq »

xnview wrote:It seems that Windows 7/8 doesn't allow the user to change extension :( i don't understand why....
Please take a look at “How to change default mode to open to view, not browser”, Pierre.
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to remove/deselect file associations

Post by xnview »

XnTriq wrote:
xnview wrote:It seems that Windows 7/8 doesn't allow the user to change extension :( i don't understand why....
Please take a look at “How to change default mode to open to view, not browser”, Pierre.
you need to add a hash key???
Pierre.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: unable to remove/deselect file associations

Post by XnTriq »

xnview wrote:you need to add a hash key???
Welcome to the brave new world of Windows 8 :twisted:
User avatar
xnview
Author of XnView
Posts: 46236
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: unable to remove/deselect file associations

Post by xnview »

XnTriq wrote:
xnview wrote:you need to add a hash key???
Welcome to the brave new world of Windows 8 :twisted:
If you add a hash key, you are able to unselect extension??
Pierre.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: unable to remove/deselect file associations

Post by XnTriq »

xnview wrote:If you add a hash key, you are able to unselect extension??
I don't have any hands-on experience with Windows 8, but it is my understanding that the hash key can only be added by the system, and that there's no way to associate file types during the installation of XnView or from within XnView's options (“System integration”) any more :|
MSDN (Windows Desktop Development » [url=http://msdn.microsoft.com/en-us/library/windows/desktop/hh848047.aspx]File type and URI associations model[/url]) wrote:The file type and URI association model has changed in Windows 8. Apps are no longer able to programmatically set themselves as the default handler for a file type or URI. Instead, now the user always controls what the default handler is for a file type or URI scheme.
Microsoft ([url=http://download.microsoft.com/download/4/3/A/43A474F2-5038-47BD-A4D3-ECD5EFE80192/Best%20practices%20for%20file%20type%20and%20protocol%20associations%20in%20Windows%208%20desktop%20apps.docx]Best Practices for File Type and URI Associations in Windows Developer Preview Desktop Apps[/url]) wrote:There are three ways your application can be surfaced once it registers. Choose the option that is most appropriate for your application.
  1. Default contention
    • Description: Applications that contend for defaults will be proactively promoted to the user automatically by Windows.
    • Recommended for: Apps that wish to be the considered for selection as the default handler for a file type.
    • How to do this: Register your ProgID under
      • \SOFTWARE\Classes\[FileType]\OpenWithProgIDs
  2. ‘OpenWith’ list
    • Description: Applications that are added to the OpenWith list (but don’t contend to be a default handler) appear on the OpenWith list, but are not proactively promoted to the user.
    • Recommended for: Apps that are used as occasional viewers or editors of a file type, but not necessarily appropriate as the default.
    • How to do this: Register your ProgID under
      • \SOFTWARE\Classes\[FileType]\OpenWithList
  3. ‘See all’ list
    • Description: Applications that register to be included in the ‘see all’ portion of the OpenWith list are available to be chosen for any file type.
    • Recommended for: Generally not recommended, except for apps that are universal viewers for all file types.
    • How to do this: Register your application under \SOFTWARE\Classes\Applications, and be sure to not add a ‘NoOpenWith’ key.
User avatar
XnTriq
Moderator & Librarian
Posts: 6512
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: unable to remove/deselect file associations

Post by XnTriq »

Post Reply