Page 1 of 1

Unable to export a registry key

Posted: Fri Oct 20, 2006 1:57 pm
by villanrl
Hello.
Has anyone tried using the registry export feature?  in the task below, I'm trying to export the internet explorer domain list but the file doesn't show and no errors are shown.
;**********************
;* RoboTask Task file *
;* Do not edit!       *
;**********************
 
[Root]
ActionAfterRun=INTEGER|0
Actions=FOLDER
Automat=INTEGER|-1
CatID=INTEGER|56529669
ContinueOnError=INTEGER|0
ExternalName=STRING|"Task58"
Hide=INTEGER|0
ID=INTEGER|1401692005
Name=STRING|"Export Internet Domains"
Priority=INTEGER|3
RunOnClose=INTEGER|0
RunOnStartup=INTEGER|0
ToLog=INTEGER|3
[Actions]
Action1=FOLDER
[Actions\Action1]
ActionID=STRING|"A_REG_EXPORT"
Enabled=INTEGER|-1
Name=STRING|"Export"
Params=FOLDER
[Actions\Action1\Params]
FileName=STRING|"C:\Documents and Settings\villanrl\Desktop\ZoneMap"
Format=STRING|"0"
KeyName=STRING|"HKEY_CURRENT_USER\Software\Microsoft\Windows \CurrentVersion\Internet Settings\ZoneMap\Domains"
 
 
 

Unable to export a registry key

Posted: Tue Oct 24, 2006 9:08 am
by Oleg
Thank you for the report. This is known bug. Try to use key name with quotes, like this:
"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion \Internet Settings\ZoneMap\Domains"

We prepare new release now and we already have fixed this.