; Thaiabc Web Server is Apache installer + PHP installer + Application script + MySQL ; Update : 2549-10-24 [ MySQL Starting : 2548-06-14 (Project Starting : 2547-10-27) ] ; - โปรแกรมนี้ compress แบบ LZMA จะได้ขนาดต่ำสุด ; - โปรแกรมที่ใช้แปลแฟ้ม .nsi คือ NSIS 2.01 จาก http://nsis.sourceforge.net/ Version 2.07 ; - อธิบายเรื่อง apache ใน windows ที่ http://httpd.apache.org/docs-2.0/platform/windows.html ;--------------------------------------------------------------------------------------- ; DOS Training (Keep filename with Full Name and Directory) ; - dir /s > c:\y.txt (For Directory) ; - dir /s/b > c:\x.txt ; - del thumbs.db /s/a ;--------------------------------------------------------------------------------------- ; The name of the installer Name "Thaiabc 5.0a (Full Options)" Caption "Web Server+Scripts: thaiabc5.0a (2549-10-24)" OutFile "thaiabc5a.exe" InstallColors FF8080 000030 XPStyle on InstallDir "c:\thaiabc" InstallDirRegKey HKLM "Software\thaiabc" "Install_Dir" LicenseText "ยินดีต้อนรับ สู่โลกไอที โลกแห่งการเรียนรู้ สู่การเป็นเยาวชนที่มีคุณภาพ" LicenseData "c:\thaiabc\apache\apache2\htdocs\readme_install.htm" Page license Page components Page instfiles UninstPage uninstConfirm UninstPage instfiles ; =============================================== ; ตัวเลือกที่ 1 Section "Apache + PHP + MySQL in c:\thaiabc" SectionIn RO SetOutPath "$INSTDIR\apache\apache2\bin" File "c:\thaiabc\apache\apache2\bin\*" SetOutPath "$INSTDIR\apache\apache2\bin\iconv" File "c:\thaiabc\apache\apache2\bin\iconv\*" SetOutPath "$INSTDIR\apache\apache2\cgi-bin" File "c:\thaiabc\apache\apache2\cgi-bin\*" SetOutPath "$INSTDIR\apache\apache2\conf" File "c:\thaiabc\apache\apache2\conf\*" SetOutPath "$INSTDIR\apache\apache2\error" File "c:\thaiabc\apache\apache2\error\*" SetOutPath "$INSTDIR\apache\apache2\error\include" File "c:\thaiabc\apache\apache2\error\include\*" SetOutPath "$INSTDIR\apache\apache2\icons" File "c:\thaiabc\apache\apache2\icons\*" SetOutPath "$INSTDIR\apache\apache2\icons\small" File "c:\thaiabc\apache\apache2\icons\small\*" SetOutPath "$INSTDIR\apache\apache2\include" File "c:\thaiabc\apache\apache2\include\*" SetOutPath "$INSTDIR\apache\apache2\lib" File "c:\thaiabc\apache\apache2\lib\*" SetOutPath "$INSTDIR\apache\apache2\logs" ; File "c:\thaiabc\apache\apache2\logs\*" SetOutPath "$INSTDIR\apache\apache2\modules" File "c:\thaiabc\apache\apache2\modules\*" SetOutPath "$INSTDIR\apache\apache2\proxy" ; File "c:\thaiabc\apache\apache2\proxy\*" ; File "c:\thaiabc\apache\apache2\manual\*" SetOutPath "$INSTDIR\apache\apache2\htdocs" File "c:\thaiabc\apache\apache2\htdocs\*" SetOutPath "$INSTDIR\php" File "c:\thaiabc\php\*" SetOutPath "$INSTDIR\php\cli" File "c:\thaiabc\php\cli\*" SetOutPath "$INSTDIR\php\dlls" File "c:\thaiabc\php\dlls\*" SetOutPath "$INSTDIR\php\extensions" File "c:\thaiabc\php\extensions\*" SetOutPath "$INSTDIR\php\mibs" File "c:\thaiabc\php\mibs\*" SetOutPath "$INSTDIR\php\openssl" File "c:\thaiabc\php\openssl\*" SetOutPath "$INSTDIR\php\pdf-related" File "c:\thaiabc\php\pdf-related\*" SetOutPath "$INSTDIR\php\pear" File "c:\thaiabc\php\pear\*" SetOutPath "$INSTDIR\php\pear\go-pear-bundle" File "c:\thaiabc\php\pear\go-pear-bundle\*" SetOutPath "$INSTDIR\php\sapi" File "c:\thaiabc\php\sapi\*" SetOutPath "$INSTDIR\mysql" File "c:\thaiabc\mysql\*" SetOutPath "$INSTDIR\mysql\bin" File "c:\thaiabc\mysql\bin\*" SetOutPath "$INSTDIR\mysql\data" ; File "c:\thaiabc\mysql\data\*" SetOutPath "$INSTDIR\mysql\data\mysql" File "c:\thaiabc\mysql\data\mysql\*" SetOutPath "$INSTDIR\mysql\data\test" File "c:\thaiabc\mysql\data\test\*" SetOutPath "$INSTDIR\mysql\share" ; File "c:\thaiabc\mysql\share\*" SetOutPath "$INSTDIR\mysql\share\charsets" File "c:\thaiabc\mysql\share\charsets\*" SetOutPath "$INSTDIR\mysql\share\english" File "c:\thaiabc\mysql\share\english\*" SetOutPath "$WINDIR" File "c:\thaiabc\mysql\my.ini" SetOutPath "$INSTDIR" File "c:\thaiabc\.htpasswd" File "c:\thaiabc\thaiabc5va.nsi" SectionEnd ; ตัวเลือกที่ group SectionGroup "Article + Source Code + Sample" Section "article (required)" SetOutPath "$INSTDIR\apache\apache2\htdocs\article" File "c:\thaiabc\apache\apache2\htdocs\article\*" SectionEnd Section "itinlife article" SetOutPath "$INSTDIR\apache\apache2\htdocs\itinlife" File "c:\thaiabc\apache\apache2\htdocs\itinlife\*" SectionEnd Section "html lesson" SetOutPath "$INSTDIR\apache\apache2\htdocs\html" File "c:\thaiabc\apache\apache2\htdocs\html\*" SectionEnd Section "slide of html" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmlslide" File "c:\thaiabc\apache\apache2\htdocs\htmlslide\*" SectionEnd Section "JavaScript lesson" SetOutPath "$INSTDIR\apache\apache2\htdocs\java" File "c:\thaiabc\apache\apache2\htdocs\java\*" SectionEnd Section "Java lesson (class + jsp)" SetOutPath "$INSTDIR\apache\apache2\htdocs\class" File "c:\thaiabc\apache\apache2\htdocs\class\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\jsp" File "c:\thaiabc\apache\apache2\htdocs\jsp\*" SectionEnd Section "moodle lesson" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodledoc" File "c:\thaiabc\apache\apache2\htdocs\moodledoc\*" SectionEnd Section "mysql lesson" SetOutPath "$INSTDIR\apache\apache2\htdocs\mysql" File "c:\thaiabc\apache\apache2\htdocs\mysql\*" SectionEnd Section "template lesson" SetOutPath "$INSTDIR\apache\apache2\htdocs\template" File "c:\thaiabc\apache\apache2\htdocs\template\*" SectionEnd Section "nsis lesson (Installer)" SetOutPath "$INSTDIR\apache\apache2\htdocs\nsis" File "c:\thaiabc\apache\apache2\htdocs\nsis\*" SectionEnd Section "Software Download" SetOutPath "$INSTDIR\apache\apache2\htdocs\download" File "c:\thaiabc\apache\apache2\htdocs\download\*" SectionEnd Section "AIDS information" SetOutPath "$INSTDIR\apache\apache2\htdocs\aids" File "c:\thaiabc\apache\apache2\htdocs\aids\*" SectionEnd Section "Source Code of 4 Languages" SetOutPath "$INSTDIR\apache\apache2\htdocs\source" File "c:\thaiabc\apache\apache2\htdocs\source\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xutil" File "c:\thaiabc\apache\apache2\htdocs\source\xutil\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xclass" File "c:\thaiabc\apache\apache2\htdocs\source\xclass\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1" ; File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\basicupdate" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\basicupdate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\beginat" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\beginat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\board" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\board\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\cart" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\cart\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\cgi" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\cgi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\counter" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\counter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\gallery" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\gallery\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\graphic" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\graphic\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\intro" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\intro\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\keywordupdate" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\keywordupdate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\quiz" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\regist" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\regist\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook1\shellcontrol" File "c:\thaiabc\apache\apache2\htdocs\source\xbook1\shellcontrol\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2" ; File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\cartbasic" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\cartbasic\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\entrance" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\entrance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\intro" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\intro\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\mysqlupdate" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\mysqlupdate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\phpgallery" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\phpgallery\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\sticker" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\sticker\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\textupdate" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\textupdate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook2\vdo" File "c:\thaiabc\apache\apache2\htdocs\source\xbook2\vdo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3" ; File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\allthai.quiz" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\allthai.quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\casereg" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\casereg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\creditcard" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\creditcard\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\emailconfirm" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\emailconfirm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\intro" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\intro\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\keepvar" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\keepvar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\quiz" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\sort" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\sort\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\textsearch" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\textsearch\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\source\xbook3\updatemdb" File "c:\thaiabc\apache\apache2\htdocs\source\xbook3\updatemdb\*" SectionEnd SectionGroupEnd ; ตัวเลือกที่ group SectionGroup "Website + Script Sample" Section "school (quiz in Php + text)" SetOutPath "$INSTDIR\school" File "c:\thaiabc\school\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\school" File "c:\thaiabc\apache\apache2\htdocs\school\*" SectionEnd Section "101-idea.com (Counter v.1)" SetOutPath "$INSTDIR\apache\apache2\htdocs\101" File "c:\thaiabc\apache\apache2\htdocs\101\*" SectionEnd Section "demo (e-Commerce in Perl + text)" SetOutPath "$INSTDIR\apache\apache2\htdocs\demo" File "c:\thaiabc\apache\apache2\htdocs\demo\*" SectionEnd Section "pizza (e-Commerce in Php + text)" SetOutPath "$INSTDIR\apache\apache2\htdocs\pizza" File "c:\thaiabc\apache\apache2\htdocs\pizza\*" SectionEnd Section "ecom (e-Commerce in Php + text)" SetOutPath "$INSTDIR\apache\apache2\htdocs\ecom" File "c:\thaiabc\apache\apache2\htdocs\ecom\*" SectionEnd Section "sar (Information in Php + mdb)" SetOutPath "$INSTDIR\apache\apache2\htdocs\sar" File "c:\thaiabc\apache\apache2\htdocs\sar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\sar\1" File "c:\thaiabc\apache\apache2\htdocs\sar\1\*" SectionEnd Section "stat (php-web-statistik.de)" SetOutPath "$INSTDIR\apache\apache2\htdocs\stat" File "c:\thaiabc\apache\apache2\htdocs\stat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\stat\log" File "c:\thaiabc\apache\apache2\htdocs\stat\log\*" SectionEnd Section "wallpaper (no thumbnail)" SetOutPath "$INSTDIR\apache\apache2\htdocs\wallpaper" File "c:\thaiabc\apache\apache2\htdocs\wallpaper\*" SectionEnd Section "quizflash (swf + php)" SetOutPath "$INSTDIR\apache\apache2\htdocs\quizflash" File "c:\thaiabc\apache\apache2\htdocs\quizflash\*" SectionEnd Section "filemanager.php (free homepages)" SetOutPath "$INSTDIR\apache\apache2\htdocs\home" File "c:\thaiabc\apache\apache2\htdocs\home\filemanager.php" File "c:\thaiabc\apache\apache2\htdocs\home\index.html" SectionEnd Section "jokes (mp3)" SetOutPath "$INSTDIR\apache\apache2\htdocs\jokes" File "c:\thaiabc\apache\apache2\htdocs\jokes\*" SectionEnd Section "miniboard (mysql)" SetOutPath "$INSTDIR\apache\apache2\htdocs\miniboard" File "c:\thaiabc\apache\apache2\htdocs\miniboard\*" SectionEnd Section "webboard (text)" SetOutPath "$INSTDIR\apache\apache2\htdocs\webboard" File "c:\thaiabc\apache\apache2\htdocs\webboard\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\webboard\newsdata" File "c:\thaiabc\apache\apache2\htdocs\webboard\newsdata\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\webboard\rdata" File "c:\thaiabc\apache\apache2\htdocs\webboard\rdata\*" SectionEnd SectionGroupEnd ; ตัวเลือกที่ 2 Section "PhpMyAdmin 2.6.3" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\css" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\lang" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\auth" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\auth\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\dbg" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\dbg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\dbi" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\dbi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\engines" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\engines\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\export" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\export\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\fpdf" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\font" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\font\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\transformations" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\transformations\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\scripts" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\scripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\css" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\img" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\img\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original\css" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original\img" File "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\img\*" SectionEnd ; ตัวเลือกที่ 2 Section "Photo Gallery 2.1.2 (47 MB)" SetOutPath "$INSTDIR\mysql\data\gallery2" File /nonfatal "c:\thaiabc\mysql\data\gallery2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\albums" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\albums\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\0" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\0\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\1" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\4" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\4\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\5" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\6" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\7" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\7\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\9" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\9\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\ffmpeg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\ffmpeg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\linkitem" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\linkitem\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\thumbnail" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\thumbnail\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\watermark" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\watermark\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\themes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\tmp" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\g2data\tmp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\steps" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\steps\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\styles" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\styles\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\install\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\install\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb\drivers" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\drivers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb\perf" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\perf\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\bbcode" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\bbcode\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\javascript" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\javascript\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\pear" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\pear\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty\internals" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\internals\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty\plugins" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty_plugins" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty_plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smtp" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\smtp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\support" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\support\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\bin" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\bin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\creator" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\creator\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\dtd" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\dtd\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\reports" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\reports\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\reports\localization" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\reports\localization\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\stubs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\stubs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\uml" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\uml\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\lib\wz_dragdrop" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\lib\wz_dragdrop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\black" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\black\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\blue" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\blue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\bluebottle" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\bluebottle\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\deepsea" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\deepsea\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\goldleaf" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\goldleaf\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ar" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryPlatform" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryPlatform\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\helpers" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\helpers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ar" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ar\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ar\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\plugins" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\data\localUploadDir" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\data\localUploadDir\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\makers" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\makers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\JPEG" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\JPEG\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\lib" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\lib" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\lib\getid3" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\lib\getid3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\iconpacks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\paularmstrongdesigns" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\paularmstrongdesigns\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\bamboo" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\bamboo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\book" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\brand" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\brand\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dotapple" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dotapple\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dots" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dots\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\flicking" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\flicking\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\notebook" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\notebook\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroid" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroid\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroids" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroids\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shadow" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shadow\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shell" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shell\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\slide" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\slide\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\wood" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\wood\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\templates\containers" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\templates\containers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\.users" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\.users\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album01" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album01\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album02" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album02\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album03" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album03\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album04" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album04\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album05" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album05\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\fr_FR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\fr_FR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\KOI-8" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\KOI-8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\monkey!" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\monkey!\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\no_NO" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\no_NO\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\java" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\java\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\docs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\isapirewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\isapirewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\modrewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\modrewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\pathinfo" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\pathinfo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\isapi_rewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\isapi_rewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\custom" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\custom\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\custom" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\custom\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery2" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\path_info" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\path_info\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ar" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ar\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ar\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\templates\blocks" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\templates\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\applets" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\applets\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\applets" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\applets\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\xml-src" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\xml-src\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\classes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\test" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\test\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\test\phpunit" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\test\phpunit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\el" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\he" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\da" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\da\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\da\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\es" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\es\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\es\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\is" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\is\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\is\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\is\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\images" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\af" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\af\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\af\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\bg" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\bg\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\bg\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\cs" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\cs\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\cs\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\de" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\de\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\de\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\eu" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\eu\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\eu\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\fr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\fr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\fr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\it" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\it\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\it\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ja" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ja\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ja\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\nl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\nl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\nl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\no" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\no\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\no\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\pl" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\pl\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\pl\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ru" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ru\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ru\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sv" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sv\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sv\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\tr" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\tr\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\tr\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\vi" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\vi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\vi\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\vi\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\LC_MESSAGES" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\LC_MESSAGES\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\po" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\po\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\steps" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\steps\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\styles" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\styles\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\templates" File /nonfatal "c:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\templates\*" SectionEnd ; ตัวเลือกที่ 3 Section "Postnuke 0.726 (15 MB)" SetOutPath "$INSTDIR\mysql\data\postnuke" File /nonfatal "c:\thaiabc\mysql\data\postnuke\*" SetOutPath "$INSTDIR\mysql\data\postnukeblue" File /nonfatal "c:\thaiabc\mysql\data\postnukeblue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke" File "c:\thaiabc\apache\apache2\htdocs\postnuke\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\avatar" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\avatar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\banners" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\flags" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\flags\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\global" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\global\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\menu" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\menu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\powered" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\powered\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\reviews" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\reviews\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\sections" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\sections\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\smilies" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\smilies\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\images\topics" File "c:\thaiabc\apache\apache2\htdocs\postnuke\images\topics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu" ; File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\galeon_theme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\galeon_theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\gmc_theme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\gmc_theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\kde_theme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\kde_theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\mozilla_theme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\mozilla_theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\nautilus_theme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\nautilus_theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\xanthia_plugin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\xanthia_plugin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\icons" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\icons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\lib" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\libjs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\libjs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\templates" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\classes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\includes\search" File "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\javascript" File "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\emotion" File "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\emotion\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\imgedit" File "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\imgedit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\language" File "c:\thaiabc\apache\apache2\htdocs\postnuke\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\language\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\language\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\language\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\language\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pndocs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pndocs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\img_repository" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\img_repository\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\js" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\js\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pncache" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pncache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnclass" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnclass\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnsearch" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnsearch\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\admin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\case" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\case\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\links" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\links\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\modules" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites\installation" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\installation\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\doc" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\doc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\user" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\user\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\case" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\case\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\links" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\links\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\modules" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pndocs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pndocs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\admin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\includes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\db" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\thumbs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\thumbs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\attach_mod" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\attach_mod\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\Sample_1" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\Sample_1\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\posticons" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\posticons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\ranks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\ranks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\smiles" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\smiles\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\includes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\admin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\email" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\email\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\admin" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\default" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\default\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\light_blue" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\light_blue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\lang_english" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\lang_english\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\posticons" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\posticons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\lang_english" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\lang_english\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\styles" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\styles\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\Xanthia" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\Xanthia\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\img_repository" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\img_repository\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnincludes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnincludes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\search" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\configs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\configs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\plugins" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates_c" ; File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templages_c\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\misc" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\misc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\plugins" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\smilies" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\smilies\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\templates_c" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\templates_c\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pndocs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pndocs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnblocks" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnblocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\docs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pndocs" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pndocs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnimages" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnimages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\eng" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\eng\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\tha" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\tha\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc\api" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\api\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc\lib" File "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb" File "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\datadict" File "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\datadict\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\drivers" File "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\drivers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\lang" File "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong\style" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\style\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\style" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\style\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\style" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\style\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\nav" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\nav\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\jscript" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\jscript\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\style" File "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\style\*" SectionEnd ; ตัวเลือกที่ 4 Section "OSCommerce 2.2 (6 MB)" SetOutPath "$INSTDIR\mysql\data\oscommerce" File "c:\thaiabc\mysql\data\oscommerce\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\categories" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\categories\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\graphs" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\graphs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\icons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\icons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\boxes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\boxes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\classes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\functions" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\functions\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\graphs" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\graphs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\newsletters" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\newsletters\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\newsletters" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\newsletters\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\newsletters" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\newsletters\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\newsletters" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\newsletters\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\local" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\local\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\newsletters" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\newsletters\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\download" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\download\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\banners" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\default" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\default\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\dvd" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\dvd\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\gt_interactive" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\gt_interactive\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\hewlett_packard" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\hewlett_packard\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\icons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\icons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\infobox" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\infobox\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\mail" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\mail\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\matrox" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\matrox\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\microsoft" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\microsoft\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\sierra" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\sierra\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\boxes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\boxes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\classes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\classes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\functions" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\functions\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\order_total" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\order_total\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\payment" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\payment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\shipping" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\shipping\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\order_total" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\order_total\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\payment" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\payment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\shipping" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\shipping\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\order_total" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\order_total\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\payment" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\payment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\shipping" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\shipping\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\buttons" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\order_total" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\order_total\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\payment" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\payment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\shipping" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\shipping\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\local" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\local\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\order_total" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\order_total\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\payment" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\payment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\shipping" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\shipping\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\images" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\images\layout" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\images\layout\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\includes" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\includes\functions" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\includes\functions\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates\main_page" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\main_page\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates\pages" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\pages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\pub" File "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\pub\*" SectionEnd ; ตัวเลือกที่ 5 Section "Moodle 1.5 (60 MB)" SetOutPath "$INSTDIR\moodledata" File "c:\thaiabc\moodledata\*" SetOutPath "$INSTDIR\mysql\data\moodle" File "c:\thaiabc\mysql\data\moodle\*" SetOutPath "$INSTDIR\moodledata\users" ; File "c:\thaiabc\moodledata\users\*" SetOutPath "$INSTDIR\moodledata\users\2" File "c:\thaiabc\moodledata\users\2\*" SetOutPath "$INSTDIR\moodledata\users\3" File "c:\thaiabc\moodledata\users\3\*" SetOutPath "$INSTDIR\moodledata\users\4" ; File "c:\thaiabc\moodledata\users\4\*" SetOutPath "$INSTDIR\moodledata\users\5" File "c:\thaiabc\moodledata\users\5\*" SetOutPath "$INSTDIR\moodledata\users\6" File "c:\thaiabc\moodledata\users\6\*" SetOutPath "$INSTDIR\moodledata\users\7" File "c:\thaiabc\moodledata\users\7\*" SetOutPath "$INSTDIR\moodledata\users\8" File "c:\thaiabc\moodledata\users\8\*" SetOutPath "$INSTDIR\moodledata\users\9" ; File "c:\thaiabc\moodledata\users\9\*" SetOutPath "$INSTDIR\moodledata\users\11" ; File "c:\thaiabc\moodledata\users\11\*" SetOutPath "$INSTDIR\moodledata\users\12" File "c:\thaiabc\moodledata\users\12\*" SetOutPath "$INSTDIR\moodledata\1" SetOutPath "$INSTDIR\moodledata\1\moddata" SetOutPath "$INSTDIR\moodledata\1\moddata\forum" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5\3" File "c:\thaiabc\moodledata\1\moddata\forum\5\3\*" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5\4" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5\5" File "c:\thaiabc\moodledata\1\moddata\forum\5\5\*" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5\6" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\5\7" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\6" SetOutPath "$INSTDIR\moodledata\1\moddata\forum\6\9" File "c:\thaiabc\moodledata\1\moddata\forum\6\9\*" SetOutPath "$INSTDIR\moodledata\2" SetOutPath "$INSTDIR\moodledata\2\moddata" SetOutPath "$INSTDIR\moodledata\2\moddata\forum" SetOutPath "$INSTDIR\moodledata\2\moddata\forum\2" SetOutPath "$INSTDIR\moodledata\2\moddata\forum\2\2" File "c:\thaiabc\moodledata\2\moddata\forum\2\2\*" ; SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle" File "c:\thaiabc\apache\apache2\htdocs\moodle\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\admin" File "c:\thaiabc\apache\apache2\htdocs\moodle\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\cas" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\cas\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\email" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\email\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\fc" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\fc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\imap" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\imap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\ldap" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\ldap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\manual" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\manual\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\nntp" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\nntp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\none" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\none\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\pam" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\pam\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\pop3" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\pop3\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\auth\shibboleth" File "c:\thaiabc\apache\apache2\htdocs\moodle\auth\shibboleth\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\backup" File "c:\thaiabc\apache\apache2\htdocs\moodle\backup\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\backup\bb" File "c:\thaiabc\apache\apache2\htdocs\moodle\backup\bb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\backup\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\backup\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\activity_modules" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\activity_modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\activity_modules\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\activity_modules\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\admin" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\admin\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\admin\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_month" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_month\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_month\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_month\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_upcoming" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_list" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_list\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_list\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_list\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_summary" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_summary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_summary\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_summary\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\glossary_random" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\glossary_random\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\html" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\html\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\login" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\login\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\messages" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\messages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\news_items" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\news_items\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\news_items\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\news_items\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\online_users" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\online_users\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\online_users\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\online_users\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\participants" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\participants\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\participants\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\participants\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\quiz_results" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\quiz_results\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\recent_activity" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\recent_activity\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\recent_activity\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\recent_activity\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\rss_client" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\rss_client\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\rss_client\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\rss_client\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\search_forums" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\search_forums\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\search_forums\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\search_forums\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\section_links" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\section_links\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\section_links\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\section_links\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\site_main_menu" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\site_main_menu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\social_activities" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\social_activities\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\blocks\social_activities\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\social_activities\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\calendar" File "c:\thaiabc\apache\apache2\htdocs\moodle\calendar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\course" File "c:\thaiabc\apache\apache2\htdocs\moodle\course\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\course\format" File "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\course\format\social" File "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\social\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\course\format\topics" File "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\topics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\course\format\weeks" File "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\weeks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\doc" File "c:\thaiabc\apache\apache2\htdocs\moodle\doc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\doc\pix" File "c:\thaiabc\apache\apache2\htdocs\moodle\doc\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\authorize" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\authorize\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\authorize\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\authorize\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\database" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\database\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\flatfile" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\flatfile\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\internal" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\internal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\ldap" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\ldap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\paypal" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\paypal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\enrol\paypal\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\paypal\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\error" File "c:\thaiabc\apache\apache2\htdocs\moodle\error\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\files" File "c:\thaiabc\apache\apache2\htdocs\moodle\files\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\activitynames" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\activitynames\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\algebra" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\algebra\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\censor" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\censor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\emailprotect" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\emailprotect\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\mediaplugin" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\mediaplugin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\multilang" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\multilang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\tex" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\tex\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\filter\tidy" File "c:\thaiabc\apache\apache2\htdocs\moodle\filter\tidy\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\bg" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bg\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\bg\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bg\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\bs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\da" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\da\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\survey\_notes" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\survey\_notes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\de_du" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de_du\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\appointment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\appointment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_ar" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_ar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_es" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_es\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_mx" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_mx\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\et" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\appointment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\appointment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fa" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fa\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fa_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fa_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\pgassignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\pgassignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\he" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\he\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ka_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ka_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ka_utf8\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ka_utf8\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\kn_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\kn_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ko" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ko\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ko_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ko_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\mi_nt" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\mi_nt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\no_gr" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no_gr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\scheduler" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\scheduler\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sr_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sr_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\book" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\book\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\hotpotatoes" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\hotpotatoes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\grade" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\grade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\questionnaire" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\questionnaire\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\fonts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\fonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\attendance" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\attendance\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\dialogue" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\dialogue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\exercise" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\exercise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw_utf8" File "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw_utf8\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\media" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\media\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\xmlschema" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\xmlschema\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\cute_icons_for_site" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\cute_icons_for_site\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\datadict" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\datadict\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\drivers" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\drivers\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\lang" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\Container" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\Container\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\perf" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\perf\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\session" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\session\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\tests" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\tests\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\xsl" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\xsl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas\languages" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas\PGTStorage" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\PGTStorage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\images" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\lang" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\img" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\img\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\lang" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\img" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\img\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\lang" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\popups" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\popups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\excel" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\excel\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\ipatlas" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\ipatlas\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\ipatlas\languages" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\ipatlas\languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie\extlib" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\extlib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie\htdocs" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\htdocs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\mp3player" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\mp3player\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\nusoap" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\nusoap\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\pclzip" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\pclzip\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\phpmailer" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\phpmailer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\phpmailer\language" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\phpmailer\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty\core" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\core\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty\plugins" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\snoopy" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\snoopy\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\speller" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\speller\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\lib\speller\server-scripts" File "c:\thaiabc\apache\apache2\htdocs\moodle\lib\speller\server-scripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\login" File "c:\thaiabc\apache\apache2\htdocs\moodle\login\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\message" File "c:\thaiabc\apache\apache2\htdocs\moodle\message\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\offline" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\offline\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\online" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\online\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\online\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\online\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\uploadsingle" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\uploadsingle\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\gui_header_js" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\gui_header_js\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\gui_sockets" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\gui_sockets\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\choice" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\choice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\choice\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\choice\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\forum" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\forum\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\forum\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\forum\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\continuous" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\continuous\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\dictionary" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\dictionary\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\encyclopedia" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\encyclopedia\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\entrylist" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\entrylist\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\faq" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\faq\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithauthor" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithauthor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithoutauthor" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithoutauthor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\TEMPLATE" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\TEMPLATE\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\fullstat" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\fullstat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\overview" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\overview\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\simplestat" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\simplestat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\v6" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\v6\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\v6\source" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\v6\source\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\journal" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\journal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\journal\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\journal\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\label" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\label\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\label\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\label\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson\action" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\action\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\doc" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\doc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\aiken" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\aiken\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\aon" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\aon\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\blackboard" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\blackboard\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\coursetestmanager" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\coursetestmanager\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\examview" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\examview\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\gift" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\gift\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\hotpot" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\hotpot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\learnwise" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\learnwise\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\missingword" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\missingword\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\multianswer" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\multianswer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\qti2" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\templates" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\webct" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\webct\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\xhtml" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\xhtml\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\xml" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\xml\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\pix" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\calculated" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\calculated\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\datasetdependent" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\datasetdependent\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\description" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\description\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\match" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\match\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multianswer" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multianswer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multichoice" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multichoice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\numerical" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\numerical\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\random" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\random\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\randomsamatch" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\randomsamatch\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\rqp" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\rqp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\shortanswer" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\shortanswer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\truefalse" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\truefalse\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\analysis" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\analysis\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\overview" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\overview\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\regrade" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\regrade\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\directory" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\directory\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\file" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\file\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\html" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\html\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\text" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\text\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\datamodels" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\datamodels\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\pix" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\survey" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\survey\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\survey\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\survey\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\fragments" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\fragments\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\aview" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\aview\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\feature" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\feature\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\lib" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\lib\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\markup" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\markup\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\moodle" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\moodle\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\page" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\page\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\workshop" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\workshop\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\mod\workshop\db" File "c:\thaiabc\apache\apache2\htdocs\moodle\mod\workshop\db\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\c" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\c\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\f" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\f\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\g" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\g\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\i" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\i\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\m" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\m\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\s" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\s\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\t" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\t\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\pix\u" File "c:\thaiabc\apache\apache2\htdocs\moodle\pix\u\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\rss" File "c:\thaiabc\apache\apache2\htdocs\moodle\rss\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\images" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix\grad" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\grad\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhitepda" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhitepda\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardblue" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardblue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardgreen" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardgreen\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardlogo" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardlogo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardred" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardred\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardwhite" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardwhite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix" ; File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix\t" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\t\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix\tab" File "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\tab\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\user" File "c:\thaiabc\apache\apache2\htdocs\moodle\user\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\user\default" File "c:\thaiabc\apache\apache2\htdocs\moodle\user\default\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\moodle\userpix" File "c:\thaiabc\apache\apache2\htdocs\moodle\userpix\*" SectionEnd ; ตัวเลือกที่ 6 Section "Mambo 4.5.3 Thai Enable (10 MB)" SetOutPath "$INSTDIR\mysql\data\mambo" File "c:\thaiabc\mysql\data\mambo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo" File "c:\thaiabc\apache\apache2\htdocs\mambo\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\backups" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\backups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_admin" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_banners" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_categories" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_categories\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_checkin" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_checkin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_config" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_config\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_contact" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_contact\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_content" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_content\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_frontpage" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_frontpage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\component" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\component\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\language" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\mambot" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\mambot\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\module" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\module\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\template" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\template\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_languages" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_languages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_login" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_login\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_mambots" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_mambots\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_massmail" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_massmail\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_media" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_media\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_media\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_media\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menumanager" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menumanager\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\component_item_link" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\component_item_link\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\components" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\components\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_category_table" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_category_table\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_item_link" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_item_link\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_category" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_category\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_section" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_section\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_category" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_category\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_section" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_section\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_category" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_category\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_item_link" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_item_link\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_section" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_section\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_typed" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_typed\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_category_table" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_category_table\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_link" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_link\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\separator" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\separator\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\url" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\url\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\weblink_category_table" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\weblink_category_table\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\wrapper" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\wrapper\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_messages" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_messages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_modules" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_newsfeeds" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_newsfeeds\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_poll" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_poll\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_search" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_sections" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_sections\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_statistics" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_statistics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_syndicate" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_syndicate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_templates" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_trash" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_trash\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_typedcontent" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_typedcontent\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_users" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_users\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_weblinks" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_weblinks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\js" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\js\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\js\ThemeOffice" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\js\ThemeOffice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\pcl" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\pcl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\modules" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\popups" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\popups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\cache" File "c:\thaiabc\apache\apache2\htdocs\mambo\cache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_banners" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_contact" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_contact\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_content" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_content\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_frontpage" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_frontpage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_login" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_login\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_messages" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_messages\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_newsfeeds" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_newsfeeds\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_poll" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_poll\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_poll\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_poll\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_registration" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_registration\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_rss" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_rss\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_search" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_user" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_user\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_weblinks" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_weblinks\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\components\com_wrapper" File "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_wrapper\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\editor" File "c:\thaiabc\apache\apache2\htdocs\mambo\editor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\help" File "c:\thaiabc\apache\apache2\htdocs\mambo\help\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\help\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\help\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\images\banners" File "c:\thaiabc\apache\apache2\htdocs\mambo\images\banners\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\images\M_images" File "c:\thaiabc\apache\apache2\htdocs\mambo\images\M_images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\images\smilies" File "c:\thaiabc\apache\apache2\htdocs\mambo\images\smilies\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\images\stories" File "c:\thaiabc\apache\apache2\htdocs\mambo\images\stories\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\Archive" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Archive\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\Cache" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Cache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\Cache\Lite" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Cache\Lite\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\domit" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\domit\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\js" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\calendar" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\calendar\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\calendar\lang" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\calendar\lang\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\tabs" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\tabs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\ThemeOffice" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\ThemeOffice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Dump" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Dump\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Function" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Function\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\InputFilter" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\InputFilter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\HTML" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\HTML\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\OutputFilter" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\OutputFilter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Reader" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Reader\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Stat" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Stat\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\TemplateCache" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\TemplateCache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\tmpl" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\tmpl\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\PEAR" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\PEAR\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpInputFilter" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpInputFilter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpmailer" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpmailer\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpmailer\language" File "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpmailer\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\language" File "c:\thaiabc\apache\apache2\htdocs\mambo\language\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content\geshi" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\geshi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content\geshi\geshi" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\geshi\geshi\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\docs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\xp" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\xp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\jscripts" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\langs" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\utils" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\utils\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors-xtd" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors-xtd\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\mambots\search" File "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\search\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\media" File "c:\thaiabc\apache\apache2\htdocs\mambo\media\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\modules" File "c:\thaiabc\apache\apache2\htdocs\mambo\modules\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800\css" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800\images" File "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\images\*" SectionEnd ; ตัวเลือกที่ 7 Section "WordPress 2.0.2 (Blog) (3 MB)" SetOutPath "$INSTDIR\mysql\data\wordpress" File "c:\thaiabc\mysql\data\wordpress\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress" File "c:\thaiabc\apache\apache2\htdocs\wordpress\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin\import" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\import\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache\userlogins" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\userlogins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache\users" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\users\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\plugins" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\plugins\akismet" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\plugins\akismet\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes" ;File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\classic" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\classic\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\default" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\default\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\default\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\default\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\uploads" ;File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\uploads\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\images" ;File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\images\smilies" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\images\smilies\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins" ;File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\css" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\jscripts" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes" ;File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\css" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\css\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\xp" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\xp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\jscripts" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\jscripts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\langs" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\langs\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\utils" File "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\utils\*" SectionEnd ; ตัวเลือกที่ 8 SectionGroup "5 Manuals" Section "1. Html (5 MB)" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\exercises" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\exercises\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms\images" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\images\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms\mailtotest" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\mailtotest\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples2" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\framz" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\framz\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\load_two" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\load_two\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\nolines" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\nolines\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice2" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice2\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\templates" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\templates\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\dafonts" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\dafonts\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\jokeon" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\jokeon\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\list" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\list\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\net216" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\net216\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\ads" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\ads\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\pics" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\pics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\psp" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\psp\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other\buttons" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\buttons\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other\titlepics" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\titlepics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\background" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\background\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\dragon" ;File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\dragon\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\neetstuf" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\neetstuf\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\samples" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\samples\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\spaces" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\spaces\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\tack" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\adpics" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\adpics\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\barebones" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\barebones\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\ptlogos" File "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\ptlogos\*" SectionEnd Section "2. JavaScript (600 KB)" SetOutPath "$INSTDIR\apache\apache2\htdocs\javascripter" File "c:\thaiabc\apache\apache2\htdocs\javascripter\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\phppage" File "c:\thaiabc\apache\apache2\htdocs\phppage\*" SectionEnd Section "3. MySQL (10 MB)" SetOutPath "$INSTDIR\apache\apache2\htdocs\mysqldoc" File "c:\thaiabc\apache\apache2\htdocs\mysqldoc\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\mysqldoc\images" File "c:\thaiabc\apache\apache2\htdocs\mysqldoc\images\*" SectionEnd Section "4. PHP (30 MB)" SetOutPath "$INSTDIR\apache\apache2\htdocs\php_manual_en" ; File "c:\thaiabc\apache\apache2\htdocs\php_manual_en\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\php_manual_en\html" File "c:\thaiabc\apache\apache2\htdocs\php_manual_en\html\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\php_manual_en\html\figures" File "c:\thaiabc\apache\apache2\htdocs\php_manual_en\html\figures\*" SectionEnd Section "5. JAVA (2 MB)" SetOutPath "$INSTDIR\apache\apache2\htdocs\langspec20" File "c:\thaiabc\apache\apache2\htdocs\langspec20\*" SetOutPath "$INSTDIR\apache\apache2\htdocs\langspec20\chars" File "c:\thaiabc\apache\apache2\htdocs\langspec20\chars\*" SectionEnd SectionGroupEnd ; ตัวเลือกที่ 14 Section "สร้าง Short Cut ใน Start, Programs, Thaiabc Web Server" SectionIn RO CreateDirectory "$SMPROGRAMS\Thaiabc Web Server" CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\01. Open Service of Web Server.lnk" "$INSTDIR\apache\apache2\bin\start.bat" "" "$INSTDIR\apache\apache2\bin\start.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\02. Close Service of Web Server.lnk" "$INSTDIR\apache\apache2\bin\stop.bat" "" "$INSTDIR\apache\apache2\bin\stop.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\03. Open localhost.lnk" "$INSTDIR\apache\apache2\bin\openlocalhost.bat" "" "$INSTDIR\apache\apache2\bin\openlocalhost.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\04. Show Monitor on Taskbar.lnk" "$INSTDIR\apache\apache2\bin\apachemonitor.bat" "" "$INSTDIR\apache\apache2\bin\apachemonitor.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\05. Edit httpd.conf.lnk" "$INSTDIR\apache\apache2\bin\edit_httpdconf.bat" "" "$INSTDIR\apache\apache2\bin\edit_httpdconf.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\06. Edit php.ini.lnk" "$INSTDIR\apache\apache2\bin\edit_phpini.bat" "" "$INSTDIR\apache\apache2\bin\edit_phpini.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\07. Open Service of MySQL(Console).lnk" "$INSTDIR\apache\apache2\bin\startmysql.bat" "" "$INSTDIR\apache\apache2\bin\startmysql.bat" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\18. Readme.lnk" "$INSTDIR\apache\apache2\htdocs\readme.htm" "" "$INSTDIR\apache\apache2\htdocs\readme.htm" 0 CreateShortCut "$SMPROGRAMS\Thaiabc Web Server\19. Uninstall.lnk" "$INSTDIR\uninstall.exe" "" "$INSTDIR\uninstall.exe" 0 ; Write the installation path into the registry WriteRegStr HKLM SOFTWARE\thaiabc "Install_Dir" "$INSTDIR" ; Write the uninstall keys for Windows WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\thaiabc" "DisplayName" "thaiabc web server" WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\thaiabc" "UninstallString" '"$INSTDIR\uninstall.exe"' WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\thaiabc" "NoModify" 1 WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\thaiabc" "NoRepair" 1 WriteUninstaller "uninstall.exe" ExecShell "open" "$INSTDIR\apache\apache2\bin\start.bat" SectionEnd ; ยกเลิกส่วนนี้ เพราะใน XP จะเปิดตลอดเวลาอยู่แล้ว ; Section "ติดตั้ง Short Cut บน Desktop เปิด Web " ; CreateShortCut "$DESKTOP\เปิดบริการ Web Server.lnk" "$INSTDIR\apache\apache2\bin\start.bat" ; SectionEnd ; Section "เมื่อเปิดเครื่อง ให้เปิดบริการ Web Server ทันที" ; CreateShortCut "$SMPROGRAMS\Startup\เปิดบริการ Web Server.lnk" "$INSTDIR\apache\apache2\bin\start.bat" "" "$INSTDIR\apache\apache2\bin\start.bat" 0 ; SectionEnd ; end of install ;--------------------------------------------------------------------------------------- ; Uninstaller Section "Uninstall" ; Remove registry keys and shortcut ExecShell "open" "$INSTDIR\apache\apache2\bin\uninstall.bat" DeleteRegKey HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\thaiabc" DeleteRegKey HKLM "SOFTWARE\thaiabc" delete "$SMPROGRAMS\Thaiabc Web Server\*" delete "$SMPROGRAMS\Startup\เปิดบริการ Web Server.lnk" delete "$DESKTOP\เปิดบริการ Web Server.lnk" ; gallery2 start delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\styles\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\styles" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\steps\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\steps" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\upgrade\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\upgrade" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\tile\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\tile" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\slider\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\slider" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\siriux\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\siriux" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\ar" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\matrix\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\matrix" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\hybrid\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\hybrid" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale\ar" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\floatrix\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\floatrix" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\classic\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes\classic" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\themes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\themes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\zipcart\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\zipcart" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\webcam\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\webcam" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\watermark\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\watermark" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\useralbum\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\useralbum" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\applets\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet\applets" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\uploadapplet\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\uploadapplet" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbpage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbpage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\thumbnail\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\thumbnail" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\squarethumb\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\squarethumb" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\applets\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet\applets" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshowapplet\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshowapplet" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\slideshow\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\slideshow" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sizelimit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sizelimit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\sitemap\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\sitemap" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\shutterfly\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\shutterfly" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ar\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ar\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\ar" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\search\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\search" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rss\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rss" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\path_info\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\path_info" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\gallery" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\custom\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\custom" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite_no_options" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\gallery" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\custom\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\custom" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\mod_rewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\isapi_rewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data\isapi_rewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\pathinfo\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\pathinfo" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\modrewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\modrewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\isapirewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\isapirewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\parsers" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\reupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\reupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\remote\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\remote" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\register\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\register" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rearrange\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rearrange" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\rating\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\rating" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\randomhighlight\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\randomhighlight" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\quotas\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\quotas" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\publishxp\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\publishxp" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\docs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\picasa\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\picasa" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\photoaccess\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\photoaccess" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\permalinks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\permalinks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\password\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\password" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\java\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\java" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\panorama\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\panorama" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\nokiaupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\nokiaupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\newitems\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\newitems" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\netpbm\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\netpbm" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\multilang\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\multilang" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\mime\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\mime" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\no_NO\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\no_NO" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\monkey!\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\monkey!" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\KOI-8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\KOI-8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\fr_FR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\fr_FR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album05\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album05" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album04\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album04" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album03\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album03" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album02\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album02" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album01\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\album01" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\.users\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\.users" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data\albums" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\migrate\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\migrate" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\members\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\members" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\linkitem\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\linkitem" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imagemagick\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imagemagick" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\templates\containers\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\templates\containers" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\wood\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\wood" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\slide\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\slide" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shell\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shell" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shadow\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\shadow" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroids\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroids" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroid\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\polaroid" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\notebook\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\notebook" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\gold" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\flicking\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\flicking" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dots\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dots" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dotapple\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\dotapple" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\brand\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\brand" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\book" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\bamboo\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames\bamboo" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\frames\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\frames" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageframe\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageframe" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\imageblock\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\imageblock" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\paularmstrongdesigns\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\paularmstrongdesigns" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\iconpacks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\iconpacks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\icons\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\icons" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\hidden\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\hidden" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\lib\getid3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\lib\getid3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\lib" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\getid3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\getid3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\gd\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\gd" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\lib" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\fotokasten\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\fotokasten" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\ffmpeg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\ffmpeg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\JPEG\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\JPEG" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\makers\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\makers" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib\exifer" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\lib" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\exif\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\exif" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\debug\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\debug" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\dcraw\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\dcraw" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\customfield\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\customfield" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\data\localUploadDir\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\data\localUploadDir" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\plugins" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ar\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ar\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\ar" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\helpers\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\helpers" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryPlatform\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes\GalleryPlatform" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\core\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\core" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\he\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\he\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\he" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_MX" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es_AR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\el\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\el\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\el" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\ar" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\xml-src\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\xml-src" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes\GalleryStorage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\comment\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\comment" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\goldleaf\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\goldleaf" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\deepsea\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\deepsea" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\bluebottle\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\bluebottle" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\blue\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\blue" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\black\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs\black" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\packs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\packs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\colorpack\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\colorpack" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\ga" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\cart\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\cart" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\captcha\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\captcha" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\fi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\archiveupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\archiveupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\templates\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\templates\blocks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pt_BR" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\is" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\hu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\es" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\da" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\albumselect\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules\albumselect" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\modules" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\wz_dragdrop\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\wz_dragdrop" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\uml\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\uml" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\stubs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\stubs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test\data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\test\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\test" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository\classes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\repository\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\repository" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\reports\localization\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\reports\localization" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\reports\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\reports" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\phpunit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\phpunit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\dtd\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\dtd" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\creator\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\creator" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\bin\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools\bin" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\tools\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\tools" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\support\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\support" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\smtp\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smtp" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty_plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty_plugins" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty\plugins" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\internals\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty\internals" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\smarty\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\smarty" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\pear\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\pear" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\javascript\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\javascript" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\bbcode\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\bbcode" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\perf\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb\perf" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\drivers\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb\drivers" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\adodb\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib\adodb" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\lib" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\templates" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\styles\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\styles" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\steps\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\steps" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\po\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\po" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_TW\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_TW\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_TW\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_TW" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_CN\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_CN\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\zh_CN\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\zh_CN" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\vi\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\vi\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\vi\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\vi" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\tr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\tr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\tr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sv\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sv\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sv" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\sr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\sr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ru\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ru\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ru" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\pl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\pl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\pl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\no\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\no\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\no" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\nl\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\nl\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\nl" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\lt\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\lt\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\lt" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ja\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ja\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\ja" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\it\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\it\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\it" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\fr\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\fr\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\fr" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\eu\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\eu\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\eu" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\en_GB\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\en_GB\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\en_GB\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\en_GB" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\de\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\de\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\de" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\cs\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\cs\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\cs" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\bg\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\bg\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\bg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\af\LC_MESSAGES\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\af\LC_MESSAGES" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale\af" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\locale\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\locale" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\install\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\install" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\images" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\tmp\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\tmp" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\*" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\%%779381663\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\%%779381663" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\%%1829902013\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c\%%1829902013" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty\templates_c" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\smarty\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\smarty" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\themes\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\themes" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\watermark\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\watermark" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\thumbnail\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\thumbnail" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\linkitem\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\linkitem" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\ffmpeg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\ffmpeg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data\modules" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\plugins_data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\plugins_data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\9\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\9" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\8\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\8" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\7\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\7" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\6\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\6" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\locks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\locks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\tile" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\slider" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\siriux" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\matrix" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\hybrid" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\floatrix" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\classic" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme\_all" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\theme" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\zipcart" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\webcam" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\watermark" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\useralbum" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\uploadapplet" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbpage" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\thumbnail" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\squarethumb" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshowapplet" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\slideshow" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sizelimit" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\sitemap" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\shutterfly" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\search\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\search" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rss\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rss" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rewrite" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\reupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\remote\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\remote" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\register\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\register" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rearrange" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\rating\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\rating" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\randomhighlight" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\quotas" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\publishxp" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\picasa" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\photoaccess" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\permalinks" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\password\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\password" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\panorama" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\nokiaupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\newitems" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\netpbm" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\multilang" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\mime\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\mime" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\migrate" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\members\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\members" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\linkitem" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imagemagick" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageframe" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\imageblock" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\icons\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\icons" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\hidden" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\getid3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\gd\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\gd" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\fotokasten" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\ffmpeg" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\exif\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\exif" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\debug\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\debug" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\dcraw" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\customfield" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\core\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\core" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\comment\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\comment" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\colorpack" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\cart\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\cart" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\captcha" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\archiveupload" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\albumselect" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\_all\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module\_all" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\module\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\module" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\1\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\1" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\entity\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\entity" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\5\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\5" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\4\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\4" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\3\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\3" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\2" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative\0" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\derivative\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache\derivative" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\cache\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\cache" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\albums\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data\albums" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\g2data\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2\g2data" delete "C:\thaiabc\apache\apache2\htdocs\gallery2\*" rmdir "$INSTDIR\apache\apache2\htdocs\gallery2" ; gallery2 stop ; htmltutor start delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\ptlogos\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\ptlogos" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\barebones\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\barebones" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\adpics\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\tack\adpics" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\tack\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\tack" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\spaces\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\spaces" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\samples\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\samples" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\neetstuf\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\neetstuf" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\dragon\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\dragon" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\background\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables\background" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\tables\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\tables" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\titlepics\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other\titlepics" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\buttons\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other\buttons" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\other\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\other" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\psp\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\psp" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\pics\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\pics" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\ads\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\ads" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\picker" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\net216\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\net216" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\list\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\list" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\jokeon\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\jokeon" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\dafonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage\dafonts" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\makapage\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\makapage" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\templates" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice2\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice2" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\practice" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\nolines\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\nolines" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\load_two\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\load_two" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\framz\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\framz" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples2\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples2" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames\examples" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\frames\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\frames" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\mailtotest\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms\mailtotest" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms\images" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\forms\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\forms" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\exercises\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor\exercises" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\pagetutor\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor\pagetutor" delete "c:\thaiabc\apache\apache2\htdocs\htmltutor\*" rmdir "$INSTDIR\apache\apache2\htdocs\htmltutor" ; htmltutor stop ; mysqldoc start delete "c:\thaiabc\apache\apache2\htdocs\mysqldoc\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\mysqldoc\images" delete "c:\thaiabc\apache\apache2\htdocs\mysqldoc\*" rmdir "$INSTDIR\apache\apache2\htdocs\mysqldoc" ; mysqldoc stop ; source start delete "c:\thaiabc\apache\apache2\htdocs\source\xutil\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xclass\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\updatemdb\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\textsearch\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\sort\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\quiz\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\keepvar\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\intro\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\emailconfirm\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\creditcard\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\casereg\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\allthai.quiz\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook3\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\vdo\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\textupdate\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\sticker\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\phpgallery\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\mysqlupdate\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\intro\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\entrance\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\cartbasic\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook2\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\shellcontrol\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\regist\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\quiz\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\keywordupdate\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\intro\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\graphic\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\gallery\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\counter\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\cgi\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\cart\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\board\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\beginat\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\basicupdate\*" delete "c:\thaiabc\apache\apache2\htdocs\source\xbook1\*" delete "c:\thaiabc\apache\apache2\htdocs\source\*" rmdir "$INSTDIR\apache\apache2\htdocs\source\xutil" rmdir "$INSTDIR\apache\apache2\htdocs\source\xclass" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\updatemdb" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\textsearch" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\sort" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\quiz" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\keepvar" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\intro" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\emailconfirm" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\creditcard" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\casereg" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3\allthai.quiz" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook3" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\vdo" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\textupdate" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\sticker" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\phpgallery" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\mysqlupdate" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\intro" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\entrance" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2\cartbasic" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook2" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\shellcontrol" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\regist" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\quiz" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\keywordupdate" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\intro" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\graphic" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\gallery" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\counter" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\cgi" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\cart" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\board" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\beginat" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1\basicupdate" rmdir "$INSTDIR\apache\apache2\htdocs\source\xbook1" rmdir "$INSTDIR\apache\apache2\htdocs\source" ; source stop ; postnuke start delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\style\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\style" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\jscript\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\jscript" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\nav\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\nav" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Pixel-Rave-01" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\style\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\style" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeSilver\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeSilver" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\style\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\style" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\PostNukeBlue\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\PostNukeBlue" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\style\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong\style" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\Longkong\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes\Longkong" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\themes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\themes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\drivers\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\drivers" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\datadict\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb\datadict" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\pnadodb\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\pnadodb" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc\lib" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\api\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc\api" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\xmlrpc\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\xmlrpc" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\pndocs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki\pndocs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Wiki" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Web_Links\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Web_Links" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Topics\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Topics" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Top_List\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Top_List" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Template\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Template" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Submit_News\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Submit_News" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Stats\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Stats" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Sections\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Sections" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Search\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Search" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Reviews\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Reviews" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Recommend_Us\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Recommend_Us" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\pndocs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings\pndocs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Ratings\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Ratings" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Quotes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Quotes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup_v5" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\schup" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal_v5" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\internal" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\templates_c\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\templates_c" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\smilies\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\smilies" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\default" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\styles\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\styles" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\plugins" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\misc\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\misc" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty201" ; delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templages_c\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates_c" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\templates" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\plugins" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\configs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\configs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\smarty" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\search\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\search" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\postguestbook\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\postguestbook" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnincludes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnincludes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\img_repository\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\img_repository" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PostCalendar\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PostCalendar" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\Xanthia\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\Xanthia" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\styles\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\styles" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\lang_english\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\lang_english" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\ranks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\posticons\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\posticons" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\lang_english\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\lang_english" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\light_blue\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\light_blue" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\default\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\default" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\cellpics" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\admin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\PNTheme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\templates" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\email\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\email" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\admin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\lang_english" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\language" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\includes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\includes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\smiles\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\smiles" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\ranks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\ranks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\posticons\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\posticons" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\Sample_1\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\Sample_1" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\gallery" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\avatars" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\attach_mod\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\attach_mod" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\thumbs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\thumbs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\files" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\db" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\includes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\includes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\attach_mod" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2\admin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\PNphpBB2\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\PNphpBB2" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\pndocs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions\pndocs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Permissions\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Permissions" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\modules" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\links\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\links" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\case\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\case" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\user" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Your_Account\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Your_Account" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\user\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\user" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\doc\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User\doc" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-User\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-User" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Settings\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Settings" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Referers\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Referers" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Polls\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Polls" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Past_Nuke" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-NewUser\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-NewUser" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\installation\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites\installation" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Multisites\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Multisites" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailUsers\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailUsers" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-MailList\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-MailList" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-LostPassword\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-LostPassword" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Languages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Languages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Groups\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Groups" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Ephemerids" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\modules" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\links\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\links" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\case\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\case" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\user\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\user" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Comments\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Comments" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Banners\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Banners" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin_Messages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin\admin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-Admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-Admin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\NS-AddStory\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\NS-AddStory" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\News\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\News" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Modules" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Messages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Messages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Members_List\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Members_List" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\legal\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\legal" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\FAQ\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\FAQ" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Downloads\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Downloads" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Credits\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Credits" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnsearch\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnsearch" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\ie2" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pneditor" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnclass\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnclass" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pncache\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pncache" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnblocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\pnblocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\js\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\js" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\img_repository\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\img_repository" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\ContentExpress\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\ContentExpress" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Censor\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Censor" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Blocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\lang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\AvantGo\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\AvantGo" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnlang" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pnimages\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pnimages" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\pndocs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks\pndocs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\Autolinks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules\Autolinks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\modules" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\language\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\language\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\language\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\language\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\language\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\language" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\imgedit\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\imgedit" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\emotion\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\emotion" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\javascript\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\javascript\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\javascript" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\search\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\search" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\tha\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks\tha" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\eng\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks\eng" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language\blocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\language\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\language" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\classes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\classes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\templates" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\libjs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\libjs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\lib" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\icons\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\icons" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\xanthia_plugin\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\xanthia_plugin" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\nautilus_theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\nautilus_theme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\mozilla_theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\mozilla_theme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\kde_theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\kde_theme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\gmc_theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\gmc_theme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\galeon_theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\galeon_theme" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\tree_menu_icon_sets" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\docs_extras" ; delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks\dynamenu" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes\blocks" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\includes\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\includes" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\topics\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\topics" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\smilies\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\smilies" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\sections\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\sections" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\reviews\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\reviews" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\powered\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\powered" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\menu\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\menu" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\global\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\global" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\flags\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\flags" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\banners\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\banners" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\avatar\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images\avatar" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\images" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke\docs" delete "c:\thaiabc\apache\apache2\htdocs\postnuke\*" rmdir "$INSTDIR\apache\apache2\htdocs\postnuke" ; postnuke stop ; oscommerce start delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\categories\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\graphs\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\images\icons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\boxes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\classes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\functions\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\graphs\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\newsletters\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\newsletters\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\newsletters\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\newsletters\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\local\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\newsletters\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\download\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\banners\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\default\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\dvd\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\gt_interactive\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\hewlett_packard\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\icons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\infobox\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\mail\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\matrox\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\microsoft\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\images\sierra\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\boxes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\classes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\functions\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\order_total\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\payment\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\shipping\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\order_total\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\payment\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\shipping\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\order_total\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\payment\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\shipping\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\buttons\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\order_total\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\payment\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\shipping\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\local\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\order_total\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\payment\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\includes\modules\shipping\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\images\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\images\layout\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\includes\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\includes\functions\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\main_page\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\install\templates\pages\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\catalog\pub\*" delete "c:\thaiabc\apache\apache2\htdocs\oscommerce\*" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\pub" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates\pages" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates\main_page" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\templates" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\includes\functions" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\includes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\images\layout" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\install" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\shipping" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\payment" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules\order_total" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\local" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\shipping" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\payment" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules\order_total" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\thai" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\shipping" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\payment" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules\order_total" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\german" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\shipping" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\payment" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules\order_total" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\espanol" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\shipping" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\payment" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules\order_total" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages\english" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\languages" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\functions" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\classes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes\boxes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\includes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\sierra" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\microsoft" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\matrox" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\mail" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\infobox" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\icons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\hewlett_packard" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\gt_interactive" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\dvd" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\default" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images\banners" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\download" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules\newsletters" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\local" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules\newsletters" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\thai" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules\newsletters" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\german" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules\newsletters" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\espanol" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules\newsletters" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\modules" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images\buttons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages\english" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\languages" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript\spiffyCal" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\javascript" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\graphs" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\functions" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\classes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes\boxes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\includes" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\icons" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\graphs" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images\categories" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin\images" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog\admin" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce\catalog" rmdir "$INSTDIR\apache\apache2\htdocs\oscommerce" ; oscommerce stop ; moodle start delete "c:\thaiabc\apache\apache2\htdocs\moodle\userpix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\userpix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\user\default\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\user\default" delete "c:\thaiabc\apache\apache2\htdocs\moodle\user\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\user" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\t\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix\t" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\wood\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\wood" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardwhite\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardwhite" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardred\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardred" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardlogo\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardlogo" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardgreen\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardgreen" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standardblue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standardblue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\standard\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\standard" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhitepda\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhitepda" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\orangewhite\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\orangewhite" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\oceanblue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\oceanblue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\metal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\metal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\grad\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix\grad" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\formal_white\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\formal_white" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\pix\tab\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\pix\tab" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower\images" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\cornflower\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme\cornflower" delete "c:\thaiabc\apache\apache2\htdocs\moodle\theme\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\theme" delete "c:\thaiabc\apache\apache2\htdocs\moodle\rss\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\rss" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\u\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\u" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\t\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\t" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\s\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\s" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\m\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\m" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\i\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\i" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\g\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\g" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\f\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\f" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\c\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix\c" delete "c:\thaiabc\apache\apache2\htdocs\moodle\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\workshop\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\workshop\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\page\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\page" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\moodle\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\moodle" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\markup\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\markup" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\lib" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\feature\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\feature" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\aview\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\aview" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\plugins" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\fragments\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki\fragments" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\ewiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\ewiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\survey\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\survey\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\datamodels\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm\datamodels" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\text\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\text" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\html\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\html" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\file\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\file" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\directory\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type\directory" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\regrade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\regrade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\overview\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\overview" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\analysis\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report\analysis" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\report\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\report" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\truefalse\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\truefalse" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\shortanswer\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\shortanswer" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\rqp\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\rqp" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\randomsamatch\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\randomsamatch" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\random\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\random" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\numerical\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\numerical" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multichoice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multichoice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multianswer\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\multianswer" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\match\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\match" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\description\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\description" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\datasetdependent\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\datasetdependent" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\calculated\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\calculated" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\questiontypes\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\questiontypes" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\xml\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\xml" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\xhtml\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\xhtml" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\webct\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\webct" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\templates\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\templates" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\qti2\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\qti2" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\multianswer\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\multianswer" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\missingword\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\missingword" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\learnwise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\learnwise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\gift\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\gift" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\examview\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\examview" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\coursetestmanager\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\coursetestmanager" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\blackboard\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\blackboard" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\aon\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\aon" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\aiken\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format\aiken" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\format\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\format" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\doc\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\doc" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\action\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson\action" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\label\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\label\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\journal\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\journal\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\v6\source\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\v6\source" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\v6\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\v6" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\simplestat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\simplestat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\overview\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\overview" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\fullstat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report\fullstat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\report\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\report" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\TEMPLATE\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\TEMPLATE" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithoutauthor\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithoutauthor" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithauthor\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\fullwithauthor" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\faq\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\faq" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\entrylist\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\entrylist" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\encyclopedia\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\encyclopedia" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\dictionary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\dictionary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\continuous\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats\continuous" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\formats\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\formats" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\forum\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\forum\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\choice\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\choice\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\gui_sockets\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\gui_sockets" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\gui_header_js\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\gui_header_js" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\uploadsingle\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\uploadsingle" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\online\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\online\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\online\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\online" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\offline\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type\offline" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\mod\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\mod" delete "c:\thaiabc\apache\apache2\htdocs\moodle\message\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\message" delete "c:\thaiabc\apache\apache2\htdocs\moodle\login\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\login" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\speller\server-scripts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\speller\server-scripts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\speller\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\speller" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\snoopy\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\snoopy" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty\plugins" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\core\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty\core" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\smarty\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\smarty" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\phpmailer\language\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\phpmailer\language" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\phpmailer\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\phpmailer" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\pclzip\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\pclzip" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\nusoap\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\nusoap" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\mp3player\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\mp3player" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\htdocs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie\htdocs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\extlib\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie\extlib" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\magpie\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\magpie" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\ipatlas\languages\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\ipatlas\languages" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\ipatlas\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\ipatlas" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\excel\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\excel" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\popups\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\popups" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\lang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\img\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\img" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\TableOperations" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\lang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\img\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\img" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins\SpellChecker" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\plugins\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\plugins" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\lang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor\images" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\editor\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\editor" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\PGTStorage\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas\PGTStorage" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\languages\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas\languages" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\cas\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\cas" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\xsl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\xsl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\tests\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\tests" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\session\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\session" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\perf\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\perf" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\Container\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\Container" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear\Auth" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\pear\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\pear" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\lang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\drivers\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\drivers" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\datadict\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\datadict" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\cute_icons_for_site\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\cute_icons_for_site" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\xmlschema\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\xmlschema" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\media\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\media" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb\adodb-xmlschema-0.0.1-snap20030511" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\adodb\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib\adodb" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lib\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lib" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_tw\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_tw" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\zh_cn\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\zh_cn" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\vi_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\vi_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\uk\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\uk" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tr\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tr" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\tl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\tl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\th\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\th" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\hotpotatoes\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\hotpotatoes" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sv\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sv" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sr_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sr_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sq\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sq" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\sk\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\sk" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ru\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ru" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ro\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ro" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt_br\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt_br" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pt\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pt" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\pl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\pl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no_gr\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no_gr" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\no\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\no" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\nl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\nl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ms\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ms" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\mi_nt\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\mi_nt" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lv\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lv" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\lt\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\lt" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ko_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ko_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ko\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ko" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\kn_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\kn_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ka_utf8\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ka_utf8\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ka_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ka_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ja\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ja" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\it\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\it" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\id\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\id" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\hu\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\hu" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\he\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\he" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\gl\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\gl" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ga\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ga" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr_ca\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr_ca" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fr\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fr" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\pgassignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\pgassignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fi\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fi" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fa_utf8\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fa_utf8" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\fa\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\fa" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\appointment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help\appointment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\eu\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\eu" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\et\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\et\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\et" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_mx\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_mx" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_es\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_es" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es_ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es_ar" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\appointment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help\appointment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\es\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\es" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en_us\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en_us" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\en\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\en" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\el\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\el" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de_du\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de_du" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\survey\_notes\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\survey\_notes" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\hotpot\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\hotpot" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\de\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\de" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\da\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\da" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\cs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\cs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\scheduler\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\scheduler" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ca\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ca" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\bs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bg\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\bg\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\bg\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\bg" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\wiki\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\wiki" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\survey\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\survey" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\scorm\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\scorm" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\resource\type\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\resource\type" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\questionnaire\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\questionnaire" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\lesson\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\lesson" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\label\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\label" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\journal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\journal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\glossary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\glossary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\exercise\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\exercise" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\dialogue\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\dialogue" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\chat\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\chat" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\fonts\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\fonts" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\docs\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be\docs" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\be\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\be" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\book\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\book" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\attendance\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\attendance" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\ar\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\ar" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\workshop\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\workshop" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\resource\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\resource" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\quiz\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\quiz" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\forum\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\forum" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\choice\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\choice" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\assignment\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help\assignment" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\help\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af\help" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\af\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang\af" delete "c:\thaiabc\apache\apache2\htdocs\moodle\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\lang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\grade\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\grade" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\tidy\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\tidy" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\tex\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\tex" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\multilang\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\multilang" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\mediaplugin\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\mediaplugin" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\emailprotect\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\emailprotect" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\censor\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\censor" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\algebra\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\algebra" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\activitynames\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter\activitynames" delete "c:\thaiabc\apache\apache2\htdocs\moodle\filter\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\filter" delete "c:\thaiabc\apache\apache2\htdocs\moodle\files\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\files" delete "c:\thaiabc\apache\apache2\htdocs\moodle\error\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\error" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\paypal\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\paypal\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\paypal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\paypal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\ldap\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\ldap" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\internal\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\internal" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\flatfile\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\flatfile" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\database\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\database" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\authorize\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\authorize\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\authorize\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol\authorize" delete "c:\thaiabc\apache\apache2\htdocs\moodle\enrol\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\enrol" delete "c:\thaiabc\apache\apache2\htdocs\moodle\doc\pix\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\doc\pix" delete "c:\thaiabc\apache\apache2\htdocs\moodle\doc\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\doc" delete "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\weeks\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\course\format\weeks" delete "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\topics\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\course\format\topics" delete "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\social\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\course\format\social" delete "c:\thaiabc\apache\apache2\htdocs\moodle\course\format\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\course\format" delete "c:\thaiabc\apache\apache2\htdocs\moodle\course\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\course" delete "c:\thaiabc\apache\apache2\htdocs\moodle\calendar\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\calendar" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\social_activities\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\social_activities\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\social_activities\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\social_activities" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\site_main_menu\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\site_main_menu" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\section_links\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\section_links\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\section_links\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\section_links" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\search_forums\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\search_forums\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\search_forums\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\search_forums" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\rss_client\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\rss_client\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\rss_client\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\rss_client" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\recent_activity\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\recent_activity\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\recent_activity\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\recent_activity" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\quiz_results\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\quiz_results" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\participants\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\participants\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\participants\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\participants" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\online_users\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\online_users\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\online_users\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\online_users" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\news_items\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\news_items\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\news_items\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\news_items" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\messages\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\messages" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\login\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\login" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\html\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\html" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\glossary_random\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\glossary_random" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_summary\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_summary\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_summary\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_summary" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_list\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_list\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\course_list\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\course_list" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_upcoming\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_upcoming" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_month\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_month\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\calendar_month\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\calendar_month" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\admin\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\admin\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\admin" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\activity_modules\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\activity_modules\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\activity_modules\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks\activity_modules" delete "c:\thaiabc\apache\apache2\htdocs\moodle\blocks\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\blocks" delete "c:\thaiabc\apache\apache2\htdocs\moodle\backup\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\backup\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\backup\bb\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\backup\bb" delete "c:\thaiabc\apache\apache2\htdocs\moodle\backup\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\backup" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\shibboleth\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\shibboleth" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\pop3\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\pop3" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\pam\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\pam" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\none\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\none" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\nntp\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\nntp" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\manual\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\manual" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\ldap\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\ldap" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\imap\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\imap" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\fc\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\fc" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\email\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\email" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\db\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\db" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\cas\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth\cas" delete "c:\thaiabc\apache\apache2\htdocs\moodle\auth\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\auth" delete "c:\thaiabc\apache\apache2\htdocs\moodle\admin\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle\admin" delete "c:\thaiabc\apache\apache2\htdocs\moodle\*" rmdir "$INSTDIR\apache\apache2\htdocs\moodle" ; delete "c:\thaiabc\moodledata\2\moddata\forum\2\2\*" rmdir "$INSTDIR\moodledata\2\moddata\forum\2\2" rmdir "$INSTDIR\moodledata\2\moddata\forum\2" rmdir "$INSTDIR\moodledata\2\moddata\forum" rmdir "$INSTDIR\moodledata\2\moddata" rmdir "$INSTDIR\moodledata\2" delete "c:\thaiabc\moodledata\1\moddata\forum\6\9\*" rmdir "$INSTDIR\moodledata\1\moddata\forum\6\9" rmdir "$INSTDIR\moodledata\1\moddata\forum\6" rmdir "$INSTDIR\moodledata\1\moddata\forum\5\7" rmdir "$INSTDIR\moodledata\1\moddata\forum\5\6" delete "c:\thaiabc\moodledata\1\moddata\forum\5\5\*" rmdir "$INSTDIR\moodledata\1\moddata\forum\5\5" rmdir "$INSTDIR\moodledata\1\moddata\forum\5\4" delete "c:\thaiabc\moodledata\1\moddata\forum\5\3\*" rmdir "$INSTDIR\moodledata\1\moddata\forum\5\3" rmdir "$INSTDIR\moodledata\1\moddata\forum\5" rmdir "$INSTDIR\moodledata\1\moddata\forum" rmdir "$INSTDIR\moodledata\1\moddata" rmdir "$INSTDIR\moodledata\1" delete "c:\thaiabc\moodledata\users\12\*" rmdir "$INSTDIR\moodledata\users\12" delete "c:\thaiabc\moodledata\users\11\*" rmdir "$INSTDIR\moodledata\users\11" delete "c:\thaiabc\moodledata\users\9\*" rmdir "$INSTDIR\moodledata\users\9" delete "c:\thaiabc\moodledata\users\8\*" rmdir "$INSTDIR\moodledata\users\8" delete "c:\thaiabc\moodledata\users\7\*" rmdir "$INSTDIR\moodledata\users\7" delete "c:\thaiabc\moodledata\users\6\*" rmdir "$INSTDIR\moodledata\users\6" delete "c:\thaiabc\moodledata\users\5\*" rmdir "$INSTDIR\moodledata\users\5" delete "c:\thaiabc\moodledata\users\4\*" rmdir "$INSTDIR\moodledata\users\4" delete "c:\thaiabc\moodledata\users\3\*" rmdir "$INSTDIR\moodledata\users\3" delete "c:\thaiabc\moodledata\users\2\*" rmdir "$INSTDIR\moodledata\users\2" delete "c:\thaiabc\moodledata\cache\*" rmdir "$INSTDIR\moodledata\cache" delete "c:\thaiabc\moodledata\sessions\*" rmdir "$INSTDIR\moodledata\sessions" delete "c:\thaiabc\moodledata\users\*" rmdir "$INSTDIR\moodledata\users" delete "c:\thaiabc\moodledata\*" rmdir "$INSTDIR\moodledata" ; moodle stop ; mambo start delete "c:\thaiabc\apache\apache2\htdocs\mambo\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\backups\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_admin\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_banners\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_categories\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_checkin\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_config\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_contact\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_content\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_frontpage\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\component\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\language\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\mambot\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\module\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_installer\template\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_languages\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_login\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_mambots\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_massmail\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_media\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_media\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menumanager\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\component_item_link\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\components\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_category_table\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_item_link\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_category\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_section\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_category\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_section\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_category\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_item_link\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_section\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_typed\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_category_table\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_link\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\separator\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\url\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\weblink_category_table\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_menus\wrapper\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_messages\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_modules\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_newsfeeds\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_poll\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_search\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_sections\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_statistics\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_syndicate\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_templates\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_trash\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_typedcontent\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_users\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\components\com_weblinks\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\js\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\js\ThemeOffice\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\includes\pcl\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\popups\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\cache\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_banners\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_contact\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_content\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_frontpage\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_login\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_messages\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_newsfeeds\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_poll\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_poll\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_registration\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_rss\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_search\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_user\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_weblinks\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\components\com_wrapper\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\editor\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\help\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\help\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\images\banners\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\images\M_images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\images\smilies\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\images\stories\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Archive\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Cache\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\Cache\Lite\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\domit\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\calendar\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\calendar\lang\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\tabs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\js\ThemeOffice\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Dump\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Function\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\InputFilter\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\HTML\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\OutputFilter\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Reader\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Stat\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\TemplateCache\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\patTemplate\tmpl\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\PEAR\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpInputFilter\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpmailer\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\includes\phpmailer\language\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\language\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\geshi\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\content\geshi\geshi\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\docs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\xp\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\utils\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\editors-xtd\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\mambots\search\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\media\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\modules\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone\images\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\css\*" delete "c:\thaiabc\apache\apache2\htdocs\mambo\templates\waterandstone800\images\*" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone800" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates\waterandstone" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\templates" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\modules" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\media" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\search" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors-xtd" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\utils" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\simple" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images\xp" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs\en" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\docs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes\advanced" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\themes" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\zoom" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\table" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\searchreplace" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\save" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\print" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\preview" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\paste" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\noneditable" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\insertdatetime" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\inlinepopups" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\iespell" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\fullscreen" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\flash" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\emotions" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\directionality" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\contextmenu" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\autosave" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advlink" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advimage" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\advhr" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins\_template" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\plugins" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce\langs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts\tiny_mce" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce\docs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors\tinymce" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\editors" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content\geshi\geshi" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content\geshi" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots\content" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\mambots" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\language" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpmailer\language" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpmailer" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\phpInputFilter" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\PEAR" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\tmpl" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\TemplateCache" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Stat" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Reader" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\OutputFilter" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier\HTML" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Modifier" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\InputFilter" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Function" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate\Dump" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate\patTemplate" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\patTemplate" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\ThemeOffice" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\tabs" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\calendar\lang" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\js\calendar" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\js" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\domit" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\Cache\Lite" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\Cache" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes\Archive" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\includes" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\images\stories" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\images\smilies" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\images\M_images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\images\banners" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\help\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\help" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\editor" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_wrapper" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_weblinks" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_user" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_search" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_rss" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_registration" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_poll\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_poll" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_newsfeeds" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_messages" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_login" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_frontpage" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_content" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_contact" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components\com_banners" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\components" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\cache" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin_blue" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin\css" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates\mambo_admin" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\templates" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\popups" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\modules" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\pcl" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\js\ThemeOffice" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes\js" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\includes" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_weblinks" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_users" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_typedcontent" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_trash" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_templates" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_syndicate" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_statistics" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_sections" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_search" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_poll" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_newsfeeds" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_modules" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_messages" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\wrapper" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\weblink_category_table" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\url" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\separator" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_link" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\newsfeed_category_table" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_typed" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_section" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_item_link" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_category" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_section" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_blog_category" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_section" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\content_archive_category" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_item_link" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\contact_category_table" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\components" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus\component_item_link" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menus" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_menumanager" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_media\images" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_media" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_massmail" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_mambots" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_login" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_languages" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\template" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\module" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\mambot" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\language" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer\component" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_installer" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_frontpage" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_content" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_contact" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_config" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_checkin" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_categories" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_banners" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components\com_admin" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\components" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator\backups" rmdir "$INSTDIR\apache\apache2\htdocs\mambo\administrator" rmdir "$INSTDIR\apache\apache2\htdocs\mambo" ; mambo stop ; wordpress start delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\utils\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\xp\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\css\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\jscripts\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\css\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\langs\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\js\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\images\smilies\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-includes\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\uploads\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\default\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\default\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\classic\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\themes\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\plugins\akismet\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\plugins\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\users\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\userlogins\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\cache\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-content\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\import\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\images\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\wp-admin\*" delete "c:\thaiabc\apache\apache2\htdocs\wordpress\*" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\utils" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images\xp" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced\css" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes\advanced" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\themes" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wphelp" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\wordpress" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\jscripts" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups\css" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\inlinepopups" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\directionality" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins\autosave" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\plugins" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce\langs" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js\tinymce" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\js" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\images\smilies" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-includes" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\uploads" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\default\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\default" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes\classic" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\themes" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\plugins\akismet" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\plugins" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache\users" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache\userlogins" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content\cache" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-content" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin\import" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin\images" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress\wp-admin" rmdir "$INSTDIR\apache\apache2\htdocs\wordpress" ; wordpress stop ; php_manual_en start delete "c:\thaiabc\apache\apache2\htdocs\php_manual_en\html\figures\*" delete "c:\thaiabc\apache\apache2\htdocs\php_manual_en\html\*" delete "c:\thaiabc\apache\apache2\htdocs\php_manual_en\*" rmdir "$INSTDIR\apache\apache2\htdocs\php_manual_en\html\figures" rmdir "$INSTDIR\apache\apache2\htdocs\php_manual_en\html" rmdir "$INSTDIR\apache\apache2\htdocs\php_manual_en" ; php_manual_en stop ; phpmyadmin start delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\img\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original\img" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\css\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original\css" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\original\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\original" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\img\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\img" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\css\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\css" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes\darkblue_orange" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\themes\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\themes" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\scripts\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\scripts" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\transformations\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\transformations" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\font\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\font" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\fpdf\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\fpdf" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\export\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\export" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\engines\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\engines" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\dbi\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\dbi" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\dbg\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\dbg" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\auth\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries\auth" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\libraries\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\libraries" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\lang\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\lang" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\css\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin\css" delete "c:\thaiabc\apache\apache2\htdocs\phpmyadmin\*" rmdir "$INSTDIR\apache\apache2\htdocs\phpmyadmin" ; phpmyadmin stop ; 101 start delete "c:\thaiabc\apache\apache2\htdocs\101\_31\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_31" delete "c:\thaiabc\apache\apache2\htdocs\101\_30\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_30" delete "c:\thaiabc\apache\apache2\htdocs\101\_29\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_29" delete "c:\thaiabc\apache\apache2\htdocs\101\_28\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_28" delete "c:\thaiabc\apache\apache2\htdocs\101\_27\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_27" delete "c:\thaiabc\apache\apache2\htdocs\101\_26\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_26" delete "c:\thaiabc\apache\apache2\htdocs\101\_25\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_25" delete "c:\thaiabc\apache\apache2\htdocs\101\_24\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_24" delete "c:\thaiabc\apache\apache2\htdocs\101\_23\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_23" delete "c:\thaiabc\apache\apache2\htdocs\101\_22\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_22" delete "c:\thaiabc\apache\apache2\htdocs\101\_21\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_21" delete "c:\thaiabc\apache\apache2\htdocs\101\_20\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_20" delete "c:\thaiabc\apache\apache2\htdocs\101\_19\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_19" delete "c:\thaiabc\apache\apache2\htdocs\101\_18\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_18" delete "c:\thaiabc\apache\apache2\htdocs\101\_17\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_17" delete "c:\thaiabc\apache\apache2\htdocs\101\_16\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_16" delete "c:\thaiabc\apache\apache2\htdocs\101\_15\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_15" delete "c:\thaiabc\apache\apache2\htdocs\101\_14\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_14" delete "c:\thaiabc\apache\apache2\htdocs\101\_13\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_13" delete "c:\thaiabc\apache\apache2\htdocs\101\_12\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_12" delete "c:\thaiabc\apache\apache2\htdocs\101\_11\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_11" delete "c:\thaiabc\apache\apache2\htdocs\101\_10\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_10" delete "c:\thaiabc\apache\apache2\htdocs\101\_9\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_9" delete "c:\thaiabc\apache\apache2\htdocs\101\_8\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_8" delete "c:\thaiabc\apache\apache2\htdocs\101\_7\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_7" delete "c:\thaiabc\apache\apache2\htdocs\101\_6\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_6" delete "c:\thaiabc\apache\apache2\htdocs\101\_5\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_5" delete "c:\thaiabc\apache\apache2\htdocs\101\_4\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_4" delete "c:\thaiabc\apache\apache2\htdocs\101\_3\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_3" delete "c:\thaiabc\apache\apache2\htdocs\101\_2\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_2" delete "c:\thaiabc\apache\apache2\htdocs\101\_1\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_1" delete "c:\thaiabc\apache\apache2\htdocs\101\_tot\*" rmdir "$INSTDIR\apache\apache2\htdocs\101\_tot" delete "c:\thaiabc\apache\apache2\htdocs\101\*" rmdir "$INSTDIR\apache\apache2\htdocs\101" ; 101 stop ; core start delete "$INSTDIR\*" delete "$INSTDIR\school\*" delete "$INSTDIR\apache\apache2\bin\*" delete "$INSTDIR\apache\apache2\bin\iconv\*" delete "$INSTDIR\apache\apache2\cgi-bin\*" delete "$INSTDIR\apache\apache2\conf\*" delete "$INSTDIR\apache\apache2\error\*" delete "$INSTDIR\apache\apache2\error\include\*" delete "$INSTDIR\apache\apache2\htdocs\*" delete "$INSTDIR\apache\apache2\htdocs\article\*" delete "$INSTDIR\apache\apache2\htdocs\javascripter\*" delete "$INSTDIR\apache\apache2\htdocs\phppage\*" delete "$INSTDIR\apache\apache2\htdocs\wallpaper\*" delete "$INSTDIR\apache\apache2\htdocs\langspec20\*" delete "$INSTDIR\apache\apache2\htdocs\langspec20\chars\*" delete "$INSTDIR\apache\apache2\htdocs\quizflash\*" delete "$INSTDIR\apache\apache2\htdocs\webboard\newsdata\*" delete "$INSTDIR\apache\apache2\htdocs\webboard\rdata\*" delete "$INSTDIR\apache\apache2\htdocs\webboard\*" delete "$INSTDIR\apache\apache2\htdocs\pizza\*" delete "$INSTDIR\apache\apache2\htdocs\download\*" delete "$INSTDIR\apache\apache2\htdocs\home\*" delete "$INSTDIR\apache\apache2\htdocs\school\*" delete "$INSTDIR\apache\apache2\htdocs\demo\*" delete "$INSTDIR\apache\apache2\htdocs\jokes\*" delete "$INSTDIR\apache\apache2\htdocs\htmlslide\*" delete "$INSTDIR\apache\apache2\htdocs\sar\1\*" delete "$INSTDIR\apache\apache2\htdocs\sar\*" delete "$INSTDIR\apache\apache2\htdocs\stat\log\*" delete "$INSTDIR\apache\apache2\htdocs\stat\*" delete "$INSTDIR\apache\apache2\htdocs\aids\*" delete "$INSTDIR\apache\apache2\htdocs\ecom\*" delete "$INSTDIR\apache\apache2\htdocs\mysql\*" delete "$INSTDIR\apache\apache2\htdocs\template\*" delete "$INSTDIR\apache\apache2\htdocs\itinlife\*" delete "$INSTDIR\apache\apache2\htdocs\101\*" delete "$INSTDIR\apache\apache2\htdocs\java\*" delete "$INSTDIR\apache\apache2\htdocs\miniboard\*" delete "$INSTDIR\apache\apache2\htdocs\html\*" delete "$INSTDIR\apache\apache2\htdocs\nsis\*" delete "$INSTDIR\apache\apache2\htdocs\moodledoc\*" delete "$INSTDIR\apache\apache2\htdocs\class\*" delete "$INSTDIR\apache\apache2\htdocs\jsp\*" delete "$INSTDIR\apache\apache2\icons\*" delete "$INSTDIR\apache\apache2\icons\small\*" delete "$INSTDIR\apache\apache2\include\*" delete "$INSTDIR\apache\apache2\lib\*" delete "$INSTDIR\apache\apache2\logs\*" delete "$INSTDIR\apache\apache2\modules\*" delete "$INSTDIR\php\cli\*" delete "$INSTDIR\php\dlls\*" delete "$INSTDIR\php\extensions\*" delete "$INSTDIR\php\mibs\*" delete "$INSTDIR\php\openssl\*" delete "$INSTDIR\php\pdf-related\*" delete "$INSTDIR\php\pear\*" delete "$INSTDIR\php\pear\go-pear-bundle\*" delete "$INSTDIR\php\sapi\*" delete "$INSTDIR\php\*" delete "$INSTDIR\mysql\bin\*" delete "$INSTDIR\mysql\data\*" delete "$INSTDIR\mysql\data\mysql\*" delete "$INSTDIR\mysql\data\test\*" delete "$INSTDIR\mysql\data\oscommerce\*" delete "$INSTDIR\mysql\data\postnuke\*" delete "$INSTDIR\mysql\data\postnukeblue\*" delete "$INSTDIR\mysql\data\moodle\*" delete "$INSTDIR\mysql\data\mambo\*" delete "$INSTDIR\mysql\data\wordpress\*" delete "$INSTDIR\mysql\data\gallery2\*" delete "$INSTDIR\mysql\share\*" delete "$INSTDIR\mysql\share\charsets\*" delete "$INSTDIR\mysql\share\english\*" delete "$INSTDIR\mysql\*" ; core stop ; Remove directories used rmdir "$SMPROGRAMS\Thaiabc Web Server" rmdir "$INSTDIR\school" rmdir "$INSTDIR\apache\apache2\bin\iconv" rmdir "$INSTDIR\apache\apache2\bin" rmdir "$INSTDIR\apache\apache2\cgi-bin" rmdir "$INSTDIR\apache\apache2\conf" rmdir "$INSTDIR\apache\apache2\error\include" rmdir "$INSTDIR\apache\apache2\error" rmdir "$INSTDIR\apache\apache2\htdocs\article" rmdir "$INSTDIR\apache\apache2\htdocs\javascripter" rmdir "$INSTDIR\apache\apache2\htdocs\phppage" rmdir "$INSTDIR\apache\apache2\htdocs\wallpaper" rmdir "$INSTDIR\apache\apache2\htdocs\langspec20\chars" rmdir "$INSTDIR\apache\apache2\htdocs\langspec20" rmdir "$INSTDIR\apache\apache2\htdocs\quizflash" rmdir "$INSTDIR\apache\apache2\htdocs\webboard\newsdata" rmdir "$INSTDIR\apache\apache2\htdocs\webboard\rdata" rmdir "$INSTDIR\apache\apache2\htdocs\webboard" rmdir "$INSTDIR\apache\apache2\htdocs\pizza" rmdir "$INSTDIR\apache\apache2\htdocs\download" rmdir "$INSTDIR\apache\apache2\htdocs\home" rmdir "$INSTDIR\apache\apache2\htdocs\school" rmdir "$INSTDIR\apache\apache2\htdocs\demo" rmdir "$INSTDIR\apache\apache2\htdocs\jokes" rmdir "$INSTDIR\apache\apache2\htdocs\htmlslide" rmdir "$INSTDIR\apache\apache2\htdocs\sar\1" rmdir "$INSTDIR\apache\apache2\htdocs\sar" rmdir "$INSTDIR\apache\apache2\htdocs\stat\log" rmdir "$INSTDIR\apache\apache2\htdocs\stat" rmdir "$INSTDIR\apache\apache2\htdocs\aids" rmdir "$INSTDIR\apache\apache2\htdocs\ecom" rmdir "$INSTDIR\apache\apache2\htdocs\mysql" rmdir "$INSTDIR\apache\apache2\htdocs\template" rmdir "$INSTDIR\apache\apache2\htdocs\itinlife" rmdir "$INSTDIR\apache\apache2\htdocs\101" rmdir "$INSTDIR\apache\apache2\htdocs\java" rmdir "$INSTDIR\apache\apache2\htdocs\miniboard" rmdir "$INSTDIR\apache\apache2\htdocs\html" rmdir "$INSTDIR\apache\apache2\htdocs\nsis" rmdir "$INSTDIR\apache\apache2\htdocs\moodledoc" rmdir "$INSTDIR\apache\apache2\htdocs\class" rmdir "$INSTDIR\apache\apache2\htdocs\jsp" rmdir "$INSTDIR\apache\apache2\htdocs" rmdir "$INSTDIR\apache\apache2\icons\small" rmdir "$INSTDIR\apache\apache2\icons" rmdir "$INSTDIR\apache\apache2\include" rmdir "$INSTDIR\apache\apache2\lib" rmdir "$INSTDIR\apache\apache2\logs" rmdir "$INSTDIR\apache\apache2\modules" rmdir "$INSTDIR\apache\apache2\proxy" rmdir "$INSTDIR\apache\apache2" rmdir "$INSTDIR\apache" rmdir "$INSTDIR\php\cli" rmdir "$INSTDIR\php\dlls" rmdir "$INSTDIR\php\extensions" rmdir "$INSTDIR\php\mibs" rmdir "$INSTDIR\php\openssl" rmdir "$INSTDIR\php\pdf-related" rmdir "$INSTDIR\php\pear\go-pear-bundle" rmdir "$INSTDIR\php\pear" rmdir "$INSTDIR\php\sapi" rmdir "$INSTDIR\php" rmdir "$INSTDIR\mysql\share\english" rmdir "$INSTDIR\mysql\share\charsets" rmdir "$INSTDIR\mysql\share" rmdir "$INSTDIR\mysql\data\test" rmdir "$INSTDIR\mysql\data\oscommerce" rmdir "$INSTDIR\mysql\data\postnuke" rmdir "$INSTDIR\mysql\data\postnukeblue" rmdir "$INSTDIR\mysql\data\moodle" rmdir "$INSTDIR\mysql\data\mysql" rmdir "$INSTDIR\mysql\data\mambo" rmdir "$INSTDIR\mysql\data\wordpress" rmdir "$INSTDIR\mysql\data\gallery2" rmdir "$INSTDIR\mysql\data" rmdir "$INSTDIR\mysql\bin" rmdir "$INSTDIR\mysql" rmdir "$INSTDIR" SectionEnd