Help - Search - Members - Calendar
Full Version: Batcher 1.20 - Application Source And .script Discussion Topic
The CD Forum > The CD Forum > WinBuilder
Pages: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
neue
Batcher
http://batcher.pt.vu/


Batcher uses text files (with extension .script) to know wich actions to perform, using .script files is possible to copy,delete or edit files from one place to another. Registry manipulation, hive loading and using encoded files is also supported.

This program was designed with the purpose of making better PE bootable discs, using bart's PE builder as a support we are able to downsize the ISO size into much smaller dimensions.



There are a few projects developed by the community:


ScriptPack - Reduces bartPE and includes some freeware programs and the possibility to make RAM bootable CD's (using windows 2003 as source)- ISO sizes around 70Mb

microPE - The minimum sized WinXP/2003 bootable ISO - minimum size is around 17Mb (at the moment..)

miniBox - Mini-Windows on a Box - aims to provide a 16 bit shell to FreeDos based in files that come from windows 95/98/ME as a test platform



All the information regarding batcher .script files is available in http://scripts.pt.vu, where you'll find sintax examples and screenshots of the working programs and projects


At this moment the more recent .script interpreter used to make bootable ISO's in reduced size is WinBuilder, wich gives far more improved boot disk results.


neue
A few bugs have been fixed, and the list as increased.

Output directory has 179 files using 36,8Mb
hilander999
Thats pretty cool!!!

Did you leave basic net functions in this build, or are they deleted also?
How much functionality is left after the script?
RvdH
neue, This looks like a very usefull progie, allthough i guess it would be nicer to have standalone scripts for "Fonts", "(unused) Drivers" etc

Thanks!

smile.gif
dennis123123
QUOTE (RvdH @ Jan 17 2006, 03:06 PM) *
neue, This looks like a very usefull progie, allthough i guess it would be nicer to have standalone scripts for "Fonts", "(unused) Drivers" etc

Thanks!

smile.gif


Yes the separate scripts would be a good idea. Great work smile.gif
neue
It isn't dificult to include other scripts because they are just plain text files, but I don't know wich files have to be included in order to start the network. I'm still trying to get the minimum size possible. The main problem is that some files are loaded by registry. I'll try to load the registry hives and remove these entries.

Last time I tried to do this I used UPX to get 35Mb on my batch file, this time I still haven't compressed any file. I am starting to believe that it is easier to take the files straight from the windows cd, just a thought..


Thanks for the support!

smile.gif
solara
Does the program also remove the references to any removed files in the txtsetup.sif file?

My manual minimum build has a txtsetup.sif of 86k, whereas a regular build may be over 400k.
neue
@solara
Yes all references are erased, if you check the script you'll see:
QUOTE
[misc]INIdeletesection,1,"\i386\txtsetup.sif","SCSI.Load"
INIwritekey,1,"\i386\TXTSETUP.SIF","SCSI.Load","atapi","atapi.sys,4"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BootBusExtenders.Load","ohci1394"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","sbp2port"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbehci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbohci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbuhci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbhub"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbccgp"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","hidusb"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","serial"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","serenum"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbstor"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","pcmcia"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","toside"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","lbrtfdc"


These keys remove the references to the drivers that are loaded at startup, and you are right about the size of txtsetup.sif file, there are many sections that are reduntant, I'll try to delete them in order to get a smaller file size.
atomix
what files do i need to leave to have explorer sheel fully working unsure.gif ?tnx
and is it possible to add plugins
RvdH
@atomix, plugins?

You can create your own customized "*.script" files
DigiWiz
smile.gif

Would love for Batcher to have the ability to create a log file of its own so I can see exactly what it has done. Then I can compare to my present batch file I use to delete files and see where improvements/addiotions or corrections can be made. Thanks for nice proggie.

DW

smile.gif
neue
@hilander999 So far I have removed all network and usb functions, I'm still trying to reach a minimum size, it basically has the same functions and looks much alike msdos 3.30 command prompt wink.gif
On the serious side, I've not tested any other programs running in this ISO, but I am pretty sure that screen resolution can be increased to 1280x768, keyboards can be customized and native ntfs support is still working. Most console applications will run without problems and I've also kept marlett.ttf wich is responsable for keeping the windows fonts. On the next step I'll try to increase functionality.
biggrin.gif


@solara - The new script will reduce the size of txtsetup.sif from 400kb to about 66,7kb - if you manually delete the all "SourceDisksFiles.x86" sections (I think there are three in the file) it will be reduced to 32,1kb, I still haven't (yet) worked on a way to fully delete sections that are repeated in the same file.

@atomix - It is not easy to say wich files make the explorer shell work, but I can point you to other alternatives such as xoblite, geoshell or trog's xpelite, they all make your iso "slimmer", I personnaly think that a lite shell would be an important addition.

@digiwiz - there are many files that have been added to list since the batch file was released. Just take a look at the drivers folder. I have created a special option (on your request) that enables a log.txt file that reports all actions. This log.txt file can be found on the same directory as the application. I hope this was what you were expecting, enjoy!








In the meanwhile, a few more bugs were fixed, and a progress bar was added to increase processing speed. If you press "see details" button you can see all commands being processed, but it takes much longer to complete the script.





thanks for the feedback!
laugh.gif
philon
@neue

Had to go back from 120 dpi (large) to 96 dpi (normal) in Properties of Desktop to see the output folder selector and the start button. Scalability problem I suppose.

Added keybord plugin with preselection german (unchecked kbdgr ofcourse) and added a plugin to see my sata hd (viasraid). Keyboard was ok then but no hd visible. Pressing "F6" during booting and installing the disk driver via floppy was ok. smile.gif

As expected I got a command window with access to all partitions of the hd. smile.gif

Tried also to enable the nu2menu plugin just for curiosity but got a reboot loop with an error message about lsass.exe.

Thanks a lot!

philon
neue
@philon - I've recompiled and uploaded the application. I think now it should work fine with in any resolution, will you let me know if this patch solved this issue?

smile.gif
philon
@neue

QUOTE
@philon - I've recompiled and uploaded the application.


Just downloaded new version. Must be newer than the version i used before because it has the third tab. It is still not perfect with large fonts: No change compared to previous version.

philon
neue
@philon - The problem is that the main form was trying to rescale itself. I disabled this, and changed the fonts to arial, you should be able to use the program in any scale now. Some controls may look a bit out of place, but they are all usable, I've always heard other programmers complaining about this type of problems, but I must admit this was a first time for me. I really appreciate your feedback, thanks!
cool.gif
hooovahh
Maybe I'm just a newbie, but I couldn't boot bart pe after using your batcher. It would start the boot then say it was missing some file I think it was c_237 or some thing from the system32 folder. I deleated the line in your script that deleates that file and it booted fine.

I'm sorry if I'm an idiot but I tried adding some small programs like 7-zip and it wouldn't run, the command prompt version ran, but 7zfmn.exe, which is the UI version, wouldn't do any thing. Can this tiny version of bart pe run programs like that? or did I do some thing stupid, preventing graphical programs to run?
neue
@hooovahh - I think you did all the right steps to solve your problem and even explored some new options, such as trying gui and console programs - your experiences reminded me a famous quote:
QUOTE
“I am neither especially clever nor especially gifted. I am only very, very curious.”
Albert Einstein


You can use GUI programs, but you have to ensure that all necessary dll's are in your compilation. A good starting point would be dependency walker:

Dependency walker homepage

This program follows all resources that a program needs to function, including those who were erased by the batch script.

Good luck!
smile.gif
bilou_gateux
@neue
very usefull tool. can you post all supported syntax to accomplish various tasks:
can we use this syntax to delete one line in specified section (see the example i've posted):
CODE
INIdeletekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","cpqarray.sys","1,,,,,,4_,4,1,,,1,4"


can the script be used to add some lines to txtsetup.sif or add some files to \i386\system32 or \i386\system32\drivers.
If i want to write a script to add display driver,which syntax to use:
CODE
addfile,1,"\i386\system32\nv4_disp.inf"
addfile,1,"\i386\system32\nv4_disp.dll"
addfile,1,"\i386\system32\drivers\nv4_mini.sys"


@all
Would anyone like to volunteer to write specific scripts. for example one script to:
remove NIC drivers \i386\inf and \i386\system32\drivers
remove ieee1394 (FireWire) support
remove USB support
in order not 3 or 4 911cd forum members write a script for the same purpose.

My first one is used to remove Mass storage device support (using windows Server 2003 SP1 as source for building BartPE). keep atapi for IDE CD-ROM (ATAPI 1.2)/PCI IDE Controller support:
QUOTE
[main]title=Mass storage device support
description=Delete default Windows Server 2003 SP1 Mass storage device drivers, keep atapi. First, select the output directory where the files are placed, then press the "start" button.
workdir=

[process]
IniDeleteSection,1,"%TargetDir%\i386\txtsetup.sif","SCSI.Load"
IniDeleteSection,1,"%TargetDir%\i386\txtsetup.sif","SCSI"

IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cpqarray.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","symc810.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","aic78xx.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","i2omp.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","iirsp.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","dac960nt.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql10wnt.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","lp6nds35.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql2100.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql2200.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql2300.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","mraid35x.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cpqfcalm.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql1240.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","arc.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","aic78u2.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ipsraidn.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","nfrd960.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","symc8xx.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","sym_hi.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","sym_u3.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cd20xrnt.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ultra.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","adpu160m.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","adpu320.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","dpti2o.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql1080.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql1280.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","ql12160.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cpqarry2.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","symmpi.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","perc2.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","hpn.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cbidf2k.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","dac2w2k.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","dellcerc.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","hpt3xx.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","cpqcissm.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","hpcisss.sys","1,,,,,,4_,4,1,,,1,4"
IniDeleteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SourceDisksFiles","afcnt.sys","1,,,,,,4_,4,1,,,1,4"

[process]
FileDelete,1,"%TargetDir%\I386\system32\drivers\cpqarray.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\symc810.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\aic78xx.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\i2omp.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\iirsp.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\dac960nt.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql10wnt.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\lp6nds35.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql2100.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql2200.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql2300.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\mraid35x.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\cpqfcalm.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql1240.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\arc.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\aic78u2.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ipsraidn.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\nfrd960.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\symc8xx.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\sym_hi.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\sym_u3.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\cd20xrnt.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ultra.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\adpu160m.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\adpu320.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\dpti2o.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql1080.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql1280.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\ql12160.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\cpqarry2.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\symmpi.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\perc2.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\hpn.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\cbidf2k.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\dac2w2k.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\dellcerc.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\hpt3xx.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\cpqcissm.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\hpcisss.sys"
FileDelete,1,"%TargetDir%\I386\system32\drivers\afcnt.sys"

IniAddSection,1,"%TargetDir%\I386\TXTSETUP.SIF","SCSI.Load"
IniWriteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SCSI.Load","atapi","atapi.sys,4"
IniAddSection,1,"%TargetDir%\I386\TXTSETUP.SIF","SCSI"
IniWriteKey,1,"%TargetDir%\I386\TXTSETUP.SIF","SCSI","atapi","#$qIDE CD-ROM (ATAPI 1.2)/PCI IDE Controller#$q"
hooovahh
QUOTE (neue @ Jan 19 2006, 09:39 AM) *
@hooovahh - I think you did all the right steps to solve your problem and even explored some new options, such as trying gui and console programs - your experiences reminded me a famous quote:
You can use GUI programs, but you have to ensure that all necessary dll's are in your compilation. A good starting point would be dependency walker:

Dependency walker homepage

This program follows all resources that a program needs to function, including those who were erased by the batch script.

Good luck!
smile.gif

Thanks you very much for your kind advice, and your encouraging words. Keep up the good work tongue.gif
neue
@bilou_gateux - I've added few more commands to batcher. The command to copy files is a "copyfile" instead of "addfile" as you suggested because we can select the target dir, but there is no option to select a source dir, perhaps I can add it in the next upload. I've included your script in the application download, and made a few description of the sintax in the first post, maybe this makes a bit easier for everyone to create and test commands.
Thanks for your script and your support!

laugh.gif
philon
QUOTE
neue:...@philon - The problem is that the main form was trying to rescale itself. I disabled this, and changed the fonts to arial, you should be able to use the program in any scale now....


That did it: Batcher looks good and works ok, thanks. smile.gif

Added a few lines to the reduced txtsetup.sif to get my sata disk drive installed early in boot time. Now the disk is detected and installed correctly. smile.gif

philon
bilou_gateux
QUOTE (philon @ Jan 19 2006, 07:39 PM) *
Added a few lines to the reduced txtsetup.sif to get my sata disk drive installed early in boot time. Now the disk is detected and installed correctly. smile.gif


Can you give us details. It may help not to remove too much on specific cases. Are you using a RAID controller?

@neue
Thanks for the syntax details.
hooovahh
I've been playing around with the scripts, and I successfully created one that lets the plugin for 7-zip work biggrin.gif If any one is interested I can post it, but I don't think any one would want it. mainly because 7-zip doesn't make a very good file manager, only a good compressor. Thanks again neue
d4vr0s
Could you add some command line options to use in post build scripts?
It would be cool if it could be called to run silently. smile.gif
TheHive
QUOTE (philon @ Jan 19 2006, 12:39 PM) *
That did it: Batcher looks good and works ok, thanks. smile.gif

Added a few lines to the reduced txtsetup.sif to get my sata disk drive installed early in boot time. Now the disk is detected and installed correctly. smile.gif

philon



QUOTE (bilou_gateux @ Jan 20 2006, 04:54 AM) *
Can you give us details. It may help not to remove too much on specific cases. Are you using a RAID controller?

@neue
Thanks for the syntax details.


QUOTE (hooovahh @ Jan 20 2006, 06:55 AM) *
I've been playing around with the scripts, and I successfully created one that lets the plugin for 7-zip work biggrin.gif If any one is interested I can post it, but I don't think any one would want it. mainly because 7-zip doesn't make a very good file manager, only a good compressor. Thanks again neue


Well Im not much of a programmer. But I would like if people made things easy and posting your result with details and info on how to reproduce your results for those of us that are slow laugh.gif . It would be even better if you attach the working items or scripts in order to make things simpler for the author to improve the program being worked on. Thanks! I havent tried the program yet because im waiting for Net support to be implemented.

Can some one post some screenshots on how it would look when you boot up. Or how things look once you boot up. A picture speaks volumes.

How about adding a tab that allows you to add diffent abillities to your build once you have it down to the barebone. The ability to add scripts that others make to add stuff other people have helped in scripting to make some things work. So that it can be layed out and we can select what we would like to have added based on the users needs. wink.gif

Im the, "Thank you", who posted at your guestbook.
neue
@TheHive - Thanks for all the ideas, I was actually thinking on adding something that would allow to do some post-processing scripts a bit easier to handle. About the development of scripts, I'll try to colect, explain and update all scripts as soon as possible and they will be available along with the download, ready to use. The only problem is that this application is still in very early phase of programming, there are still a lot of functions I wanted to implement that take most of my time, and I understand that sometimes this can get confusing. The bottom line is that I really want to make this process as easy to understand as possible. Don't be afraid to give feedback, because it is one the most valuable resources to make this a better and easier to use application.

As you requested I've posted some screenshots in batcher's homepage they will show you more details on the "bartpein36mb.script" and what batcher can do.

Batcher's guestbook and homepage are freely supported by Freewebs, and it is written in java, good luck and thanks for signing my guestbook!



@d4vr0s - I still haven't added a post-script tab (not yet..) but I think will add command line support, such as "batcher.exe test.script /silent" In wich you would execute (or associate) the script. The /silent switch would execute the process without any warning or message (except perhaps errorlevel for batch processing) and without this switch you would see a progress bar along with execution, as well as any messages. What is your opinion?

I thought I would have time today to implement command line support, but I was to busy debugging the user interface of the program, perhaps during the night or weekend I can do this.


@hooovahh - I'm quite interested in seeing your script, you know as they say: "the more, the merrier". If you wish I can include it in the download section of batcher's page, what do you say? smile.gif




@all - a few important things have changed amongst the visual aspect. Both "files" and "misc" sections of the script files were merged into a single "process" section where all commands can be added, and now you can use variables to add extra functions to the commands (only %targetdir% and %sourcedir% in the meantime). The "bartpein36mb.script" is a bit messy, I'm really sorry for this, it is working as it is, but a lot of commands have become obsolete and can be removed.

Thanks for all the feedback, your posts really pushed me to keep adding and improving this program!
biggrin.gif
philon
QUOTE
QUOTE(philon @ Jan 19 2006, 12:39 PM) *

Added a few lines to the reduced txtsetup.sif to get my sata disk drive installed early in boot time. Now the disk is detected and installed correctly. smile.gif


The PC I test BartPe with has a SATA HD controlled by a VIA chip on the motherboard. To get this drive visible in BartPe I use a plugin which copies the drivers to X:\i386\system32\drivers\ and some lines to txtsetup.sif. Batcher lets the drivers in place but cleans txtsetup.sif from these files. So all what I did was to transfer these files back. Did it manually not knowing how to do merge them automatically.
This is how the files look in the plugin inf:

CODE
; PE Builder v3 plug-in INF file
; VIA Technologies SATA Disk Drivers

[Version]
Signature= "$Windows NT$"

[PEBuilder]
Name="VIA Diskdriver"
Enable=1

[SourceDisksFiles]
viamraid.sys=4,,1
viapdsk.sys=4,,1

[SetValue]
"txtsetup.sif","SourceDisksFiles","viamraid.sys", "1,,,,,,_3,4,1"
"txtsetup.sif","SCSI.Load","viamraid", "viamraid.sys,4"
"txtsetup.sif","SCSI","viamraid", """VIA IDE\SATA RAID Controllers"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_1106&DEV_3149", """viamraid"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_1106&DEV_3164", """viamraid"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_1106&DEV_3249", """viamraid"""

"txtsetup.sif","SourceDisksFiles","viapdsk.sys", "1,,,,,,_3,4,1"
"txtsetup.sif","SCSI.Load","viapdsk", "viapdsk.sys,4"
"txtsetup.sif","SCSI","viapdsk", """VIA ATA/ATAPI Host Controller"""
"txtsetup.sif","HardwareIdsDatabase","PCI\VEN_1106&DEV_4149", """viapdsk"""


Translated the [SetValue] section into the txtsetup.sif format by adopting the syntax of other entries there. Not very professional but it works.

philon
ColinFinck
@neue
Thanks for your nice tool.

I would also appreciate command line options. But is it also possible to specify the directory of the BartPE files with the command line options?
Your example only shows an option to specify the used script.

Best regards,

Colin Finck
d4vr0s
QUOTE (neue)
"batcher.exe test.script /silent" In wich you would execute (or associate) the script.

This is what I was thinking. smile.gif
QUOTE (ColinFinck)
But is it also possible to specify the directory of the BartPE files with the command line options?

This would also be a good idea. smile.gif
neue
New options available in the settings tab:
beep and/or message on process finish.


New commands available:
beep - uses system sound scheme to produce sound
message - displays a text message on screen

These new commands and options were quite easy to implement, but I've spent quite some time trying to make the command line options work the way I wanted, so far I've created the UI, in current download version (1.03) you can try it with the following sintax: myscript.script /targetdir=e:\pebuilder313\neue, it is not finished but it will give you an idea of the final visual, you can try the /silent switch, but I think it will hang up the program.
dry.gif

p.s. The script path cannot contain any blank spaces such as " ", I'll try to solve all these bugs in the next days
TheHive
suggestion: Can you add a link to Batcher download page at the bottom of your signature. It makes it easy to click on it, rather then going to the first post again.

QUOTE
@TheHive - Thanks for all the ideas, I was actually thinking on adding something that would allow to do some post-processing scripts a bit easier to handle. About the development of scripts, I'll try to colect, explain and update all scripts as soon as possible and they will be available along with the download, ready to use. The only problem is that this application is still in very early phase of programming, there are still a lot of functions I wanted to implement that take most of my time, and I understand that sometimes this can get confusing. The bottom line is that I really want to make this process as easy to understand as possible. Don't be afraid to give feedback, because it is one the most valuable resources to make this a better and easier to use application.
In my view there is no real hurry and it is clear that some requests wont be implemented right away but may be in the future. Its good that at least that you acknowledge them as being possible soon or in the future. Yeah! Giving good explanations gives noobs the ability to understand all this tech speak. I also understand that you have to build the foundation to make Gui easy and flexible as the application grows. So its ok that you said so. It gives us some hope.

QUOTE
As you requested I've posted some screenshots in batcher's homepage they will show you more details on the "bartpein36mb.script" and what batcher can do.

Thanks! Ill take a look.

QUOTE
Batcher's guestbook and homepage are freely supported by Freewebs, and it is written in java, good luck and thanks for signing my guestbook!
The site is well laid out.

Suggestion 1:
There is some things missing near the download at the bottom.

For example you have the layout like this.

Download:
Batcher with scripts: Batcher.zip


Can you add the following to make your aim clear and what version your on. That way people can copy paste to there new folder name and have a good idea what the program does.

Batcher - Aimed to reduce BartPE bootable output to a smaller size

Download: version (1.03)
Batcher with scripts: Batcher.zip


Suggestion 2:
On the NAVIGATION menu can you add the word Download and a anchor to go to the bottom of the page to where the download is.




Edit: Looked at the screenshots.
So at this time its only command line based. I read where you suggested to use a small shell of somekind. Is that going to be inlcuded in the future. The ability to run a script to include a shell.
Thanks!
neue
@TheHive - Thanks for the tips, I followed your advices and you are quite right, these are small changes that really ease things up. I've changed the signature and homepage to facilitate downloads, and I must say I've learned a handfull of things today. I'm starting to debug the command line support and will upload a fresh download on monday. smile.gif

Good weekend everybody!
cool.gif
drob
I tried endless times creating a working mini-me PE with batcher and to no evil.i keep getting vgaoem.fon in the SourceDisksFiles inf section is corrupted or missing and so on...

creating a normal PE i have no problems, i tried XP sp2 and sp1, tried builder 313 and 319, tried vmware and a burned cd. tried copying the vgaoem.fon from my working install nothing works.
bilou_gateux
QUOTE (philon @ Jan 20 2006, 10:20 PM) *
Did it manually not knowing how to do merge them automatically.


I have the same issue as you: adding a Mass Storage Device driver (not natively supported by the OS) and i want to add it to my BartPE build (stored in a sdi image) without having to rerun PEBuilder and recreating a new build.
With batcher, i'm planning to write small script to add required .sys binary to i386\system32\drivers and edit txtsetup.sif accordingly.
neue
@d4vr0s - I've uploaded a new file with command line support, a few switches are supported. Sintax options are: "/targetdir", "/sourcedir", "/presskey". These switches can be called in a batch file as (for e.g) batcher c:\ScriptToRun.script /targetdir=c:\pebuilder\313\pebldr /PressKey", this way it will execute the script, showing a small progress bar, the /presskey switch will wait for the user to manually close the progress window after the script concluded. The/silent switch as also been implemented, but it is still too buggy to be usable.

@drob - there are at least two vgaoem.fon in the initial pebuilder output before the script delete any files, one at i386\system32 and another in \i386\fonts, are you sure that these two files are included in your compilation? You can probably solve your problem including the original "txtsetup.sif" (40Kb), overwriting it with the originally created by bart's pe builder output (400Kb), Will you let us know if this worked?


New commands were added: Wait - wich pauses the script in x seconds and RegWriteString - writes a string in the registry. RegReadString is also available, the idea is to put the read value in a variable that can be used in other commands. The sintax use them is available in the first post of this topic.
drob
@neue, i am working on it, what i did was a switch, i injected the batched txtsetup.sif into the regular Bartpe ISO, the started loading the images and see where it got me. It seems it is either some mishaps on your script, or a matter of deferent system configurations or XP builds, but some files and entries you delete from startup.sif are needed for my installment, such as an entry for vgaoem.fon c_247.nls, and files like lsass.exe and usp10.dll .

from a quick observation it seems like rosspcs list here:
http://www.911cd.net/forums//index.php?sho...ic=12067&st=40#

would be closer to mine.

The dirty quick test i did was entering the two above lines into your script created txtsetup.sif injecting them into a full bartpe ISO, and i was able to gt it fully running.

now it is a matter of cutting down the files missing between those two scripts (yours and rosspcs).

It would take me few days but ill get their and will post it here for you to give people having trouble with yours a second script to try.

Thank you for your help in the meanwhile, will keep you updated.
neue
@drob - I'm currently using this script on a windows xp pro sp2 build, portuguese (portugal) version 5.1.2600. If there are vital files that are being deleted I guess I'll have to find a way to predict if the script can delete a specified file in a determined windows version to avoid these issues. Thanks for posting your details!
laugh.gif
atomix
can someone please write a script that deletes UNEEDED FONTS (with txtsetup.sif entries).tnx
neue
@atomix - I don't think you have to worry about txtsetup.sif entries, deleted fonts are not loaded at startup, therefore the system won't crash if they are not found. I've made a simple script that will delete 155 fonts, no changes to txtsetup.sif however, do you still need to remove all entries in the .sif file? The script is available in the script section of batcher's homepage. Please let me know how it worked, thanks!
smile.gif
atomix
oh i see....what would happen if i'd delete all plugins and add for egzample one plugin: "times new roman"..will my windows crach then or not?
neue
@atomix - you can add all the fonts you wish, because they are not loaded at startup, therefore the system won't crash. All the fonts necessary to keep the system running are already included. Was this the answer you were looking for?
atomix
yes tnx cool.gif
drob
@neue just a quick note, in a rough cut and paste, i got minime pe down to 64 mb and fully booting and running a43. i now need to cut it down to the minimum files, i am thinking i would get round 40mb.
FileCity
Having problem with VGAOEM.FON, system refuses to boot...
neue
@FileCity - In this script the vgaoem.fon is not deleted, therefore you must verify that this file is both in your i386/fonts and i386/system32 folders. If the error message is a black screen with a message simlar to : "press any key to reboot" the reason to this happen might be because the system hasn't found a needed file, or the txtsetup.sif is trying to load the file but hasn't found it. drob had the same problem but he fixed it. Perhaps he can explain you how it was done. Good luck! smile.gif
srm_media
Batcher, Aimed to reduce BartPE bootable output to a smaller size
http://batcher.pt.vu/
can not dwonload the program sad.gif
lishiting
FileCity
The file VGAOEM.FON is present on the FONTS and SYSTEM32 folders... The system give me an error and cannot continue the boot process... Something is wrong...

This font seems required at boot and is missing in the SourceDiskFiles section of the .SIF
Added the line, now an error about c_437.nls

Will try to manually add each file to see ... I hope there will not be a lot of errors...

Building from my US XP SP2 as source.
drob
The four files missing from neue script are:

c_437
msgina
odbc32
shlwapi

The WINSXS folder keep the first 3 folders, the otehrs can go,
Then you need to add vgaoem line to your txtsetup.

Lastly add the imm32 file to be able to run programs inside bartpe.

I have only two problems now, one is with some text appearing as gibberish, and my mouse is sometimes unrecognized.

Here is the full modified script:


[quote][main]
title=BartPE in 44Mb for newbies
description=First create a bart pe project without selecting any plugins and not creating the ISO. First, select the output directory where the files are placed, then press the "start" button.
TargetDir=C:\Temp\pebuilder319\BARTPE

[process]
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.ia64"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.x86"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.x86"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.x86"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.amd64"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksNames.amd64"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksNames.ia64"
INIdeletesection,1,"\i386\txtsetup.sif","Files.BackupOnOverwrite"
INIdeletesection,1,"\i386\txtsetup.sif","Files.BackupOnUpgrade"
INIdeletesection,1,"\i386\txtsetup.sif","FileFlags"
INIdeletesection,1,"\i386\txtsetup.sif","FileFlags"
INIdeletesection,1,"\i386\txtsetup.sif","FontListE"
INIdeletesection,1,"\i386\txtsetup.sif","NetServicesToDisable"
INIdeletesection,1,"\i386\txtsetup.sif","SetupKeysToMigrate"
INIdeletesection,1,"\i386\txtsetup.sif","RootDevicesToDelete.clean"
INIdeletesection,1,"\i386\txtsetup.sif","RootDevicesToDelete"
INIdeletesection,1,"\i386\txtsetup.sif","RootDeviceClassesToDelete"
INIdeletesection,1,"\i386\txtsetup.sif","RootDeviceClassesToDelete.nt4"
INIdeletesection,1,"\i386\txtsetup.sif","Files.RemoteBoot"
INIdeletesection,1,"\i386\txtsetup.sif","HiveInfs.Fresh"
INIdeletesection,1,"\i386\txtsetup.sif","HiveInfs.Fresh.RemoteBoot"
INIdeletesection,1,"\i386\txtsetup.sif","HiveInfs.Upgrade"
INIdeletesection,1,"\i386\txtsetup.sif","files.pci"
INIdeletesection,1,"\i386\txtsetup.sif","files.pciide"
INIdeletesection,1,"\i386\txtsetup.sif","files.intelide"
INIdeletesection,1,"\i386\txtsetup.sif","files.viaide"
INIdeletesection,1,"\i386\txtsetup.sif","files.cmdide"
INIdeletesection,1,"\i386\txtsetup.sif","files.aliide"
INIdeletesection,1,"\i386\txtsetup.sif","files.acpi"
INIdeletesection,1,"\i386\txtsetup.sif","files.isapnp"
INIdeletesection,1,"\i386\txtsetup.sif","files.ohci1394"
INIdeletesection,1,"\i386\txtsetup.sif","files.lbrtfdc"
INIdeletesection,1,"\i386\txtsetup.sif","files.video"
INIdeletesection,1,"\i386\txtsetup.sif","files.vga"
INIdeletesection,1,"\i386\txtsetup.sif","files.i8042"
INIdeletesection,1,"\i386\txtsetup.sif","files.sermouse"
INIdeletesection,1,"\i386\txtsetup.sif","vfiles.inport"
INIdeletesection,1,"\i386\txtsetup.sif","files.mouhid"
INIdeletesection,1,"\i386\txtsetup.sif","files.kbdhid"
INIdeletesection,1,"\i386\txtsetup.sif",""Keyboard Layout""
INIdeletesection,1,"\i386\txtsetup.sif","Map.Computer"
INIdeletesection,1,"\i386\txtsetup.sif","bootvid"
INIdeletesection,1,"\i386\txtsetup.sif","PROM.Version"
INIdeletesection,1,"\i386\txtsetup.sif","Map.PROM"
INIdeletesection,1,"\i386\txtsetup.sif","files.none"
INIdeletesection,1,"\i386\txtsetup.sif","BusExtenders"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles"
INIdeletesection,1,"\i386\txtsetup.sif","Files.DeleteOnUpgrade"
INIdeletesection,1,"\i386\txtsetup.sif","Directories.DeleteOnUpgrade"
INIdeletesection,1,"\i386\txtsetup.sif","Files.BackupOnOverwrite"
INIdeletesection,1,"\i386\txtsetup.sif","Files.BackupOnUpgrade"
INIdeletesection,1,"\i386\txtsetup.sif","Files.UpgradeWin31"
INIdeletesection,1,"\i386\txtsetup.sif","Files.DeleteOnUpgrade"
INIdeletesection,1,"\i386\txtsetup.sif","NWACL"
INIdeletesection,1,"\i386\txtsetup.sif","ABitBP6"
INIdeletesection,1,"\i386\txtsetup.sif","AMIINT01/18/00"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP2B-D"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP2B-F"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP2B-DS02/03/99"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP2B-DS10/21/99"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP2L97-DS02/02/99"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP5A-B"
INIdeletesection,1,"\i386\txtsetup.sif","ASUSP5A03/12/99"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqArmada3500"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqArmada6500"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqM500"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqPanther"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqPresario1692"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqPresario1925"
INIdeletesection,1,"\i386\txtsetup.sif","COMPAQTHUNDER05/18/99"
INIdeletesection,1,"\i386\txtsetup.sif","COMPAQRACEBAIT12/06/99"
INIdeletesection,1,"\i386\txtsetup.sif","DellCP???01/27/99"
INIdeletesection,1,"\i386\txtsetup.sif","DELLCPt"
INIdeletesection,1,"\i386\txtsetup.sif","DELLCPtA02"
INIdeletesection,1,"\i386\txtsetup.sif","DellLatitudeLT"
INIdeletesection,1,"\i386\txtsetup.sif","DellInspiron3500"
INIdeletesection,1,"\i386\txtsetup.sif","DellPE1300"
INIdeletesection,1,"\i386\txtsetup.sif","DellPersonalWorkation1300"
INIdeletesection,1,"\i386\txtsetup.sif","FICPA2013"
INIdeletesection,1,"\i386\txtsetup.sif","FICVB601"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuCAPRICOR"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuM63E"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuM65"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuSPRINT"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuTANDEM"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuElm"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuMaple"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuSycamore"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuV66NAS"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayE1200"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayE1400"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayProfile"
INIdeletesection,1,"\i386\txtsetup.sif","GatewaySolo"
INIdeletesection,1,"\i386\txtsetup.sif","Gigabyte"
INIdeletesection,1,"\i386\txtsetup.sif","HitachiFlora220CX"
INIdeletesection,1,"\i386\txtsetup.sif","HitachiFlora220MP"
INIdeletesection,1,"\i386\txtsetup.sif","HitachiFlora270EX"
INIdeletesection,1,"\i386\txtsetup.sif","HitachiFlora270VX-NH7"
INIdeletesection,1,"\i386\txtsetup.sif","HPAshaki02/24/99"
INIdeletesection,1,"\i386\txtsetup.sif","HPHPBDD"
INIdeletesection,1,"\i386\txtsetup.sif","HPHPCCD"
INIdeletesection,1,"\i386\txtsetup.sif","HPKayakXUMP"
INIdeletesection,1,"\i386\txtsetup.sif","HPLH4"
INIdeletesection,1,"\i386\txtsetup.sif","HPPuma02/12/99"
INIdeletesection,1,"\i386\txtsetup.sif","HPScimitar"
INIdeletesection,1,"\i386\txtsetup.sif","IBMAPTIVA145"
INIdeletesection,1,"\i386\txtsetup.sif","IBMTP240SandShark"
INIdeletesection,1,"\i386\txtsetup.sif","IntelKauai"
INIdeletesection,1,"\i386\txtsetup.sif","IntelL440GX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelOR84009/14/99"
INIdeletesection,1,"\i386\txtsetup.sif","IntelSea2"
INIdeletesection,1,"\i386\txtsetup.sif","IwillDBS100"
INIdeletesection,1,"\i386\txtsetup.sif","MicronAtlanta"
INIdeletesection,1,"\i386\txtsetup.sif","MicronTrek2U375"
INIdeletesection,1,"\i386\txtsetup.sif","NCRS20GX"
INIdeletesection,1,"\i386\txtsetup.sif","NECPowerMate8100"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaNote"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaNoteC2"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaLXAGP"
INIdeletesection,1,"\i386\txtsetup.sif","NECZ1"
INIdeletesection,1,"\i386\txtsetup.sif","QDIGRP010599"
INIdeletesection,1,"\i386\txtsetup.sif","SiemensMobile750"
INIdeletesection,1,"\i386\txtsetup.sif","SonyF290"
INIdeletesection,1,"\i386\txtsetup.sif","SonyN505"
INIdeletesection,1,"\i386\txtsetup.sif","Sonypcg777"
INIdeletesection,1,"\i386\txtsetup.sif","Sonypcg888"
INIdeletesection,1,"\i386\txtsetup.sif","Sonypcgf16"
INIdeletesection,1,"\i386\txtsetup.sif","SonyPCVL300"
INIdeletesection,1,"\i386\txtsetup.sif","Sonypcvs520"
INIdeletesection,1,"\i386\txtsetup.sif","Sonypcvs720"
INIdeletesection,1,"\i386\txtsetup.sif","Sonyz505dx"
INIdeletesection,1,"\i386\txtsetup.sif","SuperMicro"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaPortege3300"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaSatellite4030XCDT"
INIdeletesection,1,"\i386\txtsetup.sif","Tyan"
INIdeletesection,1,"\i386\txtsetup.sif","ViaVP3A"
INIdeletesection,1,"\i386\txtsetup.sif","GoodACPIBios"
INIdeletesection,1,"\i386\txtsetup.sif","AcerAspire3100"
INIdeletesection,1,"\i386\txtsetup.sif","AcerAspire4100"
INIdeletesection,1,"\i386\txtsetup.sif","AcerAspire3040"
INIdeletesection,1,"\i386\txtsetup.sif","AcerPower6200"
INIdeletesection,1,"\i386\txtsetup.sif","AcerPower6100"
INIdeletesection,1,"\i386\txtsetup.sif","AMISeries774"
INIdeletesection,1,"\i386\txtsetup.sif","AsusP2B"
INIdeletesection,1,"\i386\txtsetup.sif","AsusP2B-E"
INIdeletesection,1,"\i386\txtsetup.sif","AsusP2BOem"
INIdeletesection,1,"\i386\txtsetup.sif","AwardGA-6BXC"
INIdeletesection,1,"\i386\txtsetup.sif","CompalN30I3"
INIdeletesection,1,"\i386\txtsetup.sif","CompalN30T3"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqArmada4220"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqArmada7400"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqArmada7800"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro4000_5xxx"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro4000_6xxx"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro6000EN"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro6000EP"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro6000EP/SB"
INIdeletesection,1,"\i386\txtsetup.sif","CompaqDeskpro6400"
INIdeletesection,1,"\i386\txtsetup.sif","DellDimensionR400"
INIdeletesection,1,"\i386\txtsetup.sif","DellDimensionR450"
INIdeletesection,1,"\i386\txtsetup.sif","DellDimensionV350"
INIdeletesection,1,"\i386\txtsetup.sif","DellLatitudeCP"
INIdeletesection,1,"\i386\txtsetup.sif","DellLatitudeCPi"
INIdeletesection,1,"\i386\txtsetup.sif","DellOptiplexE1"
INIdeletesection,1,"\i386\txtsetup.sif","DellOptiplexG1"
INIdeletesection,1,"\i386\txtsetup.sif","DellOptiplexGn"
INIdeletesection,1,"\i386\txtsetup.sif","DellOptiplexGX1"
INIdeletesection,1,"\i386\txtsetup.sif","DellOptiplexGXa"
INIdeletesection,1,"\i386\txtsetup.sif","DellPowerEdge6300"
INIdeletesection,1,"\i386\txtsetup.sif","DellPowerEdge6350"
INIdeletesection,1,"\i386\txtsetup.sif","FICVB601-V"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuFMV-Pro8400T1"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuLifebook690Tx"
INIdeletesection,1,"\i386\txtsetup.sif","FujitsuM63"
INIdeletesection,1,"\i386\txtsetup.sif","FZPC"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayE3200"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayE5250"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayG6-350"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayG6-400"
INIdeletesection,1,"\i386\txtsetup.sif","GatewayG6-400MP"
INIdeletesection,1,"\i386\txtsetup.sif","GBT"
INIdeletesection,1,"\i386\txtsetup.sif","HitachiFlora270NH4"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook2100"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook2100TX"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook4100BX"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook4100TX"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook4150"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook7100"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook7150"
INIdeletesection,1,"\i386\txtsetup.sif","HPNetServerLXR-8000"
INIdeletesection,1,"\i386\txtsetup.sif","HPOmnibook900"
INIdeletesection,1,"\i386\txtsetup.sif","HPVectraVL8"
INIdeletesection,1,"\i386\txtsetup.sif","HPVectraVL8i"
INIdeletesection,1,"\i386\txtsetup.sif","IBMIntellistationMPro6898"
INIdeletesection,1,"\i386\txtsetup.sif","IBMIntelliStationEPro6893"
INIdeletesection,1,"\i386\txtsetup.sif","IBMIntellistationMPro"
INIdeletesection,1,"\i386\txtsetup.sif","IBMIntelliStationZPro6865"
INIdeletesection,1,"\i386\txtsetup.sif","IBMNetfinity3000"
INIdeletesection,1,"\i386\txtsetup.sif","IBMNetfinity5500"
INIdeletesection,1,"\i386\txtsetup.sif","IBMNetfinity7000"
INIdeletesection,1,"\i386\txtsetup.sif","IBMPC300GL6265/6275/6285"
INIdeletesection,1,"\i386\txtsetup.sif","IBMPC300GL6277/6287"
INIdeletesection,1,"\i386\txtsetup.sif","IBMPC300GL6561/6591"
INIdeletesection,1,"\i386\txtsetup.sif","IBMPC300PL6862/6892"
INIdeletesection,1,"\i386\txtsetup.sif","IBMPC710"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad380Z"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad560Z"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad600"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad600R"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad600E"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkPad770E"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkPad770X"
INIdeletesection,1,"\i386\txtsetup.sif","IBMThinkpad770Z"
INIdeletesection,1,"\i386\txtsetup.sif","IntelAC450NX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelAN440LX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelAN450NX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelIA440GX+"
INIdeletesection,1,"\i386\txtsetup.sif","IntelMS440GX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelN440BX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelNL440BX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelOcprf100"
INIdeletesection,1,"\i386\txtsetup.sif","IntelS450NX"
INIdeletesection,1,"\i386\txtsetup.sif","IntelSE440BX"
INIdeletesection,1,"\i386\txtsetup.sif","MicronClientProCS"
INIdeletesection,1,"\i386\txtsetup.sif","MicronClientProCS2"
INIdeletesection,1,"\i386\txtsetup.sif","MicronGoBook2"
INIdeletesection,1,"\i386\txtsetup.sif","MSI6131W"
INIdeletesection,1,"\i386\txtsetup.sif","MSI6147W"
INIdeletesection,1,"\i386\txtsetup.sif","MSI6151W"
INIdeletesection,1,"\i386\txtsetup.sif","NECMateNXMA23C"
INIdeletesection,1,"\i386\txtsetup.sif","NECMateNXMA26D"
INIdeletesection,1,"\i386\txtsetup.sif","NECMateNXMA40D"
INIdeletesection,1,"\i386\txtsetup.sif","NECMateNXVS30D"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaProNXVA23C"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaSX"
INIdeletesection,1,"\i386\txtsetup.sif","NECVersaLX"
INIdeletesection,1,"\i386\txtsetup.sif","PackardBell-NECPowerMate5000E"
INIdeletesection,1,"\i386\txtsetup.sif","PackardBell-NECPowerMateDT"
INIdeletesection,1,"\i386\txtsetup.sif","SamsungM6100"
INIdeletesection,1,"\i386\txtsetup.sif","SamsungSens730"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaLibretto100"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaLibretto1000"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaPortege3xx"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaPortege3010"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaPortege3020"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaPortege7000"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaSatellite40X0"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaSatellitePro490"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaTecra750CDT"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaTecra750DVD"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaTecra780DVD"
INIdeletesection,1,"\i386\txtsetup.sif","ToshibaTecra8000"
INIdeletesection,1,"\i386\txtsetup.sif","TrigemDelhi3"
INIdeletesection,1,"\i386\txtsetup.sif","VobisHighscreen"
INIdeletesection,1,"\i386\txtsetup.sif","SCSI.Load"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbohci"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbehci"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbuhci"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbhub"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbccgp"
INIdeletesection,1,"\i386\txtsetup.sif","files.hidusb"
INIdeletesection,1,"\i386\txtsetup.sif","files.pcmcia"
INIdeletesection,1,"\i386\txtsetup.sif","files.toside"
INIdeletesection,1,"\i386\txtsetup.sif","files.sbp2port"
INIdeletesection,1,"\i386\txtsetup.sif","files.usbstor"
INIdeletesection,1,"\i386\txtsetup.sif","SourceDisksFiles.x86"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","vga850.fon","1,,,,,,3_,22,0,0,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SCSI.Load","atapi","atapi.sys,4"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","hal.dll","100,,,,,,3_,,3,3,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","ntoskrnl.exe","100,,,,,,,,3,3,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","kdcom.dll","1,,,,,,3_,2,0,0,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","setupreg.hiv","100,,,,,,_3,,3"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","vga861.fon","1,,,,,,3_,22,0,,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","c_1252.nls","1,,,,,,3_,2,0,0,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","ntdll.dll","100,,,,,,_6,2,0,0,,1,2"
INIwritekey,1,"\i386\TXTSETUP.SIF","SourceDisksFiles","vgaoem.fon","1,,,,,,3_,22,0,0,,1,2"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BootBusExtenders.Load","ohci1394"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","sbp2port"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbehci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbohci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbuhci"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbhub"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbccgp"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","hidusb"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","serial"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","serenum"
INIdeletekey,1,"\i386\TXTSETUP.SIF","InputDevicesSupport.Load","usbstor"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","pcmcia"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","toside"
INIdeletekey,1,"\i386\TXTSETUP.SIF","BusExtenders.Load","lbrtfdc"
deletefile,1,"\i386\Fonts\arial.ttf",
deletefile,1,"\i386\Fonts\tahoma.ttf",
deletefile,1,"\i386\fonts\ahronbd.ttf",
deletefile,1,"\i386\fonts\andlso.ttf",
deletefile,1,"\i386\fonts\angsa.ttf",
deletefile,1,"\i386\fonts\angsab.ttf",
deletefile,1,"\i386\fonts\angsai.ttf",
deletefile,1,"\i386\fonts\angsau.ttf",
deletefile,1,"\i386\fonts\angsaub.ttf",
deletefile,1,"\i386\fonts\angsaui.ttf",
deletefile,1,"\i386\fonts\angsauz.ttf",
deletefile,1,"\i386\fonts\angsaz.ttf",
deletefile,1,"\i386\fonts\app850.fon",
deletefile,1,"\i386\fonts\arialbd.ttf",
deletefile,1,"\i386\fonts\arialbi.ttf",
deletefile,1,"\i386\fonts\ariali.ttf",
deletefile,1,"\i386\fonts\ariblk.ttf",
deletefile,1,"\i386\fonts\artrbdo.ttf",
deletefile,1,"\i386\fonts\artro.ttf",
deletefile,1,"\i386\fonts\browa.ttf",
deletefile,1,"\i386\fonts\browab.ttf",
deletefile,1,"\i386\fonts\browai.ttf",
deletefile,1,"\i386\fonts\browau.ttf",
deletefile,1,"\i386\fonts\browaub.ttf",
deletefile,1,"\i386\fonts\browaui.ttf",
deletefile,1,"\i386\fonts\browauz.ttf",
deletefile,1,"\i386\fonts\browaz.ttf",
deletefile,1,"\i386\fonts\cga40850.fon",
deletefile,1,"\i386\fonts\cga40woa.fon",
deletefile,1,"\i386\fonts\cga80850.fon",
deletefile,1,"\i386\fonts\cga80woa.fon",
deletefile,1,"\i386\fonts\comic.ttf",
deletefile,1,"\i386\fonts\comicbd.ttf",
deletefile,1,"\i386\fonts\cordia.ttf",
deletefile,1,"\i386\fonts\cordiab.ttf",
deletefile,1,"\i386\fonts\cordiai.ttf",
deletefile,1,"\i386\fonts\cordiau.ttf",
deletefile,1,"\i386\fonts\cordiaub.ttf",
deletefile,1,"\i386\fonts\cordiaui.ttf",
deletefile,1,"\i386\fonts\cordiauz.ttf",
deletefile,1,"\i386\fonts\cordiaz.ttf",
deletefile,1,"\i386\fonts\cour.ttf",
deletefile,1,"\i386\fonts\courbd.ttf",
deletefile,1,"\i386\fonts\courbi.ttf",
deletefile,1,"\i386\fonts\coure.fon",
deletefile,1,"\i386\fonts\courf.fon",
deletefile,1,"\i386\fonts\couri.ttf",
deletefile,1,"\i386\fonts\david.ttf",
deletefile,1,"\i386\fonts\davidbd.ttf",
deletefile,1,"\i386\fonts\davidtr.ttf",
deletefile,1,"\i386\fonts\dosapp.fon",
deletefile,1,"\i386\fonts\ega40850.fon",
deletefile,1,"\i386\fonts\ega40woa.fon",
deletefile,1,"\i386\fonts\ega80850.fon",
deletefile,1,"\i386\fonts\ega80woa.fon",
deletefile,1,"\i386\fonts\estre.ttf",
deletefile,1,"\i386\fonts\framd.ttf",
deletefile,1,"\i386\fonts\framdit.ttf",
deletefile,1,"\i386\fonts\frank.ttf",
deletefile,1,"\i386\fonts\gautami.ttf",
deletefile,1,"\i386\fonts\georgia.ttf",
deletefile,1,"\i386\fonts\georgiab.ttf",
deletefile,1,"\i386\fonts\georgiai.ttf",
deletefile,1,"\i386\fonts\georgiaz.ttf",
deletefile,1,"\i386\fonts\impact.ttf",
deletefile,1,"\i386\fonts\kartika.ttf",
deletefile,1,"\i386\fonts\latha.ttf",
deletefile,1,"\i386\fonts\lsans.ttf",
deletefile,1,"\i386\fonts\lsansd.ttf",
deletefile,1,"\i386\fonts\lsansdi.ttf",
deletefile,1,"\i386\fonts\lsansi.ttf",
deletefile,1,"\i386\fonts\lucon.ttf",
deletefile,1,"\i386\fonts\lvnm.ttf",
deletefile,1,"\i386\fonts\lvnmbd.ttf",
deletefile,1,"\i386\fonts\l_10646.ttf",
deletefile,1,"\i386\fonts\mangal.ttf",
deletefile,1,"\i386\fonts\micross.ttf",
deletefile,1,"\i386\fonts\modern.fon",
deletefile,1,"\i386\fonts\mriam.ttf",
deletefile,1,"\i386\fonts\mriamc.ttf",
deletefile,1,"\i386\fonts\mriamfx.ttf",
deletefile,1,"\i386\fonts\mriamtr.ttf",
deletefile,1,"\i386\fonts\mvboli.ttf",
deletefile,1,"\i386\fonts\nrkis.ttf",
deletefile,1,"\i386\fonts\pala.ttf",
deletefile,1,"\i386\fonts\palab.ttf",
deletefile,1,"\i386\fonts\palabi.ttf",
deletefile,1,"\i386\fonts\palai.ttf",
deletefile,1,"\i386\fonts\raavi.ttf",
deletefile,1,"\i386\fonts\rod.ttf",
deletefile,1,"\i386\fonts\rodtr.ttf",
deletefile,1,"\i386\fonts\roman.fon",
deletefile,1,"\i386\fonts\script.fon",
deletefile,1,"\i386\fonts\serife.fon",
deletefile,1,"\i386\fonts\seriff.fon",
deletefile,1,"\i386\fonts\shruti.ttf",
deletefile,1,"\i386\fonts\simpbdo.ttf",
deletefile,1,"\i386\fonts\simpfxo.ttf",
deletefile,1,"\i386\fonts\simpo.ttf",
deletefile,1,"\i386\fonts\smalle.fon",
deletefile,1,"\i386\fonts\smallf.fon",
deletefile,1,"\i386\fonts\sserife.fon",
deletefile,1,"\i386\fonts\sseriff.fon",
deletefile,1,"\i386\fonts\sylfaen.ttf",
deletefile,1,"\i386\fonts\symbol.ttf",
deletefile,1,"\i386\fonts\tahomabd.ttf",
deletefile,1,"\i386\fonts\times.ttf",
deletefile,1,"\i386\fonts\timesbd.ttf",
deletefile,1,"\i386\fonts\timesbi.ttf",
deletefile,1,"\i386\fonts\timesi.ttf",
deletefile,1,"\i386\fonts\tradbdo.ttf",
deletefile,1,"\i386\fonts\trado.ttf",
deletefile,1,"\i386\fonts\trebuc.ttf",
deletefile,1,"\i386\fonts\trebucbd.ttf",
deletefile,1,"\i386\fonts\trebucbi.ttf",
deletefile,1,"\i386\fonts\trebucit.ttf",
deletefile,1,"\i386\fonts\tunga.ttf",
deletefile,1,"\i386\fonts\upcdb.ttf",
deletefile,1,"\i386\fonts\upcdbi.ttf",
deletefile,1,"\i386\fonts\upcdi.ttf",
deletefile,1,"\i386\fonts\upcdl.ttf",
deletefile,1,"\i386\fonts\upceb.ttf",
deletefile,1,"\i386\fonts\upcebi.ttf",
deletefile,1,"\i386\fonts\upcei.ttf",
deletefile,1,"\i386\fonts\upcel.ttf",
deletefile,1,"\i386\fonts\upcfb.ttf",
deletefile,1,"\i386\fonts\upcfbi.ttf",
deletefile,1,"\i386\fonts\upcfi.ttf",
deletefile,1,"\i386\fonts\upcfl.ttf",
deletefile,1,"\i386\fonts\upcib.ttf",
deletefile,1,"\i386\fonts\upcibi.ttf",
deletefile,1,"\i386\fonts\upcii.ttf",
deletefile,1,"\i386\fonts\upcil.ttf",
deletefile,1,"\i386\fonts\upcjb.ttf",
deletefile,1,"\i386\fonts\upcjbi.ttf",
deletefile,1,"\i386\fonts\upcji.ttf",
deletefile,1,"\i386\fonts\upcjl.ttf",
deletefile,1,"\i386\fonts\upckb.ttf",
deletefile,1,"\i386\fonts\upckbi.ttf",
deletefile,1,"\i386\fonts\upcki.ttf",
deletefile,1,"\i386\fonts\upckl.ttf",
deletefile,1,"\i386\fonts\upclb.ttf",
deletefile,1,"\i386\fonts\upclbi.ttf",
deletefile,1,"\i386\fonts\upcli.ttf",
deletefile,1,"\i386\fonts\upcll.ttf",
deletefile,1,"\i386\fonts\verdana.ttf",
deletefile,1,"\i386\fonts\verdanab.ttf",
deletefile,1,"\i386\fonts\verdanai.ttf",
deletefile,1,"\i386\fonts\verdanaz.ttf",
deletefile,1,"\i386\fonts\vga860.fon",
deletefile,1,"\i386\fonts\vga863.fon",
deletefile,1,"\i386\fonts\vga865.fon",
deletefile,1,"\i386\fonts\vgafix.fon",
deletefile,1,"\i386\fonts\vgasys.fon",
deletefile,1,"\i386\fonts\vrinda.ttf",
deletefile,1,"\i386\fonts\webdings.ttf",
deletefile,1,"\i386\fonts\wingding.ttf",
deletefile,1,"\i386\bootfix.bin",
deletefile,1,"\i386\explorer.exe",
deletefile,1,"\i386\spcmdcon.sys",
deletefile,1,"\i386\winbom.ini",
deletefile,1,"\i386\system32\attrib.exe",
deletefile,1,"\i386\system32\autochk.exe",
deletefile,1,"\i386\system32\autofmt.exe",
deletefile,1,"\i386\system32\bartpe.exe",
deletefile,1,"\i386\system32\cacls.exe",
deletefile,1,"\i386\system32\calc.exe",
deletefile,1,"\i386\system32\clipsrv.exe",
deletefile,1,"\i386\system32\comp.exe",
deletefile,1,"\i386\system32\compact.exe",
deletefile,1,"\i386\system32\convert.exe",
deletefile,1,"\i386\system32\diskpart.exe",
deletefile,1,"\i386\system32\ditrace.exe",
deletefile,1,"\i386\system32\dmadmin.exe",
deletefile,1,"\i386\system32\eqndiag.exe",
deletefile,1,"\i386\system32\eqnlogr.exe",
deletefile,1,"\i386\system32\eqnloop.exe",
deletefile,1,"\i386\system32\expand.exe",
deletefile,1,"\i386\system32\fc.exe",
deletefile,1,"\i386\system32\find.exe",
deletefile,1,"\i386\system32\findstr.exe",
deletefile,1,"\i386\system32\finger.exe",
deletefile,1,"\i386\system32\ftp.exe",
deletefile,1,"\i386\system32\fltmc.exe",
deletefile,1,"\i386\system32\format.com",
deletefile,1,"\i386\system32\hostname.exe",
deletefile,1,"\i386\system32\ipconfig.exe",
deletefile,1,"\i386\system32\label.exe",
deletefile,1,"\i386\system32\locator.exe",
deletefile,1,"\i386\system32\lpq.exe",
deletefile,1,"\i386\system32\lpr.exe",
deletefile,1,"\i386\system32\makecab.exe",
deletefile,1,"\i386\system32\mountvol.exe",
deletefile,1,"\i386\system32\mspaint.exe",
deletefile,1,"\i386\system32\nbtstat.exe",
deletefile,1,"\i386\system32\net.exe",
deletefile,1,"\i386\system32\net1.exe",
deletefile,1,"\i386\system32\nslookup.exe",
deletefile,1,"\i386\system32\ntkrnlmp.exe",
deletefile,1,"\i386\system32\ntsd.exe",
deletefile,1,"\i386\system32\odbcad32.exe",
deletefile,1,"\i386\system32\odbcconf.exe",
deletefile,1,"\i386\system32\pathping.exe",
deletefile,1,"\i386\system32\peer.exe",
deletefile,1,"\i386\system32\pentnt.exe",
deletefile,1,"\i386\system32\ping.exe",
deletefile,1,"\i386\system32\portmon.exe",
deletefile,1,"\i386\system32\print.exe",
deletefile,1,"\i386\system32\reg.exe",
deletefile,1,"\i386\system32\regedit.exe",
deletefile,1,"\i386\system32\regedt32.exe",
deletefile,1,"\i386\system32\regsvr32.exe",
deletefile,1,"\i386\system32\replace.exe",
deletefile,1,"\i386\system32\route.exe",
deletefile,1,"\i386\system32\rsvp.exe",
deletefile,1,"\i386\system32\setup.exe",
deletefile,1,"\i386\system32\spoolsv.exe",
deletefile,1,"\i386\system32\sort.exe",
deletefile,1,"\i386\system32\subst.exe",
deletefile,1,"\i386\system32\svchost.exe",
deletefile,1,"\i386\system32\taskmgr.exe",
deletefile,1,"\i386\system32\tftp.exe",
deletefile,1,"\i386\system32\tracert.exe",
deletefile,1,"\i386\system32\userinit.exe",
deletefile,1,"\i386\system32\wordpad.exe",
deletefile,1,"\i386\system32\xcopy.exe",
deletefile,1,"\i386\system32\xlog.exe",
deletefile,1,"\i386\system32\aclui.dll",
deletefile,1,"\i386\system32\activeds.dll",
deletefile,1,"\i386\system32\adsldpc.dll",
deletefile,1,"\i386\system32\alrsvc.dll",
deletefile,1,"\i386\system32\atl.dll",
deletefile,1,"\i386\system32\avmc20.dll",
deletefile,1,"\i386\system32\avmcapi.dll",
deletefile,1,"\i386\system32\avmenum.dll",
deletefile,1,"\i386\system32\browser.dll",
deletefile,1,"\i386\system32\browseui.dll",
deletefile,1,"\i386\system32\c320tnt.cod",
deletefile,1,"\i386\system32\c218tnt.cod",
deletefile,1,"\i386\system32\c_10006.nls",
deletefile,1,"\i386\system32\c_10007.nls",
deletefile,1,"\i386\system32\c_10010.nls",
deletefile,1,"\i386\system32\c_10017.nls",
deletefile,1,"\i386\system32\c_10029.nls",
deletefile,1,"\i386\system32\c_10079.nls",
deletefile,1,"\i386\system32\c_10081.nls",
deletefile,1,"\i386\system32\c_10082.nls",
deletefile,1,"\i386\system32\c_1026.nls",
deletefile,1,"\i386\system32\c_1250.nls",
deletefile,1,"\i386\system32\c_1251.nls",
deletefile,1,"\i386\system32\c_1253.nls",
deletefile,1,"\i386\system32\c_1254.nls",
deletefile,1,"\i386\system32\c_1255.nls",
deletefile,1,"\i386\system32\c_1256.nls",
deletefile,1,"\i386\system32\c_1257.nls",
deletefile,1,"\i386\system32\c_1258.nls",
deletefile,1,"\i386\system32\c_20261.nls",
deletefile,1,"\i386\system32\c_20866.nls",
deletefile,1,"\i386\system32\c_20905.nls",
deletefile,1,"\i386\system32\c_21866.nls",
deletefile,1,"\i386\system32\c_28592.nls",
deletefile,1,"\i386\system32\c_28593.nls",
deletefile,1,"\i386\system32\c_28598.nls",
deletefile,1,"\i386\system32\c_28605.nls",
deletefile,1,"\i386\system32\C_037.nls",
deletefile,1,"\i386\system32\c_500.nls",
deletefile,1,"\i386\system32\c_737.nls",
deletefile,1,"\i386\system32\c_775.nls",
deletefile,1,"\i386\system32\c_852.nls",
deletefile,1,"\i386\system32\c_855.nls",
deletefile,1,"\i386\system32\c_857.nls",
deletefile,1,"\i386\system32\c_860.nls",
deletefile,1,"\i386\system32\c_861.nls",
deletefile,1,"\i386\system32\c_863.nls",
deletefile,1,"\i386\system32\c_865.nls",
deletefile,1,"\i386\system32\c_866.nls",
deletefile,1,"\i386\system32\c_869.nls",
deletefile,1,"\i386\system32\c_874.nls",
deletefile,1,"\i386\system32\c_875.nls",
deletefile,1,"\i386\system32\c_932.nls",
deletefile,1,"\i386\system32\c_936.nls",
deletefile,1,"\i386\system32\c_949.nls",
deletefile,1,"\i386\system32\c_950.nls",
deletefile,1,"\i386\system32\cabinet.dll",
deletefile,1,"\i386\system32\certcli.dll",
deletefile,1,"\i386\system32\cfgmgr32.dll",
deletefile,1,"\i386\system32\clb.dll",
deletefile,1,"\i386\system32\clusapi.dll",
deletefile,1,"\i386\system32\cnbjmon.dll",
deletefile,1,"\i386\system32\credui.dll",
deletefile,1,"\i386\system32\cryptnet.dll",
deletefile,1,"\i386\system32\cryptui.dll",
deletefile,1,"\i386\system32\cscdll.dll",
deletefile,1,"\i386\system32\ctmasetp.dll",
deletefile,1,"\i386\system32\ctmrclas.dll",
deletefile,1,"\i386\system32\dbgeng.dll",
deletefile,1,"\i386\system32\dbghelp.dll",
deletefile,1,"\i386\system32\dciman32.dll",
deletefile,1,"\i386\system32\ddraw.dll",
deletefile,1,"\i386\system32\devmgr.dll",
deletefile,1,"\i386\system32\dgclass.dll",
deletefile,1,"\i386\system32\dgnet.dll",
deletefile,1,"\i386\system32\dgrpsetu.dll",
deletefile,1,"\i386\system32\dhcpcsvc.dll",
deletefile,1,"\i386\system32\diapi2.dll",
deletefile,1,"\i386\system32\diapi232.dll",
deletefile,1,"\i386\system32\diapi2nt.dll",
deletefile,1,"\i386\system32\disrvpp.dll",
deletefile,1,"\i386\system32\disrvsu.dll",
deletefile,1,"\i386\system32\divaprop.dll",
deletefile,1,"\i386\system32\divasu.dll",
deletefile,1,"\i386\system32\dmconfig.dll",
deletefile,1,"\i386\system32\dmintf.dll",
deletefile,1,"\i386\system32\dmserver.dll",
deletefile,1,"\i386\system32\dmutil.dll",
deletefile,1,"\i386\system32\dnsrslvr.dll",
deletefile,1,"\i386\system32\duser.dll",
deletefile,1,"\i386\system32\eqnclass.dll",
deletefile,1,"\i386\system32\esent.dll",
deletefile,1,"\i386\system32\extmgr.dll",
deletefile,1,"\i386\system32\fltlib.dll",
deletefile,1,"\i386\system32\fmifs.dll",
deletefile,1,"\i386\system32\fpnpbase.sys",
deletefile,1,"\i386\system32\fpnpbase.usa",
deletefile,1,"\i386\system32\fus2base.sys",
deletefile,1,"\i386\system32\gptext.dll",
deletefile,1,"\i386\system32\halsp.dll",
deletefile,1,"\i386\system32\icmp.dll",
deletefile,1,"\i386\system32\ifsutil.dll",
deletefile,1,"\i386\system32\imgutil.dll",
deletefile,1,"\i386\system32\initpki.dll",
deletefile,1,"\i386\system32\io8ports.dll",
deletefile,1,"\i386\system32\iologmsg.dll",
deletefile,1,"\i386\system32\iphlpapi.dll",
deletefile,1,"\i386\system32\ipsecsnp.dll",
deletefile,1,"\i386\system32\kbdbe.dll",
deletefile,1,"\i386\system32\kbdbr.dll",
deletefile,1,"\i386\system32\kbdca.dll",
deletefile,1,"\i386\system32\kbdda.dll",
deletefile,1,"\i386\system32\kbddv.dll",
deletefile,1,"\i386\system32\kbdes.dll",
deletefile,1,"\i386\system32\kbdfc.dll",
deletefile,1,"\i386\system32\kbdfi.dll",
deletefile,1,"\i386\system32\kbdfr.dll",
deletefile,1,"\i386\system32\kbdgae.dll",
deletefile,1,"\i386\system32\kbdgr.dll",
deletefile,1,"\i386\system32\kbdgr1.dll",
deletefile,1,"\i386\system32\kbdic.dll",
deletefile,1,"\i386\system32\kbdir.dll",
deletefile,1,"\i386\system32\kbdit.dll",
deletefile,1,"\i386\system32\kbdit142.dll",
deletefile,1,"\i386\system32\kbdla.dll",
deletefile,1,"\i386\system32\kbdmac.dll",
deletefile,1,"\i386\system32\kbdne.dll",
deletefile,1,"\i386\system32\kbdnec.dll",
deletefile,1,"\i386\system32\kbdno.dll",
deletefile,1,"\i386\system32\kbdpo.dll",
deletefile,1,"\i386\system32\kbdsf.dll",
deletefile,1,"\i386\system32\kbdsg.dll",
deletefile,1,"\i386\system32\kbdsp.dll",
deletefile,1,"\i386\system32\kbdsw.dll",
deletefile,1,"\i386\system32\kbduk.dll",
deletefile,1,"\i386\system32\kbdusl.dll",
deletefile,1,"\i386\system32\kbdusr.dll",
deletefile,1,"\i386\system32\kbdusx.dll",
deletefile,1,"\i386\system32\kd1394.dll",
deletefile,1,"\i386\system32\kerberos.dll",
deletefile,1,"\i386\system32\l_except.nls",
deletefile,1,"\i386\system32\linkinfo.dll",
deletefile,1,"\i386\system32\lmhsvc.dll",
deletefile,1,"\i386\system32\loadperf.dll",
deletefile,1,"\i386\system32\localspl.dll",
deletefile,1,"\i386\system32\lpk.dll",
deletefile,1,"\i386\system32\lz32.dll",
deletefile,1,"\i386\system32\mfc42.dll",
deletefile,1,"\i386\system32\mfc42u.dll",
deletefile,1,"\i386\system32\mobsync.dll",
deletefile,1,"\i386\system32\mprapi.dll",
deletefile,1,"\i386\system32\mprui.dll",
deletefile,1,"\i386\system32\msafd.dll",
deletefile,1,"\i386\system32\mscat32.dll",
deletefile,1,"\i386\system32\mscms.dll",
deletefile,1,"\i386\system32\msftedit.dll",
deletefile,1,"\i386\system32\msgsvc.dll",
deletefile,1,"\i386\system32\msimg32.dll",
deletefile,1,"\i386\system32\msjet40.dll",
deletefile,1,"\i386\system32\msls31.dll",
deletefile,1,"\i386\system32\msports.dll",
deletefile,1,"\i386\system32\mssign32.dll",
deletefile,1,"\i386\system32\mssip32.dll",
deletefile,1,"\i386\system32\msv1_0.dll",
deletefile,1,"\i386\system32\msvcirt.dll",
deletefile,1,"\i386\system32\mswstr10.dll",
deletefile,1,"\i386\system32\msi.dll",
deletefile,1,"\i386\system32\mswsock.dll",
deletefile,1,"\i386\system32\netcfgx.dll",
deletefile,1,"\i386\system32\netman.dll",
deletefile,1,"\i386\system32\netlogon.dll",
deletefile,1,"\i386\system32\netrap.dll",
deletefile,1,"\i386\system32\netshell.dll",
deletefile,1,"\i386\system32\netevent.dll",
deletefile,1,"\i386\system32\netmsg.dll",
deletefile,1,"\i386\system32\netplwiz.dll",
deletefile,1,"\i386\system32\netui0.dll",
deletefile,1,"\i386\system32\netui1.dll",
deletefile,1,"\i386\system32\netui2.dll",
deletefile,1,"\i386\system32\newdev.dll",
deletefile,1,"\i386\system32\ntlanman.dll",
deletefile,1,"\i386\system32\ntmarta.dll",
deletefile,1,"\i386\system32\nwapi32.dll",
deletefile,1,"\i386\system32\nwcfg.dll",
deletefile,1,"\i386\system32\nwevent.dll",
deletefile,1,"\i386\system32\nwprovau.dll",
deletefile,1,"\i386\system32\nwwks.dll",
deletefile,1,"\i386\system32\oakley.dll",
deletefile,1,"\i386\system32\odbc16gt.dll",
deletefile,1,"\i386\system32\odbc32gt.dll",
deletefile,1,"\i386\system32\odbcbcp.dll",
deletefile,1,"\i386\system32\odbcconf.dll",
deletefile,1,"\i386\system32\odbcconf.rs",
deletefile,1,"\i386\system32\odbccp32.dll",
deletefile,1,"\i386\system32\odbccr32.dll",
deletefile,1,"\i386\system32\odbccu32.dll",
deletefile,1,"\i386\system32\odbcint.dll",
deletefile,1,"\i386\system32\odbcji32.dll",
deletefile,1,"\i386\system32\odbcjt32.dll",
deletefile,1,"\i386\system32\odbcp32r.dll",
deletefile,1,"\i386\system32\odbctrac.dll",
deletefile,1,"\i386\system32\oleacc.dll",
deletefile,1,"\i386\system32\olecli32.dll",
deletefile,1,"\i386\system32\olecnv32.dll",
deletefile,1,"\i386\system32\olesvr32.dll",
deletefile,1,"\i386\system32\olesvr.dll",
deletefile,1,"\i386\system32\olethk32.dll",
deletefile,1,"\i386\system32\osuninst.dll",
deletefile,1,"\i386\system32\perfctrs.dll",
deletefile,1,"\i386\system32\perfnw.dll",
deletefile,1,"\i386\system32\polstore.dll",
deletefile,1,"\i386\system32\powrprof.dll",
deletefile,1,"\i386\system32\pstorec.dll",
deletefile,1,"\i386\system32\pstorsvc.dll",
deletefile,1,"\i386\system32\query.dll",
deletefile,1,"\i386\system32\rasadhlp.dll",
deletefile,1,"\i386\system32\rasapi32.dll",
deletefile,1,"\i386\system32\rasdlg.dll",
deletefile,1,"\i386\system32\rasman.dll",
deletefile,1,"\i386\system32\riched20.dll",
deletefile,1,"\i386\system32\riched32.dll",
deletefile,1,"\i386\system32\rnr20.dll",
deletefile,1,"\i386\system32\rpcss.dll",
deletefile,1,"\i386\system32\rsaenh.dll",
deletefile,1,"\i386\system32\rsvpmsg.dll",
deletefile,1,"\i386\system32\rsvpperf.dll",
deletefile,1,"\i386\system32\rtipxmib.dll",
deletefile,1,"\i386\system32\rtutils.dll",
deletefile,1,"\i386\system32\scecli.dll",
deletefile,1,"\i386\system32\schannel.dll",
deletefile,1,"\i386\system32\sfc.dll",
deletefile,1,"\i386\system32\sfc_os.dll",
deletefile,1,"\i386\system32\security.dll",
deletefile,1,"\i386\system32\sfcfiles.dll",
deletefile,1,"\i386\system32\shdocvw.dll",
deletefile,1,"\i386\system32\shsvcs.dll",
deletefile,1,"\i386\system32\snmpapi.dll",
deletefile,1,"\i386\system32\softpub.dll",
deletefile,1,"\i386\system32\spdports.dll",
deletefile,1,"\i386\system32\spoolss.dll",
deletefile,1,"\i386\system32\spxcoins.dll",
deletefile,1,"\i386\system32\spxports.dll",
deletefile,1,"\i386\system32\stobject.dll",
deletefile,1,"\i386\system32\stlnprop.dll",
deletefile,1,"\i386\system32\sxports.dll",
deletefile,1,"\i386\system32\syssetup.dll",
deletefile,1,"\i386\system32\tapi32.dll",
deletefile,1,"\i386\system32\traffic.dll",
deletefile,1,"\i386\system32\ufat.dll",
deletefile,1,"\i386\system32\ulib.dll",
deletefile,1,"\i386\system32\ureg.dll",
deletefile,1,"\i386\system32\url.dll",
deletefile,1,"\i386\system32\urlmon.dll",
deletefile,1,"\i386\system32\utildll.dll",
deletefile,1,"\i386\system32\uxtheme.dll",
deletefile,1,"\i386\system32\vga64k.dll",
deletefile,1,"\i386\system32\vga860.fon",
deletefile,1,"\i386\system32\vga865.fon",
deletefile,1,"\i386\system32\vga863.fon",
deletefile,1,"\i386\system32\vdmdbg.dll",
deletefile,1,"\i386\system32\w32time.dll",
deletefile,1,"\i386\system32\w32topl.dll",
deletefile,1,"\i386\system32\wdigest.dll",
deletefile,1,"\i386\system32\win32spl.dll",
deletefile,1,"\i386\system32\winhttp.dll",
deletefile,1,"\i386\system32\wininet.dll",
deletefile,1,"\i386\system32\winipsec.dll",
deletefile,1,"\i386\system32\winpe.bmp",
deletefile,1,"\i386\system32\winpeoem.sif",
deletefile,1,"\i386\system32\winrnr.dll",
deletefile,1,"\i386\system32\winscard.dll",
deletefile,1,"\i386\system32\wkssvc.dll",
deletefile,1,"\i386\system32\wmi.dll",
deletefile,1,"\i386\system32\wshisn.dll",
deletefile,1,"\i386\system32\wshnetbs.dll",
deletefile,1,"\i386\system32\wshtcpip.dll",
deletefile,1,"\i386\system32\wtsapi32.dll",
deletefile,1,"\i386\system32\wzcsvc.dll",
deletefile,1,"\i386\system32\wzcsapi.dll",
deletefile,1,"\i386\system32\xmlprov.dll",
deletefile,1,"\i386\system32\xmlprovi.dll",
deletefile,1,"\i386\system32\xpob2res.dll",
deletefile,1,"\i386\system32\xpsp1res.dll",
deletefile,1,"\i386\system32\xpsp2res.dll",
deletefile,1,"\i386\system32\Drivers\adm8511.sys",
deletefile,1,"\i386\system32\Drivers\adptsf50.sys"
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.