halo3productions Posted October 12, 2013 Posted October 12, 2013 (edited) I've been reading this thread, but it's highly unorganized and incomplete. I'm getting stuck...http://www.msfn.org/board/topic/44639-sfxcabexe/I'd like to compile my own service pack for Windows XP. How do I do this as it seems quite possible.From what I understand, you take a sfx-based update, delete everything after a certain line with a Hex editor. After that I'm stuck. Edited October 12, 2013 by halo3productions
blackwingcat Posted October 13, 2013 Posted October 13, 2013 My customized Windows 2000 updates are created by iexpress.iexpress is microsoft tool and very easy and simple.The updates process are following.- execute batch file ( pre process something) <- you can customized much !- extract cabinet- execute update.exeYou can see example WlindowsLU***.exe from here.http://w2k.flxsrv.org/wlu/wlu.htmI've been reading this thread, but it's highly unorganized and incomplete. I'm getting stuck...http://www.msfn.org/board/topic/44639-sfxcabexe/I'd like to compile my own service pack for Windows XP. How do I do this as it seems quite possible.From what I understand, you take a sfx-based update, delete everything after a certain line with a Hex editor. After that I'm stuck.
halo3productions Posted October 13, 2013 Author Posted October 13, 2013 (edited) My customized Windows 2000 updates are created by iexpress.iexpress is microsoft tool and very easy and simple.The updates process are following.- execute batch file ( pre process something) <- you can customized much !- extract cabinet- execute update.exeYou can see example WlindowsLU***.exe from here.http://w2k.flxsrv.org/wlu/wlu.htmI've been reading this thread, but it's highly unorganized and incomplete. I'm getting stuck...http://www.msfn.org/board/topic/44639-sfxcabexe/I'd like to compile my own service pack for Windows XP. How do I do this as it seems quite possible.From what I understand, you take a sfx-based update, delete everything after a certain line with a Hex editor. After that I'm stuck.The link is in another language, and Chrome can't translate it. I was looking to create a service pack exactly as Microsoft does it. Someone did it for W2K, and it's called the Unofficial Service Pack 5.I'm not familiar with iexpress. Can you give me more details? Edited October 13, 2013 by halo3productions
blackwingcat Posted October 14, 2013 Posted October 14, 2013 iexpress is very simple interface.Your PC has also pre-installed it.WIN+R and run iexpress You can find some KB article on internetThe link is in another language, and Chrome can't translate it. I was looking to create a service pack exactly as Microsoft does it. Someone did it for W2K, and it's called the Unofficial Service Pack 5.I'm not familiar with iexpress. Can you give me more details?
halo3productions Posted October 14, 2013 Author Posted October 14, 2013 iexpress is very simple interface.Your PC has also pre-installed it.WIN+R and run iexpress You can find some KB article on internetThe link is in another language, and Chrome can't translate it. I was looking to create a service pack exactly as Microsoft does it. Someone did it for W2K, and it's called the Unofficial Service Pack 5.I'm not familiar with iexpress. Can you give me more details?Running iexpress gives me errors: Can't find the report file and can't find a .cab file.My goal is to use iexpress to run multiple Windows Update files. I pulled a bunch of .exe's from Catalog website. I would like to install them in one go, such as how a service pack does it. MS's KBs don't inform me well on using iexpress. During the wizard, it looks for a script or something to execute the .exes. I don't know what to do there. This is why I wanted you to show me how you did it yourself.
dencorso Posted October 14, 2013 Posted October 14, 2013 Go to MDGx's and look around... there's some good info on iexpress there and further links to follow.
blackwingcat Posted October 15, 2013 Posted October 15, 2013 I show you some examples.Directory.-SP3QFE--updatefile1 + updatefile2-update1-update.exe update.inf update.ver updspapi.dll-update2-update.exe update.inf update.ver updspapi.dllspmsg.dllspuninst.exesetup.cmdcontent of setup.cmd@echo offextrac32 /y /e /l .\ UPDATE.CAB > nulupdate1\update.exe /norestart /quietupdate2\update.exe /quietyou must pack all folders in update.cab cabarc or makecab1. Select Create new selfextraction ...2. Select Extract file and run ....3. Input Package Title.4. Does not need care Confirmation prompt /Licanse agreement5. select packed cab and batch file( .cmd)6. You must input manually batch file(.cmd) in Install Program.7. select hidden in "show window".8. You can choice any in Finished message9. Check Store files using Long Filename.10. select no restart.The sfx-exe can run two hotfixes Running iexpress gives me errors: Can't find the report file and can't find a .cab file.My goal is to use iexpress to run multiple Windows Update files. I pulled a bunch of .exe's from Catalog website. I would like to install them in one go, such as how a service pack does it. MS's KBs don't inform me well on using iexpress. During the wizard, it looks for a script or something to execute the .exes. I don't know what to do there. This is why I wanted you to show me how you did it yourself.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now