Allow i686 installer only to i686 architecture
This is to avoid mismatch of install directory for stamps
This commit is contained in:
parent
2b9bb5e440
commit
5d20b3d87e
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ PrivilegesRequired=admin
|
||||||
ArchitecturesInstallIn64BitMode=x64
|
ArchitecturesInstallIn64BitMode=x64
|
||||||
ArchitecturesAllowed=x64
|
ArchitecturesAllowed=x64
|
||||||
#else
|
#else
|
||||||
ArchitecturesAllowed=x86 x64
|
ArchitecturesAllowed=x86
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue