Don't put the version in registry keys to propagate settings from version to version and avoid leftovers
This commit is contained in:
parent
a5de08e240
commit
8e5e8fc14f
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ Filename: "{app}\bin\oalinst.exe"; WorkingDir: "{app}"; Description: "Installing
|
|||
;Filename: "{app}\bin\Win32\fgrun.exe"; WorkingDir: "{app}"; Description: "Launch FlightGear"; Flags: postinstall skipifsilent
|
||||
|
||||
[Registry]
|
||||
Root: HKLM; Subkey: "Software\flightgear.org {#FGVER}"; ValueType: string; ValueName: "TerrasyncDir"; ValueData: "{code:TerrasyncDir}"
|
||||
Root: HKLM; Subkey: "Software\flightgear.org"; ValueType: string; ValueName: "TerrasyncDir"; ValueData: "{code:TerrasyncDir}"
|
||||
|
||||
[Code]
|
||||
var
|
||||
|
|
Loading…
Add table
Reference in a new issue