bober Posted February 19, 2009 Author Posted February 19, 2009 LOL wtf guys...anyways , did you try removing user32.dll.res or deleting the cursors from the res and test to see fi it fixes the problem?but im begining to think it may not be related as i re-red ure post and you said right after txtsetup.are you using driverpack.net slipstreamer?and i did make the modifications a while back when you said that you remove setup.exe from ure source.so the batch check if its present or not and depeding on the situation it will copy or not the file to ure source folder.but this realy looks like a driver packs thing( as method 2 repalces setup.exe to launch its 'fake' setup to decompress the drivers then launches the original setup afterwards.)
ENU_user Posted February 20, 2009 Posted February 20, 2009 and i did make the modifications a while back when you said that you remove setup.exe from ure source.so the batch check if its present or not and depeding on the situation it will copy or not the file to ure source folder.but this realy looks like a driver packs thing( as method 2 repalces setup.exe to launch its 'fake' setup to decompress the drivers then launches the original setup afterwards.)btw I Incorporated a workaround especially for xptsp so respacker is capable of running after the driverpacks as wellwith the next update I'll add in all the other essential stuff as in the addonso all one needs is the latest batch.exe when using respacker ...
RisingXun Posted February 20, 2009 Posted February 20, 2009 (edited) anyways , did you try removing user32.dll.res or deleting the cursors from the res and test to see fi it fixes the problem?but im begining to think it may not be related as i re-red ure post and you said right after txtsetup.are you using driverpack.net slipstreamer?Im pretty much using a simple Windows XP Sp3 Disc. Heres the steps how i made to check what was the problem.1. Added Addons/update Packs with Ryanvm Integrator. (also patched bootscreen resources so i wouldnt have to recabbed the Drivers.cab2. Used nLite to slim down Xp Source3. Tested the Windows XP Sp3 (Yeah it worked)4. Then From here i tested the 2 ways of applying the resources. Edited February 20, 2009 by RisingXun
bober Posted February 21, 2009 Author Posted February 21, 2009 btw I Incorporated a workaround especially for xptsp so respacker is capable of running after the driverpacks as wellwith the next update I'll add in all the other essential stuff as in the addonso all one needs is the latest batch.exe when using respacker ...thx for the continuous intrest in this project ENU_user.
ENU_user Posted February 22, 2009 Posted February 22, 2009 thx for the continuous intrest in this project ENU_user.haa... thank you bober! and to all the guys here! who help you maintained it with updates .etc :thumbsup_anim:
Sapider Posted February 24, 2009 Posted February 24, 2009 (edited) :hmmapimset name=hmmapiset name1=dllset ext=muiset big=HMMAPIset big1=DLLset com=MU_if not exist "i386\%big%.%big1%.%com%" set com=muiif not exist "i386\%big%.%big1%.%com%" goto hnetwiz%xp% "i386\%big%.%big1%.%com%" "%tmp%\%name%.%name1%.%ext%" >nulif exist "i386\%name%.%name1%.%ext%" Del "i386\%name%.%name1%.%ext%" >nul%rh% %ao% "%tmp%\%name%.%name1%.%ext%", "%tmp%\%name%.%name1%.%ext%", "%res%\%name%.%name1%.res",,,&echo patching %name%.%name1%.%ext%%pe% -c %tmp%\%name%.%name1%.%ext% >nulset com=MU_%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%name1%.%ext%" "i386\%big%.%big1%.%com%" >nul:hnetwiz- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - :midimapset name=midimapset ext=dllset big=MDIMAP ---> set big=MIDIMAP Edited February 24, 2009 by Sapider
ENU_user Posted March 2, 2009 Posted March 2, 2009 (edited) :setup----------------------if exist "i386\setupORG.exe goto setupORG----------------------------------------------------------------if not exist "i386\%big%.%com%" goto setupORG-----------------------------------------------------------------------------------------------------------------------:setupORGset name=setupORGset name1=setupset ext=exeif not exist "i386\%name%.%ext%" goto setup_wm%cp% /v /y "i386\%name%.%ext%" "%tmp%\%name%.%ext%" >nul%rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name1%.%ext%.res",,,&echo patching %name%.%ext%%pe% -c %tmp%\%name%.%ext% >nul%cp% /v /y "%tmp%\%name%.%ext%" "i386\%name%.%ext%" >nulthis is more or less the workaround needed for allowing setup.exe patching after driver-packs.however the weird.. Unlike before I tested this and it proves to brake the setupdid the setup.exe.RES change in any way ? Edited March 2, 2009 by ENU_user
bober Posted March 2, 2009 Author Posted March 2, 2009 nope cant say it has.please note that setup.exe is infact cabbed (setup.ex_) in an original install.
ENU_user Posted March 2, 2009 Posted March 2, 2009 (edited) nope cant say it has.please note that setup.exe is infact cabbed (setup.ex_) in an original install.note another interesting thing then ...if the setuporg.exe is as *un-patched* all goes wellnow I compressed the file as *patched* and only like that it did work (like you hinted) :wierd: ...meaning with the above example you will jut need to search if it exists on the source , patch it with setup.exe.res and then compress regardless to how it is on the source and it should all run well ... Edited March 2, 2009 by ENU_user
bober Posted March 2, 2009 Author Posted March 2, 2009 this should work::setupset name=setupset ext=exeset big=SETUPset com=EX_if not exist "i386\%big%.%com%" set com=exeif not exist "i386\%big%.%com%" goto setup_wmif exist "i386\%big%.org" set com=org%xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nulif exist "i386\%name%.%ext%" Del "i386\%name%.%ext%" >nul%rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%ext%.res",,,&echo patching %name%.%ext%%pe% -c %tmp%\%name%.%ext% >nulset com=EX_if exist "i386\%big%.org" set com=org%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nul
ENU_user Posted March 3, 2009 Posted March 3, 2009 (edited) :setupset name=setupset ext=exeset big=SETUPset com=EX_if exist "i386\%name%ORG.%ext% goto setupORGif exist "i386\%big%ORG.%com% goto setupORGif not exist "i386\%big%.%com%" set com=exeif not exist "i386\%big%.%com%" goto setup_wm%xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nulif exist "i386\%name%.%ext%" Del "i386\%name%.%ext%" >nul%rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%ext%.res",,,&echo patching %name%.%ext%%pe% -c %tmp%\%name%.%ext% >nulset com=EX_%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nulgoto setup_wm:setupORGset name=setupORGset name1=setupset ext=exeset big=SETUPORGset com=EX_%xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nul%cp% /v /y "i386\%name%.%ext%" "%tmp%\%name%.%ext%" >nulif exist "i386\%name%.%ext%" Del "i386\%name%.%ext%" >nul%rh% %ao% "%tmp%\%name%ext%", "%tmp%\%name%ext%", "%res%\%name1%.%ext%.res",,,&echo patching %name%.%ext%%pe% -c %tmp%\%name%.%ext% >nul%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nul:setup_wm Edited March 3, 2009 by ENU_user
bober Posted March 3, 2009 Author Posted March 3, 2009 ok i just noticed there is an other backup file, setuporg.exe.. lol (gonna have to learn to pay more attention)i though it was the modifications i made to the batch file.so all in all we have:-setuporg.exe-setup.org >>>cabbedbut in my tests i deleted setuporg.exe and everything went A ok. ill go ahead and make an other test with a "if exsist delete" line on setuporg.exe and see if everything goes well.but im surprised that there is 2 backups.(im using beta base 90201)btw i think i know why they put the original setup uncabed with a different name, incase you have to call it manualy for some reason.n e ways i was able to fit every thing and handle prety much any situation under one label::setupset name=setupset ext=exeset big=SETUPset com=EX_if not exist "i386\%big%.%com%" set com=exeif not exist "i386\%big%.%com%" goto setup_wmif exist "i386\%big%.ORG" set com=ORG%xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nulif exist "i386\%name%.%ext%" Del "i386\%name%.%ext%" >nul%rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%ext%.res",,,&echo patching %name%.%ext%%pe% -c %tmp%\%name%.%ext% >nulset com=EX_if exist "i386\%big%.ORG" set com=ORG%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nul if exist "i386\%big%.ORG" %cp% /v /y "%tmp%\%name%.%ext%" "i386\%name%org.%ext%" >nulas you can see, i also changed my idea about deleting setuporg.exe.
ENU_user Posted March 4, 2009 Posted March 4, 2009 (edited) to add on to post Post #35I said it will only work in compressed form which seemed weirdhaving both forms will fail (with the patched version)all is normal with the none patched ..off coursenow im not sure what or how driverpack handles it if the file is patched with nothing more to it really: I found the only safe way having setup.exe<->setupORG.exe patched is making sure it is left in compressed form after the patching job ..deleting its uncompressed version Edited March 4, 2009 by ENU_user
LordK Posted March 8, 2009 Posted March 8, 2009 hi to all vs i've almost fully translate the res files to italian languageand solved the bug of xpsp2.res for my non english installationbut... i've seen that sysdm tab ( hardare) dont match in size with te xpsp2 res (491 vs 441)is a mistake or not? i've leveled all to 491 (right?)(sorry for my bad english...)
bober Posted March 8, 2009 Author Posted March 8, 2009 i belive it dosent matter, the only thing that we tried to keep the same are the left side bmp dialog sizes.i have looked thru sp2res,sysdm,wuaucpl.cpl.res,srrstr.dll.res..etc and the majority of the windows sizes is 499x271.but then again each windows is fitted to sysdm.cpl's size...so like i said i dont think its realy important but it would be more "kosher" to make them all the sime size. but i do thank you for noticing.
Rud Posted March 11, 2009 Posted March 11, 2009 It fixes position main bitmap. Now, it does not interfere with other components when you want to move them. It is necessary in my translation and put in order cryptui.dll.res.7zMD5: 85533e372d85b2077a5a9e0d90d1fcb4Size: 294 KB
bober Posted March 14, 2009 Author Posted March 14, 2009 this should be the final release:http://www.hr-host.com/wincert/xptheme/XPtsp_Green/have a test run a report back.the major change in thsi version is that both manual and addon use the same batch file to install.
Mr_Smartepants Posted March 15, 2009 Posted March 15, 2009 this should be the final release:have a test run a report back.Testing now!
MadMaxX Posted March 15, 2009 Posted March 15, 2009 (edited) Ok I Installed XPtsp 1.4.6 batch versionand here are some bugs I found Out (+Some Suggestions)1. The Users Tab from The Task Manager Is Missing2. I reported a small problem in Phone and Modem Options a some Time Back, I dont see it fixed3. Now I have noticed this one from a long time, and Ive noticed many Users Face this problem.....The Patching of Automatic Updates Tab is buggy, sometimes it gets patched sometimes not.....4. The New WMP Skin is awesome, But there is a bug in the Close/Minimize/Restore Buttons as you can notice in the picAlso clicking on them shows some bugs as well5. I was wondering why dont you guys use the vista logo instead of the xp logo in the about box etc.....I see you guys are using The Vista Logo in the logon screen.....also the WINDOWS XP written in The Logon Screen is much better than in the about box, mind if you could please use the same logo in both the places6. There are small white boxes around the Windows Media Player Progress bar when its size is extended...See THe Pics7. Last one, This a personal request, I really find that the current shortcut could be improvised......It seems pixelated on most of the icons,, maybe you could use a vista-ish oneI hope you guys will see to this, and hopefully there will be fixes to all the mentioned above.Anyways you guys are doing a great job, and this tool prevents me from moving to vista, even though i own the original vista ultimate edition :-PKudos! Edited March 15, 2009 by MadMaxX
Mr_Smartepants Posted March 15, 2009 Posted March 15, 2009 (edited) Well, I just tested 1.4.6 on XP Pro SP3 (MSDN) w/ RyanVM updatepack 1.03 and I see no visual problems so far.1. Task manager Users tab is not missing on mine, though that would be a large bug if it were.2. The modem 'bug' is because the left pane image is not long enough. Not really a bug though.3. The system properties images are all present on mine. Though I have seen (or not seen) the missing left pane image for Remote Access on XP Home systems.4. WMP theme displays no visual artifacts. Looks good here! I integrated WMP11 with Boooggy's integrator. I don't use anything made by OnePiece.For the shortcut icons, what dpi settings are you using? Edited March 15, 2009 by Mr_Smartepants
bober Posted March 15, 2009 Author Posted March 15, 2009 well then, ill wait b4 banging my head on the desk trying to figure out problems that may or may not be existent.madmax,for the modem bmp, i know... but i cant find it,id have to spend half a day looking for it,plus the scanner wizard and possibly the printer wiz also suffer from the same thing.for the orb logo,yeah that wouldn't be a bad idea.(again if we would want to be kosher on this all M$ logos should be change through out the whole pack.)for the pixelation issue, this is caused by bad quality and resolution by M$ in their resources. as you can see even ure "my completed downloads" and "download accelerator" icons look just as bad as the arrow on top. ure prolly using thumbnail view..and finally for ure other strange problems,1-did you have an antivirus scanning in the background?2-did u have wmp11+latest hotfix slipped?3-i see ure not using a theme and are using "classic",can you put a theme on and try wmp 11 again?mr. smartepants,about the home rdp thing,since it isn't able to connect to a computer, it can be controlled though.so obviously they removed part of the dialog, but i have no idea why this affects the left side bmp. one of these days ill have to investigate with a Home xp.edit:ok im working on the modem and scanner wizards.(thx to mr fixit who found them for me)also he noticed that some patching wasn't happening anymore, this is due to the changes i made to the batch file.what this means is that people who use the manual batch dont have uxtheme,sfc,setupapi getting patched anymore,i will also fix this.as some may have noticed im trying to get rid of making 2 releases,its just insane.
MadMaxX Posted March 16, 2009 Posted March 16, 2009 Yeah therewas some bug in my system prolly,,,screwed up a lot of things, and i forgot to mention i used VISO Live 2.8 script last time, This time i used it on a VM (Used OnePiece Update Pack 2.2.2 and didnt remove anything from it) and foundThe task manager User Tab is AvailableThe WMP Bug didnt happen although the white boxes around the progress bars are still there (see my last post 6th point)Automatic Updates Tab did get patched this time.......So these three bugs were becoz of problems with my live system maybe........Anywaysi have one more bug to report........In The Default cursor The Normal Select Cursor didnt get patched (Like the others for busy, working in background etc) See The Pic
bober Posted March 16, 2009 Author Posted March 16, 2009 find me cool short cut arrows, im almost done fixing everything, and how do you make the wmp 1 issue appear?edit:wmp 11 fixedmodem bmp fixedcursor should be fixed (changed file name of arrow_l to arrown_l.cur)shortcut arrow, waiting for a better replacement >>> to dowindows logo branding >>>to do
Mr_Smartepants Posted March 16, 2009 Posted March 16, 2009 @MadMaxx. Try it without OnePiece's updatepack. I haven't had any problems since I stopped using his work. The guy's got some mad skills, but I don't like testing his packs for him.
Recommended Posts