Jump to content

Kaylar

Members
  • Posts

    38
  • Joined

  • Last visited

Everything posted by Kaylar

  1. changing joy.cpl.res with one with less icons was intentionally?
  2. nvm about those bitmaps, I was trying to add them from reshacker but looks like Update All Resources doesn't know to add new resources. From command line all was ok this is not ok
  3. another thing inetcpl.mui.res contains bitmaps that are not apllied by Reshacker
  4. in :inetcplmui U didn't set big1 and name1 variables btw after IE7 integration I have inetcpl.mu_ which contains inetcpl.mui; from the script I understand that is looking in fact for inetcpl.cpl.mui. I'm using OnePiece_IE7_WinXPSP3_v2.3.1_AddOn_ENU.7z to integrate IE7, could this be the problem that I don't have inetcpl.cpl.mui?
  5. winnt32u.dll is deleted change the line set com=DLL to set com=DL_ :winnt32u set name=winnt32u set ext=dll set big=WINNT32U set com=DLL if exist "i386\%big%.%com%" %xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nul if exist "i386\%big%.%com%" Del "i386\%big%.%com%" >nul if not exist "i386\%big%.%com%" set com=DLL if exist "i386\%big%.%com%" %cp% "i386\%big%.%com%" "%tmp%\%big%.%com%" >nul if not exist "i386\%big%.%com%" goto winsrv %rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%ext%.res",,,&echo patching %name%.%ext% %pe% -c %tmp%\%name%.%ext% >nul %cp% /v /y "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nul
  6. what should I try if that avi resource is not in that file? look at the picture posted by AlexTan and u will see what dialog is causing problems "Copying..." and that avi "Copying items" (AVI 161) is only in shell32.dll
  7. no is not that one only Shell32.dll is containing that AVI resource but I don't know why it behaves differently
  8. if U don't have how to test it I can help, just give me the rsc file
  9. Copy dialog in Windows is OK; it looks like when we copy from mobile device (nokia phone in this case) some other dialog is used; i'm using the manual patcher, xptsp XPtsp.v1.0.10b11batch.exe, Win XP pro sp3 hum ,have you tried putting the the image int he same folder as the theme? Setup actually converts the BLISS.JPG to BLISS.BMP and it should be in %WinDir%\Web\Wallpaper as BLISS.BMP after install. @dougiefresh: try to convert bliss.jpg in bliss.bmp and not just renaming it.
  10. same thing here, just tried now @AlexTan: if U enter in Nokia Phone Browser and try from there the dialog look different and is no glitch
  11. hi regarding on what I wrote here I managed to fix my problem which was in Shellstyle.dll (blue_ss.dll from the pack) all I did was to change in UIFILE \ 1 background: rcbmp(120,6,0,0,0,1,0); borderthickness: rect(4,4,4,4); padding: rect(4rp,4rp,0rp,0rp); into background: rcbmp(120,5,0,0,0,1,0); borderthickness: rect(8,2,8,2); padding: rect(1rp,1rp,1rp,1rp); if U like it black I could give U one
  12. hi i'm having the following "problems" - You used an image to small (1024x768) for logonui.exe screen. I'm using 1680x1050 resolution and that looks ugly. - Windows in explorer have a bug with that modified theme I'll post if I will find more
  13. hi ricktendo, i found this bug ":inetres" label doesn't exist :inetmgr set name=inetmgr set ext=exe set big=INETMGR set com=EX_ if not exist "i386\%big%.%com%" goto inetres %xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nul %rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%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 :inetmgr set name=inetres set ext=dll set big=INETRES set com=DL_
×
×
  • Create New...