Jump to content

[Video] How to make a INF Theme addon


ricktendo

Recommended Posts

Hello,

thanks for this tutorial.

I have a small problem and I started ...

In C: \ Documents and Settings \ All Users \ Start Menu \ Programs \ WinMerge

In the properties of readme, I have this:

http://img410.imageshack.us/img410/884/errormra.jpg

in place of %systemroot%\system32\shell32.dll

So how to do this step:

[readme.AddShorcut]

Name = Read me

CmdLine = 16422, WinMerge, ReadMe-english.txt

Subdir = WinMerge

WorkingDir = 16422, WinMerge

IconPath = HERE

IconIndex = HERE

thanks you very much.

Sorry for my bad english, I'm french.

Edited by Alpha_95
Link to comment
Share on other sites

[readme.AddShorcut]
Name = Read me
CmdLine = 16422, WinMerge, ReadMe-english.txt
Subdir = WinMerge
WorkingDir = 16422, WinMerge
IconPath = 11,,notepad.exe

No need for IconIndex because by default it will use the 1st icon in the DLL or EXE

Why dont you like the icon in shell32?

If you would like to use that one here is that code

[readme.AddShorcut]
Name = Read me
CmdLine = 16422, WinMerge, ReadMe-english.txt
Subdir = WinMerge
WorkingDir = 16422, WinMerge
IconPath = 11,,shell32.dll
IconIndex = 70

Link to comment
Share on other sites

  • 5 years later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...