Hackeronte Posted June 30, 2012 Posted June 30, 2012 hi tomasz,Sorry about my orthographic error-mistake (in italian we write sistema) : Yes, of course i did mean system32 !1) First of all, unpack UURollup-v10 to a path with no spaces, ex. "D:\Windows 2000-UURollup-v10-x86-ENU".I have unpacked UUR-v10 in E:\W2KUU10ENU2) Copy filever.exe to %systemroot%\sYstem32.Done!3) Try running this in the "D:\Windows 2000-UURollup-v10-x86-ENU":filever.exe kernel32.dll>files.txtFOR /F "tokens=4" %%I IN ("kernel32.dll") DO ECHO>>files.txt %%IWhat's the output? The file "files.txt" should be created in the UURollup directory, not in system32!it Works like a charm I think the problem were spaces in the paththis is the output of testver1.cmd--a-- W32i DLL ENU 5.0.2195.7154 shp 764,688 12-04-2011 kernel32.dlland this is the output of testver.cmd (original version):ATL80.dll ENUatl90.dll ENUatmfd.dll ENUbootvid.dll ENUcomct232.ocx ENUcomct332.ocx ENUcomctl32.dll ENUcomctl32.ocx ENUcomdlg32.ocx ENUcscript.exe ENUcsrsrv.dll ENUDBGHELP.dll ENUdblist32.ocx ENUdispex.dll ENUdnsapi.dll ENUgdiplus.dll ENUHAL.DLL ENUhhctrl.ocx ENUiacenc.dll ENUiccvid.dll ENUIMAGEHLP.DLL ENUjscript.dll ENUkerberos.dll ENUlibeay32.dll ENUlibssl32.dll ENUmci32.ocx ENUmfc40.dll ENUmfc40u.dll ENUmfc42.dll ENUmfc42u.dll ENUmfc71.dll ENUmfc71u.dll ENUmfc80.dll ENUmfc80u.dll ENUmfc90.dll ENUmfc90u.dll ENUmfcm80.dll ENUmfcm80u.dll ENUmfcm90.dll ENUmfcm90u.dll ENUmscomct2.ocx ENUmscomctl.ocx ENUmscomm32.ocx ENUmsdatgrd.ocx ENUmsdatlst.ocx ENUmsexcl40.dll -msflxgrd.ocx ENUmsftedit.dll -mshflxgd.ocx ENUmsinet.ocx ENUmsjet40.dll -msmask32.ocx ENUmsrd2x40.dll -msstdfmt.dll ENUmsstkprp.dll ENUmsvbvm60.dll ENUmsvcirt.dll ENUmsvcm80.dll ENUmsvcm90.dll ENUmsvcp60.dll ENUmsvcp71.dll ENUmsvcp80.dll ENUmsvcp90.dll ENUmsvcr70.dll ENUmsvcr71.dll ENUmsvcr80.dll ENUmsvcr90.dll ENUmsvcrt.dll ENUmswinsck.ocx ENUmsxml3.dll -oleaut32.dll ENUpicclp32.ocx ENUpsapi.dll ENUriched20.dll -richtx32.ocx ENUrpcrt4.dll ENUschannel.dll ENUscrobj.dll ENUscrrun.dll ENUspmsg.dll ENUspupdsvc.exe ENUsrvsvc.dll ENUssleay32.dll ENUsysinfo.ocx ENUt2embed.dll ENUtabctl32.ocx ENUUSP10.DLL ENUvbscript.dll ENUvcomp.dll ENUvcomp90.dll ENUwinhttp.dll ENUws2_32.dll ENUwscript.exe ENUwshcon.dll ENUwshext.dll ENUwshom.ocx ENUWTSAPI32.dll ENUONLY 5 (five) !!!msexcl40.dll -msftedit.dll -msjet40.dll -msrd2x40.dll -msxml3.dll -Are Italian language versions Am i correct ?So, what's next ? To find ITA version of the ENUs, or to translate them all to ITA ?Regards,hackeronte
tomasz86 Posted June 30, 2012 Author Posted June 30, 2012 (edited) Actually, "-" stands for "Language Neutral" The script did its job. It listed multilanguage / language neutral files. Now, could you run this one (also from the UURollup folder)?@ECHO OFFIF NOT EXIST FILES MD FILESIF EXIST files.txt DEL/Q files.txtFOR /F %%I IN ('DIR/B *.ttc *.ttf *.sys *.ocx') DO ( ECHO %%I - ECHO>>files.txt %%I -)MOVE *.ttc FILES\ >NULMOVE *.ttf FILES\ >NULMOVE *.sys FILES\ >NULMOVE *.ocx FILES\ >NULFOR /F %%I IN ('DIR/A-D/B/S *.*') DO ( IF EXIST %systemroot%\system32\%%~nI%%~xI ( FOR /F "tokens=4" %%J IN ('filever.exe %%I') DO ( FOR /F "tokens=4" %%K IN ('filever.exe %systemroot%\system32\%%~nI%%~xI') DO ( IF "%%J"=="%%K" ( ECHO %%~nI%%~xI %%J ECHO>>files.txt %%~nI%%~xI %%J MOVE %%I FILES\ ) ELSE ( ECHO %%~nI%%~xI %%K ECHO>>files.txt %%~nI%%~xI %%K ) ) ) ))It will move most of the "compatible" files to a folder "FILES" (and also list all files with their language version in files.txt). By compatible I mean files that do not require translation. Edited June 30, 2012 by tomasz86
Hackeronte Posted July 1, 2012 Posted July 1, 2012 Hi tomaszi've created movcmpt.cmd & the output is in files.txt !msgothic.ttc -msmincho.ttc -ANDALEMO.TTF -ARIAL.TTF -ARIALBD.TTF -ARIALBI.TTF -ARIALI.TTF -ARIALN.TTF -ARIALNB.TTF -ARIALNBI.TTF -ARIALNI.TTF -ariblk.ttf -CALIBRI.TTF -CALIBRIB.TTF -CALIBRII.TTF -CALIBRIZ.TTF -CAMBRIAB.TTF -CAMBRIAI.TTF -CAMBRIAZ.TTF -CANDARA.TTF -CANDARAB.TTF -CANDARAI.TTF -CANDARAZ.TTF -COMIC.TTF -COMICBD.TTF -CONSOLA.TTF -CONSOLAB.TTF -CONSOLAI.TTF -CONSOLAZ.TTF -CONSTAN.TTF -CONSTANB.TTF -CONSTANI.TTF -CONSTANZ.TTF -CORBEL.TTF -CORBELB.TTF -CORBELI.TTF -CORBELZ.TTF -COUR.TTF -COURBD.TTF -COURBI.TTF -COURI.TTF -GEORGIA.TTF -GEORGIAB.TTF -GEORGIAI.TTF -GEORGIAZ.TTF -GOTHIC.TTF -GOTHICB.TTF -GOTHICBI.TTF -GOTHICI.TTF -IMPACT.TTF -LSANS.TTF -LSANSD.TTF -LSANSDI.TTF -LSANSI.TTF -LSANSUNI.TTF -LUCON.TTF -MICROSS.TTF -OCRAEXT.TTF -TAHOMA.TTF -TAHOMABD.TTF -TIMES.TTF -TIMESBD.TTF -TIMESBI.TTF -TIMESI.TTF -TREBUC.TTF -TREBUCBD.TTF -TREBUCBI.TTF -TREBUCIT.TTF -VERDANA.TTF -VERDANAB.TTF -VERDANAI.TTF -VERDANAZ.TTF -WEBDINGS.TTF -hidclass.sys -mouclass.sys -mrxsmb.sys -mup.sys -ndproxy.sys -rdbss.sys -srv.sys -tcpip.sys -update.sys -win32k.sys -comct232.ocx -comct332.ocx -comctl32.ocx -comdlg32.ocx -dblist32.ocx -hhctrl.ocx -mci32.ocx -mscomct2.ocx -mscomctl.ocx -mscomm32.ocx -msdatgrd.ocx -msdatlst.ocx -msflxgrd.ocx -mshflxgd.ocx -msinet.ocx -msmask32.ocx -mswinsck.ocx -picclp32.ocx -richtx32.ocx -sysinfo.ocx -tabctl32.ocx -wshom.ocx -advapi32.dll ITAATL80.dll ENUatl90.dll ENUatmfd.dll ENUbootvid.dll ENUcomctl32.dll ENUcrypt32.dll ITAcryptui.dll ITAcscript.exe ENUcsrsrv.dll ENUDBGHELP.dll ENUdispex.dll ENUdnsapi.dll ENUfaxcover.exe ITAthe folder FILES contains Directory di E:\W2KUU10ENU\FILES30/06/2012 08:19p <DIR> .30/06/2012 08:19p <DIR> ..12/11/1998 08:18a 105,468 ANDALEMO.TTF14/04/2008 12:00p 376,832 ARIAL.TTF14/04/2008 12:00p 360,448 ARIALBD.TTF14/04/2008 12:00p 226,748 ARIALBI.TTF14/04/2008 12:00p 207,808 ARIALI.TTF09/03/2005 01:06p 135,716 ARIALN.TTF09/03/2005 01:06p 140,296 ARIALNB.TTF09/03/2005 01:06p 139,308 ARIALNBI.TTF09/03/2005 01:06p 142,420 ARIALNI.TTF06/12/2008 05:53a 119,864 ariblk.ttf16/11/2011 01:11p 97,280 ATL80.dll03/02/2012 06:26p 159,048 atl90.dll08/05/2011 04:29p 300,080 atmfd.dll06/10/2011 07:35p 11,360 bootvid.dll11/09/2006 12:12p 352,736 CALIBRI.TTF11/09/2006 12:12p 351,544 CALIBRIB.TTF11/09/2006 12:12p 362,524 CALIBRII.TTF11/09/2006 12:12p 367,620 CALIBRIZ.TTF26/09/2006 09:12p 331,916 CAMBRIAB.TTF09/08/2006 02:14p 336,812 CAMBRIAI.TTF09/08/2006 02:13p 326,024 CAMBRIAZ.TTF09/08/2006 02:13p 161,644 CANDARA.TTF09/08/2006 02:13p 164,904 CANDARAB.TTF09/08/2006 02:13p 167,764 CANDARAI.TTF09/08/2006 02:13p 165,928 CANDARAZ.TTF23/03/2009 09:52p 170,080 comct232.ocx23/03/2009 09:52p 415,552 comct332.ocx21/05/2011 02:57p 557,840 comctl32.dll23/03/2009 09:52p 614,992 comctl32.ocx23/03/2009 09:52p 155,984 comdlg32.ocx14/04/2008 12:00p 127,596 COMIC.TTF14/04/2008 12:00p 111,476 COMICBD.TTF19/12/2005 12:27p 98,520 CONSOLA.TTF19/12/2005 12:27p 100,436 CONSOLAB.TTF19/12/2005 12:27p 104,144 CONSOLAI.TTF19/12/2005 12:27p 110,268 CONSOLAZ.TTF09/08/2006 02:13p 313,880 CONSTAN.TTF09/08/2006 02:13p 317,724 CONSTANB.TTF09/08/2006 02:13p 306,000 CONSTANI.TTF09/08/2006 02:13p 313,044 CONSTANZ.TTF30/06/2012 08:19p 0 contains.txt09/08/2006 02:13p 205,016 CORBEL.TTF09/08/2006 02:13p 210,788 CORBELB.TTF09/08/2006 02:13p 209,852 CORBELI.TTF09/08/2006 02:13p 217,308 CORBELZ.TTF14/04/2008 12:00p 311,296 COUR.TTF14/04/2008 12:00p 312,920 COURBD.TTF14/04/2008 12:00p 236,148 COURBI.TTF14/04/2008 12:00p 245,032 COURI.TTF09/05/2008 05:45p 135,168 cscript.exe20/02/2011 01:04p 35,088 csrsrv.dll01/02/2001 10:00p 446,976 DBGHELP.dll23/03/2009 09:52p 222,528 dblist32.ocx14/04/2008 09:00p 32,768 dispex.dll21/03/2012 10:55a 139,024 dnsapi.dll05/07/2010 08:47p 804 eula.txt30/06/2012 07:56p 1,822 files.txt10/02/2012 12:43a 1,748,992 gdiplus.dll14/04/2008 12:00p 155,068 GEORGIA.TTF14/04/2008 12:00p 141,032 GEORGIAB.TTF14/04/2008 12:00p 157,388 GEORGIAI.TTF14/04/2008 12:00p 159,736 GEORGIAZ.TTF12/11/1998 12:00a 137,568 GOTHIC.TTF12/11/1998 12:00a 129,676 GOTHICB.TTF12/11/1998 12:00a 139,084 GOTHICBI.TTF12/11/1998 12:00a 148,520 GOTHICI.TTF15/05/2012 09:14p 102,112 HAL.DLL23/07/2007 04:30p 545,280 hhctrl.ocx25/10/2011 02:17p 36,864 hidclass.sys11/01/2012 08:05p 3,072 iacenc.dll02/10/2010 07:04p 110,592 iccvid.dll01/02/2001 10:00p 127,488 IMAGEHLP.DLL14/04/2008 12:00p 137,448 IMPACT.TTF28/10/2011 05:06p 726,528 jscript.dll07/12/2011 11:54p 215,824 kerberos.dll10/05/2012 01:10p 1,178,112 libeay32.dll10/05/2012 01:10p 265,216 libssl32.dll26/06/2007 11:42a 58,740 LSANS.TTF26/06/2007 11:42a 54,320 LSANSD.TTF26/06/2007 11:42a 60,664 LSANSDI.TTF26/06/2007 11:42a 59,636 LSANSI.TTF31/08/2006 12:47a 323,980 LSANSUNI.TTF14/04/2008 12:00p 131,072 LUCON.TTF23/03/2009 09:52p 215,880 mci32.ocx18/09/2010 01:53a 954,368 mfc40.dll18/09/2010 01:53a 953,856 mfc40u.dll22/11/2011 09:44a 978,944 mfc42.dll22/11/2011 09:44a 974,848 mfc42u.dll13/01/2011 04:19a 1,060,864 mfc71.dll13/01/2011 04:36a 1,054,208 mfc71u.dll16/11/2011 03:01p 1,105,920 mfc80.dll16/11/2011 03:01p 1,093,632 mfc80u.dll03/02/2012 06:26p 3,767,624 mfc90.dll03/02/2012 06:26p 3,782,984 mfc90u.dll16/11/2011 08:40p 69,632 mfcm80.dll16/11/2011 08:30p 57,856 mfcm80u.dll03/02/2012 06:27p 59,904 mfcm90.dll03/02/2012 06:27p 59,904 mfcm90u.dll14/04/2008 12:00p 461,672 MICROSS.TTF26/10/2011 09:48a 22,144 mouclass.sys15/05/2011 11:08p 420,400 mrxsmb.sys23/03/2009 09:52p 659,264 mscomct2.ocx03/11/2011 10:13p 1,070,352 mscomctl.ocx23/03/2009 09:52p 119,616 mscomm32.ocx23/03/2009 09:52p 278,352 msdatgrd.ocx23/03/2009 09:52p 252,240 msdatlst.ocx25/06/2008 01:51p 304,152 msexcl40.dll23/03/2009 09:52p 258,880 msflxgrd.ocx11/05/2009 08:36a 539,136 msftedit.dll08/12/2006 04:53p 9,165,480 msgothic.ttc23/03/2009 09:52p 443,488 mshflxgd.ocx23/03/2009 09:52p 136,008 msinet.ocx25/06/2008 01:51p 1,520,664 msjet40.dll23/03/2009 09:52p 178,512 msmask32.ocx08/12/2006 04:53p 10,056,872 msmincho.ttc25/06/2008 10:21a 287,768 msrd2x40.dll23/03/2009 09:52p 129,872 msstdfmt.dll23/03/2009 09:52p 107,840 msstkprp.dll02/11/2011 11:41p 1,426,944 msvbvm60.dll07/02/2012 07:12p 56,832 msvcirt.dll16/11/2011 08:32p 479,232 msvcm80.dll03/02/2012 06:27p 225,280 msvcm90.dll14/04/2008 05:42a 413,696 msvcp60.dll02/02/2007 01:13p 503,808 msvcp71.dll16/11/2011 01:09p 548,864 msvcp80.dll03/02/2012 06:26p 569,680 msvcp90.dll31/01/2007 01:04p 339,968 msvcr70.dll02/02/2007 10:11a 344,064 msvcr71.dll16/11/2011 01:09p 626,688 msvcr80.dll03/02/2012 06:26p 653,136 msvcr90.dll07/02/2012 06:47p 349,184 msvcrt.dll25/09/2009 09:32a 126,800 mswinsck.ocx14/06/2010 03:41a 1,172,480 msxml3.dll02/12/2004 10:07p 89,328 mup.sys31/01/2011 04:38p 42,448 ndproxy.sys25/06/2001 12:00a 55,400 OCRAEXT.TTF08/12/2011 08:46p 631,056 oleaut32.dll23/03/2009 09:52p 100,160 picclp32.ocx31/03/2012 03:17p 20,480 psapi.dll16/02/2010 01:28p 170,800 rdbss.sys03/10/2008 03:46p 433,664 riched20.dll23/03/2009 09:52p 218,432 richtx32.ocx17/04/2012 06:31p 442,880 rpcrt4.dll16/11/2011 03:20p 152,064 schannel.dll09/05/2008 07:45p 180,224 scrobj.dll09/05/2008 07:45p 172,032 scrrun.dll20/01/2012 06:46p 17,272 spmsg.dll01/12/2006 12:03p 22,752 spupdsvc.exe27/08/2011 01:08a 260,784 srv.sys26/11/2011 06:12p 92,432 srvsvc.dll10/05/2012 01:10p 265,216 ssleay32.dll23/03/2009 09:52p 80,208 sysinfo.ocx11/11/2010 08:53p 168,720 t2embed.dll23/03/2009 09:52p 221,504 tabctl32.ocx14/04/2008 12:00p 383,804 TAHOMA.TTF14/04/2008 12:00p 355,680 TAHOMABD.TTF06/10/2011 07:19p 324,624 tcpip.sys14/04/2008 12:00p 409,600 TIMES.TTF14/04/2008 12:00p 398,372 TIMESBD.TTF14/04/2008 12:00p 239,692 TIMESBI.TTF14/04/2008 12:00p 248,368 TIMESI.TTF14/04/2008 12:00p 134,108 TREBUC.TTF14/04/2008 12:00p 131,072 TREBUCBD.TTF14/04/2008 12:00p 131,188 TREBUCBI.TTF14/04/2008 12:00p 139,288 TREBUCIT.TTF17/05/2012 01:53p 885,120 update.sys20/07/2010 10:39a 502,784 USP10.DLL04/03/2011 03:35p 420,864 vbscript.dll16/11/2011 03:15p 65,536 vcomp.dll03/02/2012 06:26p 51,024 vcomp90.dll14/04/2008 12:00p 171,792 VERDANA.TTF14/04/2008 12:00p 137,616 VERDANAB.TTF14/04/2008 12:00p 155,076 VERDANAI.TTF14/04/2008 12:00p 154,800 VERDANAZ.TTF10/07/1998 12:00a 118,752 WEBDINGS.TTF04/12/2011 02:27a 1,670,896 win32k.sys16/11/2011 03:20p 354,816 winhttp.dll06/10/2011 07:17p 84,240 ws2_32.dll08/05/2008 08:24p 155,648 wscript.exe14/04/2008 09:00p 36,864 wshcon.dll09/05/2008 07:45p 90,112 wshext.dll09/05/2008 07:45p 135,168 wshom.ocx08/03/2012 09:32a 14,336 WTSAPI32.dll 183 File 81,825,066 byte 2 Directory 17,520,881,664 byte disponibiliSo we have a lot of compatibles-neutral lang. files. That's encouraging, isn't it ?What's our next step, tomasz ?regards,hackeronte
Hackeronte Posted July 1, 2012 Posted July 1, 2012 Hi TomaszDo you know if vista games for xp package that include Vista.Emulation.dll can work with the help of KDW / FCWIN2K on windows 2000 ? in case it would possible can you explain me how to proceed? thanks in advance hackeronte P.S. I know this is out of topic but...I've asked to BlackWingCat in KWD topic but maybe he's too busy or is an old topic...i don't know, thanks...i'm an addict to Mahjong Titans (Mahjong solitaire) aka ShangaiPlaying Mahjong solitaire optimally in the sense to maximize the probability of removing all tiles is PSPACE-complete, and the game gets NP-complete when peeking below tiles is allowed. A sample of 10,000,000 games with the default layout, 'the turtle', which were analyzed in about 40 hours on a single processor thread, revealed that between 2.95 and 2.96 percent of the turtles cannot be solved even if peeking is allowed, but that is less than without peeking. (wikipedia) best regards and whishes
tomasz86 Posted July 1, 2012 Author Posted July 1, 2012 (edited) 1. Could you now delete "files.txt" and re-run the script from #56? We'll be able to list the remaining files. And yes , most of the files included in UURollup-v10 should be multilanguage / language neutral.2. Unfortunately I don't know anything about the games you're talking about Can you give me any link or more information where I can find them? Edited July 1, 2012 by tomasz86
Hackeronte Posted July 2, 2012 Posted July 2, 2012 (edited) Hi tomasz,1) Here are the results:ATL80.dll ENUatl90.dll ENUatmfd.dll ENUbootvid.dll ENUcomct232.ocx ENUcomct332.ocx ENUcomctl32.dll ENUcomctl32.ocx ENUcomdlg32.ocx ENUcscript.exe ENUcsrsrv.dll ENUDBGHELP.dll ENUdblist32.ocx ENUdispex.dll ENUdnsapi.dll ENUgdiplus.dll ENUHAL.DLL ENUhhctrl.ocx ENUiacenc.dll ENUiccvid.dll ENUIMAGEHLP.DLL ENUjscript.dll ENUkerberos.dll ENUlibeay32.dll ENUlibssl32.dll ENUmci32.ocx ENUmfc40.dll ENUmfc40u.dll ENUmfc42.dll ENUmfc42u.dll ENUmfc71.dll ENUmfc71u.dll ENUmfc80.dll ENUmfc80u.dll ENUmfc90.dll ENUmfc90u.dll ENUmfcm80.dll ENUmfcm80u.dll ENUmfcm90.dll ENUmfcm90u.dll ENUmscomct2.ocx ENUmscomctl.ocx ENUmscomm32.ocx ENUmsdatgrd.ocx ENUmsdatlst.ocx ENUmsflxgrd.ocx ENUmshflxgd.ocx ENUmsinet.ocx ENUmsmask32.ocx ENUmsstdfmt.dll ENUmsstkprp.dll ENUmsvbvm60.dll ENUmsvcirt.dll ENUmsvcm80.dll ENUmsvcm90.dll ENUmsvcp60.dll ENUmsvcp71.dll ENUmsvcp80.dll ENUmsvcp90.dll ENUmsvcr70.dll ENUmsvcr71.dll ENUmsvcr80.dll ENUmsvcr90.dll ENUmsvcrt.dll ENUmswinsck.ocx ENUoleaut32.dll ENUpicclp32.ocx ENUpsapi.dll ENUrichtx32.ocx ENUrpcrt4.dll ENUschannel.dll ENUscrobj.dll ENUscrrun.dll ENUspmsg.dll ENUspupdsvc.exe ENUsrvsvc.dll ENUssleay32.dll ENUsysinfo.ocx ENUt2embed.dll ENUtabctl32.ocx ENUUSP10.DLL ENUvbscript.dll ENUvcomp.dll ENUvcomp90.dll ENUwinhttp.dll ENUws2_32.dll ENUwscript.exe ENUwshcon.dll ENUwshext.dll ENUwshom.ocx ENUWTSAPI32.dll ENUmsexcl40.dll -msftedit.dll -msjet40.dll -msrd2x40.dll -msxml3.dll -riched20.dll -Just a fews files are neutral lang this time what's next ?2) here a link for Vista games for XP (but if you search with google or isohunt is not difficult to find more infos)I've tried them on XP and it works perfectlyOn windows 2000 pro display a MsgBox saying: unable to find the entry point procedure _vscwprintf in... ... msvcrt.dllregards,hackeronte Edited July 2, 2012 by Hackeronte
tomasz86 Posted July 2, 2012 Author Posted July 2, 2012 (edited) 1) I think there was a misunderstanding. Could you please start from the beginning (unpack the Rollup once again, etc.), run the script from #62 and after that make a list of all files from the UURollup directory EXCEPT the ones which have been moved to the "FILES" folder.?2) I've tried to run the game but even after fixing all the dependencies there was still an error on startup. Unfortunately I don't think I can help you more in this case Edited July 2, 2012 by tomasz86
Hackeronte Posted July 2, 2012 Posted July 2, 2012 (edited) Hi tomasz2) no problem at all, at least they work on XP pro so i'll continue tu use them on that O.S. Thanks for your kindness, tomasz 1) let me understand well:A] i've unpacked once again UURUB] i've run testver.cmdC] now the tricky parrt:(Do you want that i compare the content of FILES with the content of W2KUU10ENU &make a list of all files from the UURollup directory EXCEPT the ones which have been moved to the "FILES)D] I've created a folder LIST & i've copied all the files from W2KUU10ENU EXCEPT the ones which have been moved to the "FILESHere is the list 26/11/2011 12:05a 419,600 advapi32.dll23/09/2010 10:56p 340,240 asp.dll27/01/2012 02:32a 139,016 atl100.dll26/08/2006 02:17p 86,016 atl70.dll13/01/2011 03:53a 90,112 atl71.dll14/02/2012 06:00a 325,376 autoitx3.dll06/10/2011 07:35p 11,360 bootvid.dll17/04/2012 11:42a 30,208 clip.exe20/03/2012 03:37p 538,112 crypt32.dll14/04/2008 05:41a 512,512 cryptui.dll09/05/2012 03:11a 2,288,181 cygwin1.dll01/02/2001 10:00p 773,120 DBGENG.DLL14/01/2012 03:26p 5,149 empty.cat17/04/2011 12:26a 305,424 explorer.exe11/02/2011 03:22p 229,888 faxcover.exe01/05/2011 05:49p 1,053,456 fontext.dll15/05/2012 09:12p 88,832 halaacpi.dll15/05/2012 09:12p 73,504 halacpi.dll15/05/2012 09:12p 98,880 halapic.dll15/05/2012 09:14p 155,616 halborg.dll15/05/2012 09:12p 92,928 halmacpi.dll15/05/2012 09:12p 100,352 halmps.dll15/05/2012 09:14p 75,744 halsp.dll24/03/2004 12:46a 502 hfsecper.inf17/03/2004 09:50p 502 hfsecupd.inf21/08/2009 07:10p 321,888 html32.cnv25/09/2010 03:08a 248,080 infocomm.dll27/11/2011 12:45a 90,896 iphlpapi.dll29/01/2011 11:32p 74,512 isign32.dll04/12/2011 06:40a 764,688 kernel32.dll30/03/2012 06:56p 155,136 kernelXP.dll14/03/2008 04:21p 1,008,128 libiconv2.dll06/05/2005 01:52p 103,424 libintl3.dll12/10/2011 03:09a 4,033,440 libmmd.dll03/04/2012 04:11p 138,752 libpng15.dll07/12/2011 07:55p 520,464 lsasrv.dll14/01/2012 10:23a 22,288 mciseq.dll05/05/2012 11:57p 4,400,392 mfc100.dll05/05/2012 11:57p 4,425,480 mfc100u.dll26/08/2006 03:07p 1,024,000 mfc70.dll26/08/2006 03:28p 1,017,344 mfc70u.dll27/01/2012 03:40a 82,696 mfcm100.dll27/01/2012 03:40a 82,704 mfcm100u.dll16/04/2007 09:44p 54,032 mpr.dll14/04/2008 05:42a 169,984 msconfig.exe21/08/2009 07:09p 119,816 msconv97.dll17/12/2009 03:27a 343,040 mspaint.exe21/01/2005 10:25a 54,784 msvci70.dll27/01/2012 02:32a 422,160 msvcp100.dll05/01/2002 08:40p 487,424 msvcp70.dll27/01/2012 02:32a 774,416 msvcr100.dll24/07/1993 10:31a 210,944 msvcrt10.dll25/11/2009 05:16p 187,392 mswrd6.wpc25/11/2009 05:11p 187,392 mswrd632.wpc21/12/2010 08:51a 279,552 mswrd8.wpc31/08/2009 05:41p 215,896 mswrd832.cnv07/01/2009 04:20p 23,552 normaliz.dll14/04/2008 05:42a 69,120 notepad.exe18/02/2007 05:00a 47,772 NTDETECT.COM28/11/2011 07:12p 531,728 ntdll.dll01/02/2012 10:33p 1,961,024 ntkrnlmp.exe16/02/2012 10:34p 1,960,096 ntkrnlpa.exe01/02/2012 10:39p 1,982,336 ntkrpamp.exe18/02/2007 05:00a 297,072 NTLDR08/05/2012 12:25a 1,937,376 ntoskrnl.exe26/10/2006 01:24p 957,712 ole32.dll01/10/2011 08:16a 109,144 openal32.dll18/11/2011 01:41p 60,416 packager.exe01/05/2011 11:31a 20,752 plustab.dll06/12/2011 03:21p 49,424 reg.exe06/10/2011 07:14p 402,704 samsrv.dll12/03/2012 05:34a 8,882 scripten.inf30/08/2006 07:06p 14,132 SERVICES17/03/2012 12:29p 592,896 setupapi.dll05/05/2012 01:58p 2,410,496 shell32.dll08/09/2008 12:48p 132,096 sndrec32.exe20/01/2012 06:46p 231,288 spuninst.exe01/12/2006 12:03p 22,752 spupdsvc.exe17/04/2012 11:34a 69,632 takeown.exe25/01/2011 05:47p 87,040 taskkill.exe25/01/2011 05:47p 88,064 tasklist.exe30/04/2011 10:34p 416,528 user32.dll27/03/2012 11:39a 396,560 userenv.dll27/01/2012 03:40a 51,984 vcomp100.dll14/01/2012 10:23a 189,200 winmm.dll19/09/2010 11:28p 245,520 WINSRV.DLL12/07/2010 07:55a 218,112 wordpad.exe15/06/2011 06:29p 6,884 wordpad.inf01/10/2011 08:16a 445,016 wrap_oal.dll25/11/2009 05:16p 89,600 write.wpc25/11/2009 05:11p 89,600 write32.wpc26/06/2001 02:55p 8,847 wscript.hlp13/04/2008 11:09p 689,152 xpsp3res.dll12/07/2010 07:53a 5,120 xpsp4res.dll19/07/2010 12:22a 100,352 zlib1.dllmoreover i've run testver.cmd ( #62 script ) in LIST folderhere the result:bootvid.dll ENUspupdsvc.exe ENU P.S.I´v read your Firefox 13+ in Windows 2000 post on MozillaLine. Do you think the installer could work usingWindows2000-UURollup-v3a-x86-Global.exe?Thanks againregardshackeronte Edited July 2, 2012 by Hackeronte
tomasz86 Posted July 2, 2012 Author Posted July 2, 2012 (edited) Great At the moment you can ignore all files from the FILES directory as they are compatible with your system. The ones present in LIST are the problem. I'll give you more details later but I can say for sure that:atl100.dllatl70.dllatl71.dllautoitx3.dllclip.execygwin1.dllempty.cathfsecper.infhfsecupd.infkernelXP.dlllibiconv2.dlllibintl3.dlllibmmd.dlllibpng15.dllmfc100.dllmfc100u.dllmfc70.dllmfc70u.dllmfcm100.dllmfcm100u.dllmsvci70.dllmsvcp100.dllmsvcp70.dllmsvcr100.dllmsvcrt10.dllNTDETECT.COMNTLDRscripten.infSERVICEStakeown.exetaskkill.exetasklist.exevcomp100.dllzlib1.dllspupdsvc.execan be moved to FILES too.Edit: Firefox will not work with UURollup (Global). Edited July 2, 2012 by tomasz86
Hackeronte Posted July 3, 2012 Posted July 3, 2012 Hi tomaszOK already doneawaiting for details... B)regards,hackeronte
Hackeronte Posted July 3, 2012 Posted July 3, 2012 Hi tomaszthis is the list of LIST folder advapi32.dllasp.dllatl100.dllatl70.dllatl71.dllautoitx3.dllbootvid.dllclip.execrypt32.dllcryptui.dllcygwin1.dllDBGENG.DLLempty.catexplorer.exefaxcover.exefontext.dllhalaacpi.dllhalacpi.dllhalapic.dllhalborg.dllhalmacpi.dllhalmps.dllhalsp.dllhfsecper.infhfsecupd.infhtml32.cnvinfocomm.dlliphlpapi.dllisign32.dllkernel32.dllkernelXP.dlllibiconv2.dllibintl3.dlllibmmd.dlllibpng15.dlllsasrv.dllmciseq.dllmfc100.dllmfc100u.dllmfc70.dllmfc70u.dllmfcm100.dllmfcm100u.dllmpr.dllmsconfig.exemsconv97.dllmspaint.exemsvci70.dllmsvcp100.dllmsvcp70.dllmsvcr100.dllmsvcrt10.dllmswrd6.wpcmswrd632.wpcmswrd8.wpcmswrd832.cnvnormaliz.dllnotepad.exeNTDETECT.COMntdll.dllntkrnlmp.exentkrnlpa.exentkrpamp.exeNTLDRntoskrnl.exeole32.dllopenal32.dllpackager.exeplustab.dllreg.exesamsrv.dllscripten.infSERVICESsetupapi.dllshell32.dllsndrec32.exespuninst.exespupdsvc.exetakeown.exetaskkill.exetasklist.exeuser32.dlluserenv.dllvcomp100.dllwinmm.dllWINSRV.DLLwordpad.exewordpad.infwrap_oal.dllwrite.wpcwrite32.wpcwscript.hlpxpsp3res.dllxpsp4res.dllzlib1.dllRegardshackeronte
tomasz86 Posted July 3, 2012 Author Posted July 3, 2012 The new list seems to be the same as the one from #68. Have you really moved the ones listed in #69? I meant to move them from LIST to FILES.
tomasz86 Posted July 3, 2012 Author Posted July 3, 2012 I have just uploaded a merged installer for .NET Frameworks 1.0-1.1-2.0-3.0-3.5. It requires UURollup-v10 (ENU) or newer.
acus Posted July 3, 2012 Posted July 3, 2012 Hi Tomasz,http://ge.tt/1zN1BzJ/v/0?cI tried 2 files: netfx101120_20120701.014506.7z & netfx1011203035_20120703.231610.7z.second one refuse to unistall, I uploaded log files & screenshotRegards
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now