[DUA] REGSETVALUE DWORD

M

Meinhard

I'm trying to compile my DUS script to get the DUP file for the DUA.
Every call is compiled with success, except the following line:

REGSETVALUE,,HKEY_LOCAL_MACHINE,,SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Hotfix\835732,,Installed,DAREG_DWORD,,1

I always get the following message from the script compiler:

Error Invalie value specified

Does anybody know the syntax for the last parameter of the DWORD value,
or has somebody an example for setting a DWORD value with REGSETVALUE?

Thanks

Meinhard
 
K

KM

Meinhard,

I am not a DUA expert but I'd call it a bug.
MS folks may want to put more comments here.

KM
 
M

Meinhard

Thanks, that was it, but I don't understand why?
DAREG_BINARY and DAREGSZ is running.

Meinhard
 
T

Troy Shaw[MS]

This is an oversight bug. DAREG_DWORD is a synonym for
DAREG_DWORD_LITTLE_ENDIAN which DUA supports, but DAREG_DWORD was left out.
There has been a bug filed on this.

By the way DUA does support the following short-cut synonyms for registry
keys.

HKCR - HKEY_CLASSES_ROOT
HKCU - HKEY_CURRENT_USER
HKLM - HKEY_LOCAL_MACHINE
 

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