|
@@ -2887,13 +2887,13 @@ function TSetupCompiler.CheckConst(const S: String; const MinVersion: TSetupVers
|
|
const
|
|
const
|
|
UserConsts: array[0..2] of String = (
|
|
UserConsts: array[0..2] of String = (
|
|
'userpf', 'usercf', 'username');
|
|
'userpf', 'usercf', 'username');
|
|
- Consts: array[0..41] of String = (
|
|
|
|
|
|
+ Consts: array[0..42] of String = (
|
|
'src', 'srcexe', 'tmp', 'app', 'win', 'sys', 'sd', 'groupname', 'fonts', 'hwnd',
|
|
'src', 'srcexe', 'tmp', 'app', 'win', 'sys', 'sd', 'groupname', 'fonts', 'hwnd',
|
|
'commonpf', 'commonpf32', 'commonpf64', 'commoncf', 'commoncf32', 'commoncf64',
|
|
'commonpf', 'commonpf32', 'commonpf64', 'commoncf', 'commoncf32', 'commoncf64',
|
|
'autopf', 'autopf32', 'autopf64', 'autocf', 'autocf32', 'autocf64',
|
|
'autopf', 'autopf32', 'autopf64', 'autocf', 'autocf32', 'autocf64',
|
|
'computername', 'dao', 'cmd', 'wizardhwnd', 'sysuserinfoname', 'sysuserinfoorg',
|
|
'computername', 'dao', 'cmd', 'wizardhwnd', 'sysuserinfoname', 'sysuserinfoorg',
|
|
'userinfoname', 'userinfoorg', 'userinfoserial', 'uninstallexe',
|
|
'userinfoname', 'userinfoorg', 'userinfoserial', 'uninstallexe',
|
|
- 'language', 'syswow64', 'log', 'dotnet11', 'dotnet20', 'dotnet2032',
|
|
|
|
|
|
+ 'language', 'syswow64', 'sysnative', 'log', 'dotnet11', 'dotnet20', 'dotnet2032',
|
|
'dotnet2064', 'dotnet40', 'dotnet4032', 'dotnet4064');
|
|
'dotnet2064', 'dotnet40', 'dotnet4032', 'dotnet4064');
|
|
UserShellFolderConsts: array[0..8] of String = (
|
|
UserShellFolderConsts: array[0..8] of String = (
|
|
'userdesktop', 'userstartmenu', 'userprograms', 'userstartup',
|
|
'userdesktop', 'userstartmenu', 'userprograms', 'userstartup',
|