Jump to content

[REQUEST] How about "Iconindex" directive ?


Ken@fri

Recommended Posts

Hi everybody !

I have few international addons (ENU, DEU, ESP, FRA, ITA, NLD, PTB, PTG, TRK) in progress but I have little problems too about :

1) Iconindex directive

[Optional Components]
Sidebar


[Sidebar]
OptionDesc ="Windows Sidebar"
Tip ="%SidebarTip%"
Uninstall = Sidebar.Remove
IconIndex = *, ..\..\..\%ProgramFilesDir%\%SidebarAppDir%\Sidebar.exe, 301

seen in OnePiece :thumbsup_anim: last addons.

I already went to MSDN site, but nothing to satisfy my searches.

Please, can anybody point me to any tutorial (YES,YES :giveheart: ) or give me more detailed informations on how to indicate path to the bmp image ? :help:

2) %ProgramFilesDir% variable.

For this, I'm just looking for locale path for DEU, ESP, NLD, PTB, PTG, TRK (to add in "STRINGS" section of my INF), like :

FRA = "Program Files"

ITA = "Programmi"

Thanx. :graduated:

Edited by Ken@fri
Link to comment
Share on other sites

No programfiles variable can be used, you have to do what you are doing with strings, add the different program files name for each lang

IconIndex =..\..\..\%LocProgFldr%\SubDir\dllname.dll, #

[Strings.0409]
LocProgFldr="Program Files"

[Strings.0410]
LocProgFldr="Programmi"

etc
etc

FYI Spanish (Espa

Link to comment
Share on other sites

No programfiles variable can be used, you have to do what you are doing with strings, add the different program files name for each lang

IconIndex =..\..\..\%LocProgFldr%\SubDir\dllname.dll, #

[Strings.0409]
LocProgFldr="Program Files"

[Strings.0410]
LocProgFldr="Programmi"

etc
etc

FYI Spanish (Espa

Edited by Ken@fri
Link to comment
Share on other sites

How to point to path bellow (the meaning of each item, pleaz)?

IconIndex =*, ..\..\..\%ProgramFilesDir%\%SidebarAppDir%\Sidebar.exe, 301

What exactly do you want?

Or do you want to know how to point it to program files for multiple languages?

YES, rick, yes

Link to comment
Share on other sites

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...