mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
ArchitecturesInstallIn64BitMode can't be set conditionally
So we are going to always set it, and remove it with the build script if we are building a x86 installer. I am adding ArchitecturesAllowed too to avoid x64 installs in x86 systems, it will be removed as needed by the build script.
This commit is contained in:
parent
f8756fa745
commit
0e5eb82ed6
@ -11,8 +11,8 @@ OutputDir=..\Output
|
||||
ChangesAssociations=true
|
||||
SetupIconFile=setup.ico
|
||||
UninstallDisplayIcon=uninstall.ico
|
||||
;//TODO avoid setting ArchitecturesInstallIn64BitMode in 32bit installer
|
||||
ArchitecturesInstallIn64BitMode={#PLATFORM}
|
||||
ArchitecturesInstallIn64BitMode=x64
|
||||
ArchitecturesAllowed=x64
|
||||
|
||||
[Registry]
|
||||
Root: HKCR; SubKey: .cbz; ValueType: string; ValueData: Comic Book (zip); Flags: uninsdeletekey; Tasks: File_association
|
||||
|
Loading…
Reference in New Issue
Block a user