I am trying to add a registry value via a KIX script. I can add the key without an issue. However when creating a Registry key you always get a "(Default)" value for that key. I need to modified that value so when I create the Key it can add this to it's "(Default)" value "IDMViewerApp.Document". Here is adding my key string

AddKey( ""HKEY_CURRENT_USER\Software\Classes\.tif" )

Once this key is created you have that "(Default)" value which is a REG_SZ how do I add the statement in there for IDMViewerApp.Document?

I have tried doing A Writevalue but that just adds another separate value which will not work.

Any suggestions? I really need help on this...