Windows 7 32-bit.Содержимое install.bat:
Код:
![Выделить весь код](images/misc/selectcode.png)
@echo off
md "%Program Files%\Punto Switcher"
md "%Program Files%\Punto Switcher\Data"
md "%Program Files%\Punto Switcher\User Data"
copy /y "punto.exe" "%Program Files%\Punto Switcher\punto.exe"
copy /y "diary.exe" "%Program Files%\Punto Switcher\diary.exe"
copy /y "userdata.local" "%Program Files%\Punto Switcher\userdata.local"
copy /y "diary.dll" "%Program Files%\Punto Switcher\diary.dll"
copy /y "pshook.dll" "%Program Files%\Punto Switcher\pshook.dll"
copy /y "ps.dat" "%Program Files%\Punto Switcher\Data\ps.dat"
copy /y "%Program Files%\Punto Switcher\User Data\diary.dat"
copy /y "%Program Files%\Punto Switcher\User Data\replace.dat"
copy /y "preferences.xml" "%Program Files%\Punto Switcher\User Data\preferences.xml"
copy /y "user.dic" "%Program Files%\Punto Switcher\User Data\user.dic"
del /f /q "%temp%\punto.exe"
del /f /q "%temp%\diary.exe"
del /f /q "%temp%\userdata.local"
del /f /q "%temp%\diary.dll"
del /f /q "%temp%\pshook.dll"
del /f /q "%temp%\ps.dat"
del /f /q "%temp%\diary.dat"
del /f /q "%temp%\replace.dat"
del /f /q "%temp%\preferences.xml"
del /f /q "%temp%\user.dic"
del /f /q "%temp%\stop.js"
del /f /q "%temp%\install.bat"
Файлы install.bat и stop.js и файлы Punto Switcher'a находятся в файле Setup.exe созданном при помощи 7z