I downloaded now version 2.0035 (portable) after using v1 for a long time.
Much to my surprise I did not found a settings section
"File associatuion" any more. Is it somewhere else hidden?
Moreover I could not assign the new v2.0035 exe to ".pdf" extension
through WinExplorer.
How can I achieve this otherwise?
Peter
Misisng preferences for settings file associations?
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
pest
- User
- Posts: 7
- Joined: Sat Jan 05, 2008 11:46 am
-
John - Tracker Supp
- Site Admin
- Posts: 5225
- Joined: Tue Jun 29, 2004 10:34 am
still there when I look- can you please send a screenshot (Zipped)?
Thanks
Thanks
If posting files to this forum - you must archive the files to a ZIP, RAR or 7z file or they will not be uploaded - thank you.
Best regards
Tracker Support
http://www.tracker-software.com
Best regards
Tracker Support
http://www.tracker-software.com
-
pest
- User
- Posts: 7
- Joined: Sat Jan 05, 2008 11:46 am
-
Lzcat - Tracker Supp
- Site Admin
- Posts: 677
- Joined: Thu Jun 28, 2007 8:42 am
Please see this message: https://www.pdf-xchange.com/forum/v ... ght=#16383 - there is explain for Portable version and file associations.
Victor
Tracker Software
Project manager
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
Tracker Software
Project manager
Please archive any files posted to a ZIP, 7z or RAR file or they will be removed and not posted.
-
Knivez
- User
- Posts: 12
- Joined: Wed May 09, 2007 5:14 pm
You can also set the associations with a .REG file such as this one:
Saving the above code as text file with .REG extension, after modifying the paths accordingly is a fast way to set the associations.
BTW don't do it if you're not used to work with the registry. don't blame me if after this your system explodes or something
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.pdf]
@="PDF-XChange"
[HKEY_CLASSES_ROOT\PDF-XChange\DefaultIcon]
@="W:\\Path\\To\\PDF-XChange Viewer\\PDFXCview.exe,1"
[HKEY_CLASSES_ROOT\PDF-XChange\shell\Open]
[HKEY_CLASSES_ROOT\PDF-XChange\shell\Open\command]
@="W:\\Path\\To\\PDF-XChange Viewer\\PDFXCview.exe \"%L\""BTW don't do it if you're not used to work with the registry. don't blame me if after this your system explodes or something