Difference between revisions of "Anri-chan/Source/install.bat"
From SDA Knowledge Base
(quiet!) |
(2b2) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <pre><nowiki>@echo off | + | <pre><nowiki> |
+ | @echo off | ||
− | |||
set installdir=anrichan | set installdir=anrichan | ||
CD "%~dp0" | CD "%~dp0" | ||
− | |||
− | |||
− | |||
REM name of the desktop | REM name of the desktop | ||
− | XCOPY /Y /Q | + | XCOPY /Y /Q data\anridesktoploc.bat.bak data\anridesktoploc.bat |
− | REG QUERY "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /V "Desktop" | | + | REG QUERY "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /V "Desktop" | data\sed -n s/.\+REG_SZ.\+\\\(.\+\)[^\\]*/\1/gp >> data\anridesktoploc.bat |
− | CALL | + | CALL data\anridesktoploc.bat |
− | XCOPY /Y /Q | + | XCOPY /Y /Q data\anridesktoploc.bat.bak data\anridesktoploc.bat |
echo You must accept the terms of the license agreement to use this software. To agree, press any key. To disagree, click the X to close this installer. | echo You must accept the terms of the license agreement to use this software. To agree, press any key. To disagree, click the X to close this installer. | ||
Line 28: | Line 25: | ||
CD "%~dp0" | CD "%~dp0" | ||
− | |||
− | |||
− | |||
REM program files location | REM program files location | ||
xcopy /Y installdata\pftemplate.txt installdata\pf.bat | xcopy /Y installdata\pftemplate.txt installdata\pf.bat | ||
− | echo %PROGRAMFILES%| | + | echo %PROGRAMFILES%| data\sed "s/\\/\\\\/g" >> installdata\pf.bat |
call installdata\pf.bat | call installdata\pf.bat | ||
REM drive letter stuff | REM drive letter stuff | ||
− | + | data\sed "s/C:\\Program Files/%pf%/g" installdata\mvbob.avs > mvbob.avs | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
MOVE /Y mvbob.avs installdata\plugins | MOVE /Y mvbob.avs installdata\plugins | ||
− | + | data\sed "s/C:\\Program Files/%pf%/g" installdata\nate.avs > nate.avs | |
MOVE /Y nate.avs data | MOVE /Y nate.avs data | ||
− | + | data\sed "s/C:\\Program Files/%pf%/g" installdata\nondvdtemplate.avs > nondvdtemplate.avs | |
MOVE /Y nondvdtemplate.avs data | MOVE /Y nondvdtemplate.avs data | ||
Line 59: | Line 49: | ||
xcopy /Y /E data "%PROGRAMFILES%\%installdir%" | xcopy /Y /E data "%PROGRAMFILES%\%installdir%" | ||
− | installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Anri-chan" "%PROGRAMFILES%\%installdir%\ | + | installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Anri-chan" "%PROGRAMFILES%\%installdir%\runatlow.bat" "" "%PROGRAMFILES%\%installdir%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" |
installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Station ID Preview" "%PROGRAMFILES%\%installdir%\statid.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" | installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Station ID Preview" "%PROGRAMFILES%\%installdir%\statid.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" | ||
installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Extract Sample" "%PROGRAMFILES%\%installdir%\sample.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" | installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Extract Sample" "%PROGRAMFILES%\%installdir%\sample.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" | ||
cls | cls | ||
− | echo Anri-chan | + | echo Anri-chan is now installed! Start Anri-chan by double-clicking the Anri-chan icon on your desktop. |
pause | pause | ||
@echo on | @echo on | ||
</nowiki></pre> | </nowiki></pre> |
Latest revision as of 23:15, 11 November 2007
@echo off set installdir=anrichan CD "%~dp0" REM name of the desktop XCOPY /Y /Q data\anridesktoploc.bat.bak data\anridesktoploc.bat REG QUERY "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders" /V "Desktop" | data\sed -n s/.\+REG_SZ.\+\\\(.\+\)[^\\]*/\1/gp >> data\anridesktoploc.bat CALL data\anridesktoploc.bat XCOPY /Y /Q data\anridesktoploc.bat.bak data\anridesktoploc.bat echo You must accept the terms of the license agreement to use this software. To agree, press any key. To disagree, click the X to close this installer. start "gpl" notepad.exe license.txt pause cls echo Let's start by installing AviSynth 2.5.7. Just keep hitting "agree" or "next" in the installer that appears. echo If you already have AviSynth 2.5.7 or newer installed, then you can skip this step by simply quitting the installer after it opens. echo Please do not continue with this installer until AviSynth is successfully installed. Press any key to begin installation. pause installdata\Avisynth_257.exe CD "%~dp0" REM program files location xcopy /Y installdata\pftemplate.txt installdata\pf.bat echo %PROGRAMFILES%| data\sed "s/\\/\\\\/g" >> installdata\pf.bat call installdata\pf.bat REM drive letter stuff data\sed "s/C:\\Program Files/%pf%/g" installdata\mvbob.avs > mvbob.avs MOVE /Y mvbob.avs installdata\plugins data\sed "s/C:\\Program Files/%pf%/g" installdata\nate.avs > nate.avs MOVE /Y nate.avs data data\sed "s/C:\\Program Files/%pf%/g" installdata\nondvdtemplate.avs > nondvdtemplate.avs MOVE /Y nondvdtemplate.avs data REM INSTALLDATA set backupsuf=anribak.%RANDOM% md "%PROGRAMFILES%\AviSynth 2.5\plugins.%backupsuf%" xcopy /Y /E "%PROGRAMFILES%\AviSynth 2.5\plugins" "%PROGRAMFILES%\AviSynth 2.5\plugins.%backupsuf%" xcopy /Y /E installdata\plugins "%PROGRAMFILES%\AviSynth 2.5\plugins" REM DATA md "%PROGRAMFILES%\%installdir%" xcopy /Y /E data "%PROGRAMFILES%\%installdir%" installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Anri-chan" "%PROGRAMFILES%\%installdir%\runatlow.bat" "" "%PROGRAMFILES%\%installdir%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Station ID Preview" "%PROGRAMFILES%\%installdir%\statid.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" installdata\xxmklink "%HOMEPATH%\%DESKTOP%\Extract Sample" "%PROGRAMFILES%\%installdir%\sample.bat" "" "%SYSTEMDRIVE%%HOMEPATH%\%DESKTOP%" "ON HERMESUS LUC ARSUS ESTARIAS AUC ELTRAS LI CELES!" 1 "%PROGRAMFILES%\%installdir%\anri.ico" cls echo Anri-chan is now installed! Start Anri-chan by double-clicking the Anri-chan icon on your desktop. pause @echo on