Solution;
Extract the Files. In the root of the directory you will see setup.if2. Open with notepad. find the section which shows the following;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Visual C++ redist files ;; ; Visual C + + redist files;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[Process] [Process]
operation=runonly operation = runonly
bin=%source%\DAL\vcredist_x86.exe bin =% source% \ DAL \ vcredist_x86.exe
commandline=/q Commandline = / q
wait=yes wait = yes
condition=IsOS(WINXP,MAXOS) condition = ISOS (WinXP, MacOS)
sequence=2039 sequence = 2039
group=VC2010 group = VC2010
[Process] [Process]
operation=runonly operation = runonly
bin=%source%\DAL\vcredist_x64.exe bin =% source% \ DAL \ vcredist_x64.exe
commandline=/q Commandline = / q
wait=yes wait = yes
condition=Is64 AND IsOS(WINXP,MAXOS) condition = Is64 AND ISOS (WinXP, MacOS)
sequence=2039 sequence = 2039
group=VC2010 group = VC2010
Delete inbetween the dotted lines and save.
Run setup.exe
