Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2009
    Posts
    8

    How can I find a file location by registrykey?

    hallo,

    I' just new is forum and sorry my english is not so good...

    any way! here is my problem!

    ich have to find a filelocation on a tragetsystem, the vism.ocx from Cache` (InterSystems) to update it whith a new version. is it posisibel whit sf8

    hope anyone can help me!!

  2. #2
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    OCX's get registered (regsvr32) and that does hold path info in the registry - you would need to know it's guid and use that to look up the path to it's current install location.

    yes it's doable.


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  3. #3
    Join Date
    Sep 2009
    Posts
    8
    Thank you jassing for your answer.

    so I have the CLSID but whitch Registry function gives me the localfolder??

    do you have an Idea?

  4. #4
    Join Date
    Sep 2009
    Posts
    8
    I find the solution for my probelm!

    OLD = Registry.GetValue(HKEY_LOCAL_MACHINE, "SOFTWARE\\Classes\\CLSID\\{88F75483-0574-11D0-8085-0000C0BD354B}\\InprocServer32","NoName", false); -- NoName ist das worauf es ankommt!

    I have seaching the hole time whith the rong parameter "vism.ocx" and I had to take "NoName"!

    Thanks erveryboy

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts