Re: [PythonCE] File association image for .py

2006-07-27 Thread Luke Dunstan
- Original Message - From: "Anne Wangnick" <[EMAIL PROTECTED]> To: Cc: "Luke Dunstan" <[EMAIL PROTECTED]> Sent: Thursday, July 27, 2006 4:02 AM Subject: AW: [PythonCE] File association image for .py > Hello Luke, > > watch out. In foreign v

Re: [PythonCE] File association image for .py

2006-07-24 Thread Alex Mandel
Slight Error in my last Post: > > The correct syntax for the inf file is(All as one Line): > HKCR,Python.File,DefaultIcon,0x0002,"\Program > Files\Python24\python.exe,0"; DefaultIcon = "\Program > Files\Python24\python.exe,0" > Correct Line is: HKCR,Python.File\DefaultIcon,,0x0002,"\Pr

Re: [PythonCE] File association image for .py

2006-07-24 Thread Alex Mandel
Luke Dunstan wrote: > - Original Message - > From: "Alex Mandel" <[EMAIL PROTECTED]> > To: > Sent: Friday, July 21, 2006 5:13 AM > Subject: [PythonCE] File association image for .py > > >> I know it's a little trivial but it's the

Re: [PythonCE] File association image for .py

2006-07-24 Thread Luke Dunstan
- Original Message - From: "Alex Mandel" <[EMAIL PROTECTED]> To: Sent: Friday, July 21, 2006 5:13 AM Subject: [PythonCE] File association image for .py >I know it's a little trivial but it's the kind of thing that end users > really like. Anyone kno

[PythonCE] File association image for .py

2006-07-20 Thread Alex Mandel
I know it's a little trivial but it's the kind of thing that end users really like. Anyone know how to add a registry entry so the .py files get a nice python icon in the File Explorer. I'm assuming that it can be done in the PythonCE.inf for the CAB but I don't know the syntax. If someone know