Hi Mark,

Just a lame question, but are you *sure* XP will work with 4 char extensions?

-Chipp

Mark Brownell wrote:

Does anyone know how to add the Value 1 & Value 2 to my Intuition registration settings in HKEY_CLASSES_ROOT (see results below) using setRegistry?

I'm still not getting icon recognition using these four recommended setRegistry settings on a Windows XP Pro when intuition creates saved .mtml documents. Is this an XP Pro issue only? When I use XP Pro to force recognition it adds two things to the registry and then all works fine.

get setRegistry("HKEY_CLASSES_ROOT\.mtml\","Intuition")
get setRegistry("HKEY_CLASSES_ROOT\Intuition\","Intuition MTML  document")

[in this location something to add Value 1 & Value 2 using setRegistry]

get setRegistry("HKEY_CLASSES_ROOT\Intuition\DefaultIcon\","C:\Program Files\Intuiion\Intuition.exe,1")
get setRegistry("HKEY_CLASSES_ROOT\Intuition\shell\open\command\","C:\Progra m Files\Intuiion\Intuition.exe %1")



regEdit result for adding them using forced recognition by the user:


Key Name:          HKEY_CLASSES_ROOT\Intuition
Class Name:        <NO CLASS>
Last Write Time:   2/14/2004 - 1:52 PM
Value 0
  Name:            <NO NAME>
  Type:            REG_SZ
  Data:            Intuition MTML document

Value 1
  Name:            EditFlags
  Type:            REG_DWORD
  Data:            0x0

Value 2
  Name:            BrowserFlags
  Type:            REG_DWORD
  Data:            0x8

===============================

Mark

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to