PDA

View Full Version : [FSX] FSX Registry key


mendiola_loyola
22 Sep 2009, 11:46
Dear All:

I'm using this registry key to get the FSX installation path:

HKEY_LOCAL_MACHINE
Software\Microsoft\Microsoft Games\Flight Simulator\10.0
SetupPath

Does FSX create the same registry key with all language versions?

Will FSX create the same registry key with english, spanish, germany or french versions?

Thanks.
Alfredo Mendiola Loyola
Lima, Perú

Simon853
29 Sep 2009, 15:46
Yes it does, but there's one thing to beware: I've seen some instances where FSX has stored the path with an / on the end and others where it hasn't. So before you concatenate a path using the string, always check and add it if necessary, in case a user's path string ends differently to your development PC's entry.

Si

adr179
03 Oct 2009, 15:11
Try:

HKEY_CURRENT_USER

Software\Microsoft\Microsoft Games\Flight Simulator\10.0

value=AppPath