123
-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|603|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
Socoder -> Off Topic -> Installer - Inno Setup 5

Thu, 30 Aug 2007, 11:22
ingenium1
I have a little problem with Inno Setup...
I want it to install an application, but I don't know how to handle with paths since Winodws use different languages...
So we have "C:\Program Files" path in English and "C:\Programmi" in Italian :\ So how can I handle the different paths?

-=-=-
Roger Federer is go(o)d.
But he is not alone.

Just relax... sometimes there's no need to argue.
Thu, 30 Aug 2007, 12:06
Afr0
Haven't looked into how, but you should probably write a script to change between different paths.

Possible Linky

-=-=-
Afr0 Games

Project Dollhouse on Github - Please fork!
Thu, 30 Aug 2007, 15:04
Jayenkai
Can you not use %ProgramFiles% ?
If you hit Winkey+R (Start/Run) and type in %ProgramFiles%, then windows looks up the environment setting which ProgramFiles leads to, and opens that directory.

If InnoSetup allows for %Env% usage, then you can just use %ProgramFiles%\MyProgram\

-=-=-
''Load, Next List!''
Thu, 30 Aug 2007, 16:47
ingenium1
Solved.
I used the command "Language"...