can2two - 14 Sep. 2009 - 08:53:
[F1] Reshacker help
I am trying to write a script to remove all ico's, bmp's, gif's, and avi's from a windows installation. But I am confused as to how I need to loop through all
dll's and exe's found in my speficied path.
This is what is found in the res help file:
[code]
ResHacker.exe -delete MyProg.exe, MyProgNew.exe, gif,128,
[/code]
This is what I have so far: (I dont know what Im doing)
[code]
ResHacker.exe -delete MyProg.exe, MyProgNew.exe, gif,,
[/code]
i don't know how to do this but if you remove all icons and bitmaps your system will look ugly. in example; the tray without icons is useless and ugly. and if you remove the icons from the dialogs, the icon placeholder will be still there and that is not nice in that way.
i mean, there will be a space instead of the icon which is not nice.
see what i mean:
http://i32.tinypic.com/156v91u.png
but if you still want to do that, google for reshacker scripts. maybe you can find code examples.
WinT had a script for this on his old forum some time ago when I gave him the idea to remove icons I just cant find it anymore.
[quote] des 14 Sep. 2009 - 20:23
google for reshacker scripts. maybe you can find code examples.
[/quote]
will do but if anyone can produce some sample code that would be greatly appreciated.
btw my xp is iconless but i reshacked the necessary files one by one. (~300 files) because i not just removed the icons but resized the dialogs and moved buttons to new position, and fixed the icon placeholder problem, and etc...