InfraRecorder

Post date: Mar 11, 2010 12:12:17 PM

@rem InfraRecorder is a free CD/DVD burning solution for Microsoft Windows. 光碟燒錄軟件

@rem http://infrarecorder.org/

if not exist "%SystemDrive%\Program Files (x86)" goto not_64bit

if exist InfraRecorder\ir053_x64.msi goto next_64bit

start /wait "" wget.exe "http://nchc.dl.sourceforge.net/project/infrarecorder/InfraRecorder/0.53/ir053_x64.msi" --directory-prefix=InfraRecorder

:next_64bit

msiexec /qr /i InfraRecorder\ir053_x64.msi ALLUSERS=1 REBOOT=ReallySuppress

goto end

:not_64bit

if exist InfraRecorder\ir053.exe goto next

start /wait "" wget.exe "http://downloads.sourceforge.net/project/infrarecorder/InfraRecorder/0.53/ir053.exe?use_mirror=nchc" --directory-prefix=InfraRecorder

:next

start /wait InfraRecorder\ir053.exe /S

:end