(imported topic written by SystemAdmin)
I wrote a task that updates the registry with a status of a baseline
All I had in the task is below
regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage1"=
"True"
it never seems to write the registry with that value, if I run it twice it writes the value
regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage1"=
"True" regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage1"=
"True"
and it doesnt seem to matter how many values I have in the task it only writes the last one
regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage1"=
"True" regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage2"=
"True" regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage3"=
"True" regset
"[HKEY_LOCAL_MACHINE\SOFTWARE\BigFix\EnterpriseClient\Settings\Client\BUILD]"
"BuildStage4"=
"True"
it will only write “BuildStage4” to the registry, nothing else, this is a 32bit box running 7.2.5.22 and I get the same result running the FixletDebugger
and I can reproduce this on multiple boxs
I know I can create and run a reg file, but this should work ?