|
|
#1 |
|
Junior Member
Join Date: May 2007
Posts: 2
|
Right click context menu and file extension
Hi,
I'm adding a menu option to a certain file extension, like this: WriteRegStr HKCR "Collada\shell\Export to Madlix\command" "" '"$INSTDIR\${PRODUCT_NAME\Exporter.exe" "%1"' which works great, when the user right clicks on a Collada-file "Export to Madlix" is visible. However, I would like to have an icon next to the text as well, but I can't seem to find any info on how to achieve this. Any regedit-haxxors out there?
|
|
|
|
|
|
#2 |
|
Forum King
Join Date: Mar 2006
Location: Ath. GR
Posts: 2,078
|
I guess reviewing how others have done that (winrar for instance) should be an easy guide.
Quick AVI Creator - Quick and easy convert from DVD/MPEG/AVI/MKV to AVI/MP4/MKV Quick AVI Creator entirely edited with NSIS and entirely upgraded to Unicode NSIS |
|
|
|
|
|
#3 |
|
Moderator
Join Date: Jun 2002
Location: ${NSISDIR}
Posts: 5,449
|
You can't do that with a simple registry string, you need to write a shell exstension that implements IContextMenu
IntOp $PostCount $PostCount + 1 |
|
|
|
|
|
#4 | |
|
Junior Member
Join Date: May 2007
Posts: 2
|
Quote:
|
|
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|