designstudiotama.blogg.se

Adobe default install location
Adobe default install location






  • HKEY_CLASSES_ROOT\Applications\XXXX\shell\Read\command.
  • adobe default install location

  • HKEY_CLASSES_ROOT\Applications\XXXX\shell\Open\command.
  • Use them to combine and read keys (either Open or Read should be present) Any suggestions for a better approach.Īdobe file associations are kept in registry - you can read them under Every time Adobe releases a new version i have to make sure i have to handle it differently. String acroReadVersions = acroRead.GetSubKeyNames() Ĭonsole.WriteLine("The following version(s) of Acrobat Reader are installed: ") įoreach (string versionNumber in acroReadVersions)īut some im not satisfied with this approach. RegistryKey acroRead = adobe.OpenSubKey("Acrobat Reader") RegistryKey adobe = ("Software").OpenSubKey("Adobe") However, the issue i face now is that, the registry key location keeps changing in almost every new version of Adobe Acrobat Reader.Īll I can think of now is to have a switch case to handle for all the different Adobe versions in my code. NET)Īnd then take a decision based on the value.

    adobe default install location

    Though this seems straightforward like I need to query the key using Registry class (for. And this is the 3rd tweak I will have to apply to Adobe Reader after every installation (it is irrelevant here, but if you are curious, the first 2 were: the annoying "Make Hand tool read articles" option that is on by default and some fix to signature field detection, don't quite remember what it was for).My requirement is to read a particular registry key related to Adobe acrobat reader and take a decision based on the value of that key. So, now I have disabled it, thanks to the accepted answer. After highlighting text or adding comments, I usually wish to save the PDF and if it's the first time I do it (for this document in this Adobe Reader session) and the new save dialog is enabled, I have to select the full path manually.Īnd even if the recent folders feature worked with AppData, the extra click problem of the new dialog would remain for my use case. And also I don't think I have changed any defaults in Zotero. I'm using the stand-alone version, but have a high level of confidence that the browser version stores them in the same place.

    adobe default install location

    This path is the default location Zotero (a popular research tool) saves PDFs and other files related to its library to.








    Adobe default install location