Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

AppSearch - Registry value changed


1 reply to this topic

BourqueJ

BourqueJ
  • Full Members
  • 10 posts

Posted 23 March 2010 - 14:48

Hi,

I'm facing a weird issue where I configured an AppSearch to look for a path in the registry. The key exists on both "HKLM\SOFTWARE\Microsoft\Help\v1.0" and "HKLM\SOFTWARE\Wow6432Node\Microsoft\Help\v1.0". The value, in both cases, contains the following value "C:\Program Files\Microsoft Help Viewer\v1.0\" (note that it's "Program Files" and not "Program Files(x86)").

When using the property value that has been set by the AppSearch, I see that the path has been modified to "C:\Program Files (x86)\Microsoft Help Viewer\v1.0\" which of course does not exists.

Is there a way to prevent this from happening?

Thanks,

Jacques.

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 24 March 2010 - 12:24

Did you generate a log to see if anything is changing the property value?

Is that a regular REG_SZ value in registry, or is it a REG_EXPAND_SZ ?