Multiple XnView instance working independently

Ask for help and post your question on how to use XnView Classic.

Moderators: XnTriq, helmut, xnview

Conan
Posts: 3
Joined: Thu Mar 21, 2013 1:37 pm

Multiple XnView instance working independently

Post by Conan »

Hi,

I used ACDSee before.... (boooo :mrgreen: ) but it is too heavy despite my good hardware !! So I change to XnView, it's better :)

But I can't configure it like I want... I only have 2 questions:

1/

How can I have 2 XnView installation working independently : each have proper settings, proper file association, proper cache folders...

So I try to make one classic setup for all users. And I download a ZIP file and I extract files to one folder... But the associations are not working separately! How can I do that ? Like Two different software ?

2/

How can I use only one tab to open pictures from the browser or the windows explorer ??

Thanks :D
User avatar
XnTriq
Moderator & Librarian
Posts: 6457
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Multiple XnView instance working independently

Post by XnTriq »

Conan wrote:How can I have 2 XnView installation working independently : each have proper settings, proper file association, proper cache folders...

So I try to make one classic setup for all users. And I download a ZIP file and I extract files to one folder... But the associations are not working separately! How can I do that ? Like Two different software ?
  1. Create a directory…
    • %ProgramFiles%\XnView\
    … and subdirectories:
    • %ProgramFiles%\XnView\1st\
    • %ProgramFiles%\XnView\2nd\
  2. Download one of the following install packages… … and extract the ZIP archive to both of the two subdirectories.
  3. Use a text editor (e.g. NotePad) to create config files…
    • %ProgramFiles%\XnView\1st\xnview.ini
    • %ProgramFiles%\XnView\2nd\xnview.ini
    … with the following content:

    Code: Select all

    [Start]
    ParamsSavingMode=1
  4. Create shortcuts:
    • XnView #1 = %ProgramFiles%\XnView\1st\xnview.exe -ini %ProgramFiles%\XnView\1st\xnview.ini
    • XnView #2 = %ProgramFiles%\XnView\2st\xnview.exe -ini %ProgramFiles%\XnView\2st\xnview.ini
8<––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––-––––->8
User avatar
JohnFredC
XnThusiast
Posts: 2010
Joined: Wed Mar 17, 2004 8:33 pm
Location: Sarasota Florida

Re: Multiple XnView instance working independently

Post by JohnFredC »

Excellent post!
John
Conan
Posts: 3
Joined: Thu Mar 21, 2013 1:37 pm

Re: Multiple XnView instance working independently

Post by Conan »

OK, thanks to XnTriq & cday , i'll try this and reply shortly :)
User avatar
XnTriq
Moderator & Librarian
Posts: 6457
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Multiple XnView instance working independently

Post by XnTriq »

JohnFredC wrote:Excellent post!
Thank you, John (-:
Conan wrote:OK, thanks to XnTriq & cday , i'll try this and reply shortly :)
Please post back to let us know what kind of solution you ended up with, Conan.
Conan
Posts: 3
Joined: Thu Mar 21, 2013 1:37 pm

Re: Multiple XnView instance working independently

Post by Conan »

Hi! i try it quickly, it seems to work :)
User avatar
XnTriq
Moderator & Librarian
Posts: 6457
Joined: Sun Sep 25, 2005 3:00 am
Location: Ref Desk

Re: Multiple XnView instance working independently

Post by XnTriq »

Conan wrote:Hi! i try it quickly, it seems to work :)
Thank you for confirming, Conan. I hope this info will be of use to other users.