View forum topic
List of forum topicsSubject: Conditional file copy 64 bit and 32 bit
I know there is a variable named os64 that becomes 1 when Windows is in 64 bit, but I did not succeed implementing conditional copy.
In Files/Copy Files & Folders I have selected the folder that should be installed in 64 bit configurations and in the If Condition I have entered :
os64 =1
Nothing is copied.
Could you please tell me step by step how to proceed ?
Thank you.
It is enopugh to specify os64
If Condition: os64
In this case, The command is executed only on 64-bit (when os64 equals 1).
If you want to execute command on 32-bit then
If Condition: !os64
OK. Great. Thank you.
dadada. Make it free and cheap!!
January 16, 2025 Installer CreateInstall 8.11.1 was released.
June 19, 2024 Installer CreateInstall 8.11.0 was released. read more
November 13, 2022 Installer CreateInstall 8.10.1 was released.
May 21, 2022 Installer CreateInstall 8.10.0 was released.
September 25, 2021 Installer CreateInstall 8.9.0 was released.
July 15, 2021 Installer CreateInstall 8.8.1 was released.