
Kaylar
-
Posts
38 -
Joined
-
Last visited
Content Type
Profiles
Forums
Calendar
Posts posted by Kaylar
-
-
kaylar, do you still have the problem?
yes, ieframe.mui it's still compressed
and this is why
:8ieframemui
set name=ieframe
set name1=dll
set ext=mui
set com=mui
if not exist "i386\%name%.%com%" set com=mu_
if not exist "i386\%name%.%com%" goto iepeers
%xp% "i386\%name%.%com%" "%tmp%\%name%.mui" >nul
if exist "i386\%name%.%com%" Del "i386\%name%.%com%" >nul
%rh% %ao% "%tmp%\%name%.%com%", "%tmp%\%name%.%com%", "%res%\8%name%.%name1%.%ext%.res",,,&echo patching %name%.%name1%.%ext%
%pe% -c %tmp%\%name%.%com% >nul
if exist "i386\%name%.%com%" %cp% /v /y "%tmp%\%name%.%ext%" "i386\%name%.%ext%" goto iepeers
%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%name%.mu_" >nul
the second bolded line is not executed because "i386\%name%.%com%" was deleted before so it's cabbing the file
-
ah man, its ben changed again? im not sure if the ie8 addon and the all in one update pack addon are synched or not but this is begining to be a pain. soem time its cabed some times its not depending of the version of the addon/update pack. i might do one last update cuz there are still a few things i think needs to be finalized but id realy wish everyone would use the xptspgui.
but thx for noticing tho.
I like this method (manual batch addon) better. Dos commands are saints. :type:
-
@bober: ieframe.mui gets cabbed and it shouldn't.( Link )
-
the addon is integrated on a clean source with nlite
I found the culprit. It's XPtsp resource patcher, it's cabbing that file.
-
I'm getting ieframe.mui is missing during setup copying files with 1.3.1 and also with 1.3.2. Could be because of this line in entries_IE8.ini
....................
d1,ieframe.dll
d1,ieframe.mui,ieframe.mu_
d1,ieframe.mui
d1,iepeers.mui
d1,ieproxy.dll
....................
-
@Kelsenellenelvian: error on install
[sourceDisksFiles]
........
Cdimage.exe =11
........
@anyone else that can't install, edit UberPack.inf and change Cdimage.exe =11 to Cdimage.exe =1
-
current XPtsp is not supporting IE8 and that's why you get those issues.
-
I think the same way, but you never know
-
oh does it? hmmm i guess ENU_USER's ResPacker is not compatible with the latest pack anymore
EDIT: kay, ive just used the addon itself and it worked perfectly.
and where I said that it didn't?
-
suggestion for intro.wmv
http://rapidshare.com/files/196778908/intro.wmv
-
:thumbsup_anim: it's working this time
THANK YOU mona for your time
-
Thanks but still the same issue.
here is what I get
and I need that setup.exe tries to launch XPpro\\i386\\WINNT32.exe instead of i386\\WINNT32.exe
Please try to make it like the one in the pack with Autoplay folder which contains setup.cdd. You can also give me the source and I'll try to make it how I need it. Which way is easy for U.
Thanks for your time
-
@bober: sorry to here that
@bober & @mona:
I'm building a multiboot dvd and I'll need that autorun menu looks for i386 inside XPpro folder and not on the root. can U recompile a version for this?
thanks
-
mirrors for XPtsp.v1.2_batch.exe please.....
4shared sucks..... its damn too slow
look here
-
I can't seem to download from 4share.com. Can you upload elsewhere? Thanks!
-
really? lol cause yea, i was gonna include it,but if i fixed the height would it be better?
yeap, thanks
usually I have 50-60 processes running
-
@bober: I hope U'll not include taskmgr.exe.res. I keep mine full height and it's ugly with those small bitmaps.
-
humm i thought i had fix this.will do 2nite
the actual code is working if U use Onepiece IE7. U can add a new section in order to patch also inetcpl.cpl.mui if it is found with this name
-
I'm installing winamp from a batch file which looks like this
winamp5541_pro_all.exe /S
pskill winamp.exe
pskill winampa.exe
pskill eMusicClient.exe
Winamp_Essentials_v5.541.exe /S
"%ProgramFiles%\Winamp\eMusic\Uninst-eMusic-promotion.exe" /S
"%ProgramFiles%\Winamp Remote\uninstall.exe" /S
"%ProgramFiles%\Winamp Toolbar\uninstall.exe" /S
wa5_coloreditor_2_1_2.exe /S
deltree /y "%UserProfile%\Desktop\50 FREE MP3s from eMusic!.lnk"
deltree /y "%UserProfile%\Start Menu\Programs\50 FREE MP3s from eMusic!.lnk"
-
@bober:
I've just finished verifying the batch script for WinXP SP3,WMP11,OnepieceIE7
Problems found:
hmmapi.mui.res is not apllied -> rename the res file hmmapi.dll.mui.res to hmmapi.mui.res
XPRngOut.wav from the package is the same with that from SP3
wucltui.mui.res file size is 0; the code is ok but there is nothing to patch
and ofcource :spcplui section from the batch
:spcplui
title XPtsp script Progress 72%%%...
set name=spcplui
set ext=dll
set big=SPCPLUI
set com=DL_
if not exist "i386\%big%.%com%" set com=dll
if not exist "i386\%big%.%com%" goto spider
%xp% "i386\%big%.%com%" "%tmp%\%name%.%ext%" >nul
if 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% >nul
set com=DL_
%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name%.%ext%" "i386\%big%.%com%" >nul
-
also:
can any one also confirm that inetcpl.mui or inetcpl.cpl.mui get patched(onepeice or nr ie7 addons) is getting patched or not thx.
inetcpl.mui from onepiece is patched
-
hehe thx
update time!
edit i just noticed a miss match of spcplui.dll.res between the manual patcher ansd the addon version.the addon version has the proper file.it dosent really matter .
in :spcplui section at the end before the compression change set com=EX_ to set com=DL_
-
xpnetdg.ex_ in the original source contains xpnetdiag.exe after XPtsp it contains xpnetdg.exe; it's no problem because in txtsetup.sif is renamed to xpnetdiag.exe
U can change it into this if U want. tested and working
:xpnetdg
set name=xpnetdg
set name1=xpnetdiag
set ext=exe
set big=XPNETDG
set com=EX_
if not exist "i386\%big%.%com%" set com=exe
if not exist "i386\%big%.%com%" goto xpsp1res
%xp% "i386\%big%.%com%" "%tmp%\%name1%.%ext%"
if exist "i386\%name%.%ext%" Del "i386\%name%.%ext%"
if exist "i386\%name1%.%ext%" Del "i386\%name1%.%ext%"
%rh% %ao% "%tmp%\%name1%.%ext%", "%tmp%\%name1%.%ext%", "%res%\%name%.%ext%.res",,,&echo patching %name%.%ext%
%pe% -c %tmp%\%name1%.%ext%
set com=EX_
%cab% /D CompressionType=LZX /D CompressionMemory=21 "%tmp%\%name1%.%ext%" "i386\%big%.%com%"dvdplay.exe.res is not applied because it's in driver.cab
hmmapi.dll.mui.res and iexplore.exe.mui.res are not applied. Even U rename the resources to hmmapi.mui.res and iexplore.mui.res or u add a parameter "name1" (%rh% %ao% "%tmp%\%name%.%ext%", "%tmp%\%name%.%ext%", "%res%\%name%.%name1%.%ext%.res",,,&echo patching %name%.%ext%)
spcplui.dll.res is not applied because in XPtsp.bat refers to spcplui.exe, extension must be changed into dll
"spcplui.dll Backup.res" is not needed in the package
-
if I remember correctly the error message that Rud have is from logonui.exe.
@Rud: did U change the standard WinXP logonui.exe before U apply XPtsp?
[Closed] XPtsp Green Batch v1.4.7.1
in XP Theme Source Patcher
Posted
I didn't have problems using this addons in this order
nLite:
Kels_Runtimes_addon
AlkyXP1.1
OnePiece_IE8_WinXPSP3
xable_WGAN-v1.6_addon
RED_XP_SP3_UpdatePack
RVM_Integrator:
USBonBoot
WMP11Slipstreamer WMP11+updates
XPtsp