Slight Error in my last Post:
> 
> The correct syntax for the inf file is(All as one Line):
> HKCR,Python.File,DefaultIcon,0x00000002,"\Program 
> Files\Python24\python.exe,0"; DefaultIcon = "\Program 
> Files\Python24\python.exe,0"
> 

Correct Line is:
HKCR,Python.File\DefaultIcon,,0x00000002,"\Program 
Files\Python24\python.exe,0"; DefaultIcon = "\Program
Files\Python24\python.exe,0"

The previous version made a string in the registry rather than a key.

Alex

_______________________________________________
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce

Reply via email to