Solution for Searching for Registry Keys in SLX File

B

Benjamin Madsen

Okay, I put together something from another post about saving Target
Designer SLX files to XML and searching for registry keys. For those
that are interested and haven't figured this out yet (like me until this
morning), use the following process to find the source of a registry key:

1) Load your project in Target Designer
2) Save your project as an XML SLX file using "Save As"
3) Open the XML SLX file using a text or XML editor
4) Run your text-based search on the Registry Key's source
Note: You might have to deal with the %(code)% tokens as they are stored
in un-converted format. I.e. %24%\test.exe would be C:\test.exe and the
value stored in the file is '%24%\test.exe'.

Regards,
Ben Madsen
Systems Engineer
Massie Laboratories, Inc.
<[email protected]>
 
R

Richard

Thanks Madsen. I had hard times in searching registry. This will save
lots of time. once again Thank u very much

Richard
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top