Ken@fri Posted January 27, 2009 Posted January 27, 2009 (edited) 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, 2009 by Ken@fri Quote
ricktendo Posted January 27, 2009 Posted January 27, 2009 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 Quote
Ken@fri Posted January 28, 2009 Author Posted January 28, 2009 (edited) 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, 2009 by Ken@fri Quote
ricktendo Posted January 28, 2009 Posted January 28, 2009 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? Quote
Ken@fri Posted January 28, 2009 Author Posted January 28, 2009 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 Quote
ricktendo Posted January 28, 2009 Posted January 28, 2009 I showed you[Strings.0409]ProgramFilesDir="Program Files"[Strings.0410]ProgramFilesDir="Programmi" Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.