@REM Starting installation of 7zip @IFEQL(Strings,OSArch,x64) @DISABLEWOW64FSREDIRECTION @ENDIF @SingleObj cmd.exe /c c:\SWSETUP\APP\Applications\HP\7zip\9.20.0.0\install.cmd @REM Adding a CDC check is optional and can be used to verify a @REM file is present on the hard drive. @REM @CDCAppName7zip @REM @CDCFileExist ADD_FULL_PATH_TO_BINARY_HERE @REM For example @CDCFileExist "C:\SWSetup\HP Power Manager\Verdiem Energy Saver.ico" @IFEQL(Strings,OSArch,x64) @ENABLEWOW64FSREDIRECTION @ENDIF @REM Finished installation of 7zip