; 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\squa