bernr Posted March 10, 2005 Posted March 10, 2005 Not sure what I am doing wrong. I can't seem to be able to read from the registry. I have even tried the sample XML files, basically no matter what I do I get an access denied error. I am attaching my log file, I am not attaching my XML as I am using XPlode-OriginalInstall.xml as the test XMLRunning Xplode 4.1ThanksBern
Wraith Posted March 10, 2005 Posted March 10, 2005 It's trying to read a key that doesn't exist.Remove the token="Jet" and it should work fine.
bernr Posted March 10, 2005 Author Posted March 10, 2005 Found the problem, in the Xplode-OriginalInstall.XML files you provide you are using <item> </item> instead of <value> </value> to determine the key to read. I don't know how many times I looked at this in the XML and PDF files. Anyways, thanks seems to be reading the registry fine now.I did notice one thing though, I am using the selection plugin and even though it is getting the data correctly from the registry and placing it in the correct variable, the select window says error and places a red block beside the item.Bern
Wraith Posted March 10, 2005 Posted March 10, 2005 I changed the method for handling errors, so I possibly forgot to modify the registry plugin.I'll look into it, but for now, post it on the bugtracker so I have a single place to look at all the things I need to do.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now