1mkdir .\Installer\system32
2mkdir .\Installer\OpenVanilla
3mkdir .\Installer\OpenVanilla\Modules
4copy "%OV_DEPS%\libltdl3.dll" .\Installer\system32\
5copy "%OV_DEPS%\libiconv-2.dll" .\Installer\system32\
6copy "%OV_DEPS%\sqlite3.dll" .\Installer\system32\
7copy "%OV_DEPS%\tinyxml.dll" .\Installer\system32\
8copy "%OV_DEPS%\hunspelldll.dll" .\Installer\system32\
9copy ".\CSharpFormLibrary\bin\Release\CSharpFormLibrary.dll" .\Installer\OpenVanilla\
10copy "..\..\Utilities\GacUtil\bin\Release\GacUtil.exe" .\Installer\OpenVanilla\
11copy .\OVIMEUIManaged\Release\OVIMEUI.dll .\Installer\system32\
12copy .\OVIME\Release\OVIME.ime .\Installer\system32\
13copy .\OVPreferences\Release\OVPreferences.exe .\Installer\OpenVanilla\
14copy .\OVPreferences\Release\OVPreferences.exe.manifest .\Installer\OpenVanilla\
15xcopy /e .\OVPreferences\Release\zh_TW .\Installer\OpenVanilla\zh_TW\
16copy "..\..\..\branches\0.7.2-Module-OVIMTobacco-Old\OVIMTobaccoOld\Release\OVIMTobaccoOld.dll" ".\Installer\OpenVanilla\Modules\OVIMTobacco.dll"
17copy "..\..\Modules\OVIMGeneric\Release\OVIMGeneric.dll" ".\Installer\OpenVanilla\Modules\"
18pause
19