Posted January 27, 200916 yr 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.RemoveIconIndex = *, ..\..\..\%ProgramFilesDir%\%SidebarAppDir%\Sidebar.exe, 301seen 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 January 28, 200916 yr by Ken@fri
January 27, 200916 yr No programfiles variable can be used, you have to do what you are doing with strings, add the different program files name for each langIconIndex =..\..\..\%LocProgFldr%\SubDir\dllname.dll, #[Strings.0409]LocProgFldr="Program Files"[Strings.0410]LocProgFldr="Programmi"etcetcFYI Spanish (Espa
January 28, 200916 yr Author No programfiles variable can be used, you have to do what you are doing with strings, add the different program files name for each langIconIndex =..\..\..\%LocProgFldr%\SubDir\dllname.dll, #[Strings.0409]LocProgFldr="Program Files"[Strings.0410]LocProgFldr="Programmi"etcetcFYI Spanish (Espa Edited January 28, 200916 yr by Ken@fri
January 28, 200916 yr What exactly do you want?Do you want to know what DLL contains the bitmaps?Or do you want to know how to point it to program files for multiple languages?
January 28, 200916 yr Author How to point to path bellow (the meaning of each item, pleaz)?IconIndex =*, ..\..\..\%ProgramFilesDir%\%SidebarAppDir%\Sidebar.exe, 301What exactly do you want?Or do you want to know how to point it to program files for multiple languages?YES, rick, yes
January 28, 200916 yr I showed you[Strings.0409]ProgramFilesDir="Program Files"[Strings.0410]ProgramFilesDir="Programmi"
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.