In the process of creating an installer for an au3 compiled program, and adding registry entries for right-click context menu,
I find the need to have a program icon associated to it for the context menu.
I simply don't have the previous knowledge with icons to understand what syntax is required.
The registry entry will be setting the icon as Create_NFO.EXE,0
I used
#AutoIt3Wrapper_Res_Icon_Add=C:\bin\Create_NFO.ico
in my program when compiled. Looking at the exe file with a program available here (see image)
I get 5 images and the last one is the one I want to show on the context menu (-5)
So is that what I need to use? Create_NFO.EXE,-5
or am I going about this the wrong way.
I find the need to have a program icon associated to it for the context menu.
I simply don't have the previous knowledge with icons to understand what syntax is required.
The registry entry will be setting the icon as Create_NFO.EXE,0
I used
#AutoIt3Wrapper_Res_Icon_Add=C:\bin\Create_NFO.ico
in my program when compiled. Looking at the exe file with a program available here (see image)
I get 5 images and the last one is the one I want to show on the context menu (-5)
So is that what I need to use? Create_NFO.EXE,-5
or am I going about this the wrong way.