WINAMP.COM | Forums > Developer Center > NSIS Discussion > How to Register File Types? |
Last Thread
Next Thread
|
| Author |
|
|
Vytautas Major Dude
Registered: May 2003 |
What you need is to create some registry keys/enties in first you need to create a ".php" key with the description of the file type. Then create a key with the description as the name.code: Check the registy for some examples of the keys/entries. Vytautas |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
The NSIS installer registers .nsi and .nsh. Its source code can be found in Examples\makensis.nsi. Is someone up to creating an Archive page for this? __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Archive page created here |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Thanks. __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Will do as soon as i can, probably in a few hours __________________ |
||
|
|
|
Vytautas Major Dude
Registered: May 2003 |
Updated archive page to include restoration script for uninstaller. Thanks kichik for pointing this out. __________________ |
||
|
|
|
rene@alquesm.dk Guest
Registered: Not Yet |
Jsut wanted to add, that according to the MSDN, it's important to notify the system that you have made a change. You do this with the function SHChangeNotify. To notify Windows of a file association change, call the function like this: |
||
|
|
|
|
super-llooyd Junior Member
Registered: Dec 2005 |
how do i call this SHChangeNotify? |
||
|
|
|
dandaman32 Senior Member
Registered: Jan 2005 |
Use the System plugin. code: -dandaman32 __________________ |
||
|
|
|
IGC Junior Member
Registered: Jul 2006 |
I have a question regarding this... Last edited by IGC on 07-14-2006 at 09:47 PM |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > How to Register File Types? |
Forum Rules:
|