the pdf file was associated with Adobe Acrobat Reader v9.3.2 before i made PDFXV as default PDF viewer.
when i click Restore File Associations in Preferences window, the pdf file type is gone.
that's strange.
file associations restore failed.
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
-
John - Tracker Supp
- Site Admin
- Posts: 5225
- Joined: Tue Jun 29, 2004 10:34 am
Re: file associations restore failed.
You may need to set Acrobat as the default manually in Acrobat if that is what you require, perhaps an update to Acrobat removed the previous association once we were set as the default...
Hard to say for sure.
Hard to say for sure.
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
-
KingMario
- User
- Posts: 15
- Joined: Wed May 26, 2010 2:54 pm
Re: file associations restore failed.
the .pdf default entry in registry was "AcroExch.Document" before i set PDFXV as the default viewer. then was changed to "PDF-XChangeViewer.1".
after i click restore in PDFXV, the value is set to BLANK.
maybe it's the problem. but not a big deal, anyway.
after i click restore in PDFXV, the value is set to BLANK.
maybe it's the problem. but not a big deal, anyway.
-
Ivan - Tracker Software
- Site Admin
- Posts: 3603
- Joined: Thu Jul 08, 2004 10:36 pm
Re: file associations restore failed.
Did you use .MSI or .EXE installer to install the viewer ?
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
-
KingMario
- User
- Posts: 15
- Joined: Wed May 26, 2010 2:54 pm
Re: file associations restore failed.
i used the PDFXVwer.exe to install.
fyi, the FullBeforeInstall value of your registry key is:
HKCR
{
NoRemove .pdf = s ''
}
HKCU
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove Windows
{
NoRemove CurrentVersion
{
NoRemove Explorer
{
NoRemove FileExts
{
NoRemove .pdf
{
val Progid = s ''
val Application = s ''
ForceRemove UserChoice
}
}
}
}
}
}
}
}
fyi, the FullBeforeInstall value of your registry key is:
HKCR
{
NoRemove .pdf = s ''
}
HKCU
{
NoRemove Software
{
NoRemove Microsoft
{
NoRemove Windows
{
NoRemove CurrentVersion
{
NoRemove Explorer
{
NoRemove FileExts
{
NoRemove .pdf
{
val Progid = s ''
val Application = s ''
ForceRemove UserChoice
}
}
}
}
}
}
}
}
-
Ivan - Tracker Software
- Site Admin
- Posts: 3603
- Joined: Thu Jul 08, 2004 10:36 pm
Re: file associations restore failed.
To be honest, I'm not sure what you mean "FullBeforeInstall" ?
PDF-XChange Co Ltd. (Project Director)
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
When attaching files to any message - please ensure they are archived and posted as a .ZIP, .RAR or .7z format - or they will not be posted - thanks.
-
KingMario
- User
- Posts: 15
- Joined: Wed May 26, 2010 2:54 pm
Re: file associations restore failed.
it's a string value of the registry key [HKEY_LOCAL_MACHINE\SOFTWARE\Tracker Software\PDFViewer\FileAssociations]Ivan - Tracker Software wrote:To be honest, I'm not sure what you mean "FullBeforeInstall" ?
maybe adobe acrobat reader 9.0 uses a new mechanism to setup the file association that PDFXV doesn't recognize and record to this register string value.