SonWolve Posted May 28, 2006 Posted May 28, 2006 Would be great if someone could get this into addon form...As it is right now, basically it unpacks itself, you launch a batch file, hit enter for the pause and it will start its business in editing the appropriate files to change your icons. Then after a restart you have to run a icon cache rebuild and its done. I haven't been able to figure out how to get this to run silent (VERY new to this) but it doesn't seem like it would be too hard, esp if you have file protection disabled... with a different icon pack I tried grabbing all the files it edited and CAB them and throw them into the I386 directory on my install DVD but that only changed some things and certainly not all the icons... anyway I would greatly appreciate if someone could figure out how to get this pack to work in a silent environment. Thanks!!!Here is a link to the pack (Rapidshare)HereThanks!
SonWolve Posted May 28, 2006 Author Posted May 28, 2006 Not a prob mate, they guys who made it (I believe from joejoe) do some great stuff... I just think it would be great if we could get this into some sort of silent install...
dirtwarrior Posted May 28, 2006 Posted May 28, 2006 Or over at nlite someone might make it where it installs as a hotfix to be nlited into the source.Offtopic does anyone know hoe to put xp taskbar into 2k?
Camarade_Tux Posted May 31, 2006 Posted May 31, 2006 Just to let you know it is possible. Not the easiest thing but possible.I'll maybe try this week-end.You will probably loose some things though.
SonWolve Posted June 1, 2006 Author Posted June 1, 2006 I've been trying and failing so anything you could figure out would be interesting =)
Camarade_Tux Posted June 1, 2006 Posted June 1, 2006 All these "icons pack" use reshacker and directives files.You need to find which files have to be updated, expand them, patch them, cab them.I managed to do it with Bricopacks, but these installers are the worst. The installation method used in this icon pack is slightly different but will make everything easier for me. (with bricopacks, I had to put a file in a specific location and make it read-only..., real pain)PS: integrating bricopacks was in fact a "proof of concept".
SonWolve Posted June 1, 2006 Author Posted June 1, 2006 Nice man, I tried doing that earlier, grabbing what I thought were all the patched files, and cabbing them but I couldn't get it to go through, if you get this to work your the man! =P
Camarade_Tux Posted June 5, 2006 Posted June 5, 2006 :/ I had no time to learn a "true" coding langage and now I have an old problem with AutoHotKey : I can't use dots in a variable content.I'll see if I can do it with AutoIt instead. Otherwise, I'll have to drop the source and hope someone can code it with another language.Anyway, here's half of the source:SetWorkingDir, D:\Scratch\Download\VIPv2_SPSysPatch = $COMMONFILES\Vista Icon Pack v2 Ultimate - System PatchSOURCESS=D:\Adrien\Sources\hfslip\SOURCELoop, Read, main.txt{ if A_Index != 1 { StringTrimRight, IUV, %A_LoopReadLine%, 1 CAB=%IUV%_ RunWait, expand -r %SOURCESS%\I386\CAB %A_WorkingDir%\WORK StringTrimRight, IUV, %A_LoopReadLine%, 4 RES=%IUV%.res RunWait, %SysPatch%\ResHacker.exe -addoverwrite %A_WorkingDir%\WORK\%A_LoopReadLine%, %A_WorkingDir%\WORK\%A_LoopReadLine%, %SysPatch%\%RES% }}
Camarade_Tux Posted June 5, 2006 Posted June 5, 2006 (edited) In fact, it is OK.I still have to add a few things (language collision, progress bar, dialogs to ask for the SOURCE folder) but this is how it looks right now:edit: language collision solved, another bug solved. User Interface tonight.Also, I'm thinking about copying the files to the CD since any hotfix will overwrite patched files and restore original icons. Having the files on the CD will let you reload everyhting.And, I do not patch sfc_os.dll ! I have other things to do.Last, this should work with 2k too. Edited June 5, 2006 by Camarade_Tux
SonWolve Posted June 5, 2006 Author Posted June 5, 2006 Can't wait to see the rest of the progress! Great going!
Camarade_Tux Posted June 17, 2006 Posted June 17, 2006 I told you I would do it. Slipstreaming is done. It has not been a problem. My problem (the same than 2 weeks ago) is with makecab.
Delprat Posted June 18, 2006 Posted June 18, 2006 MakeCab ?... or ModifyPE ?Take a little look at Xpize, you'll see the solution about hotfixes : slipstream the ressources in the files in i386, and keep them separetely with a "updater" script.(and you'll understand why the PE format, mixing binary code and ressources is a.... well, in fact there's no word to describe this mess)If there's a better solution, i hope you'll find it : this one takes lots of space (not so much if compressed, but even some nuclear plants don't have duplicated security systems... and most of them don't explode with a Blue Storm Of Death )++
Camarade_Tux Posted June 18, 2006 Posted June 18, 2006 No, makecab.exe.Files are updated, but I can't repack them!Take a little look at Xpize, you'll see the solution about hotfixes : slipstream the ressources in the files in i386, and keep them separetely with a "updater" script.No need in fact; if you want to reload icons, just use regular VIP installer. (and you'll understand why the PE format, mixing binary code and ressources is a.... well, in fact there's no word to describe this mess)Indeed but there's no real other solution to achieve the same goals.Check ICL on this page: http://en.wikipedia.org/wiki/ICO_%28icon_i..._file_format%29
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now