This is NO PEBuilder plugin
This is an update aid.
Initial started by
Powaking, (credits go to Powaking for starting with the idea),
I added myself some additional stuff to make
updates a little more confortable.
the update utility can be used, before starting Bart's PEBuilder.exe, so the plugins are
always up-to-date, when you start creating your iso-file.
It can be used for updating:
Adaware plugin Created by Bart Lagerweij
Adaware SE Personal plugin Created by Bart Lagerweij
avast! plugin Created by Robvdb
AVPersonal plugin Created by Cyrano
F-prot plugin Created by Erwin Veermans
McAfee plugin Created by Bart Lagerweij
Stinger plugin Created by Bart Lagerweij
Mwav plugin Created by JMAN
usage: just unzip to a location you want.
(contains: update.cmd, updates.txt, wget.exe and unzip.exe) (last two are part
of the UnixUtils)
Everyone will have to modify the update.cmd to their needs, meaning adjusting
PEBuilder\Plugin location
if needed adding Proxy address. (If not, just rem it out, or delete the line).
example:
you don't use a proxy, and you have your plugin folder located on your
D-drive in a folder called
PEBuilder3032
the original update.cmd:
set http_proxy=http://
wget -i updates.txt
ren stng260.exe s-t-i-n-g-e-r.exe
copy s-t-i-n-g-e-r.exe c:\pebuilder\plugin\stinger\
copy aswclnr.exe c:\pebuilder\plugin\avast!\
copy defs.ref c:\pebuilder\plugin\adawareSE\files\
copy mwav.exe c:\pebuilder\plugin\mwav\
unzip -o reflist.zip -d c:\pebuilder\plugin\adaware\
unzip -o fp-def.zip -d c:\pebuilder\plugin\f-prot\
unzip -o macrdef2.zip -d c:\pebuilder\plugin\f-prot\
del s-t-i-n-g-e-r.exe
del aswclnr.exe
del reflist.zip
del fp-def.zip
del macrdef2.zip
del defs.ref
del mwav.exe
copy sdat*.exe c:\pebuilder\plugin\mcafee\files
del sdat*.exe
ren avwinsfx.exe avwinsfx.zip
unzip -o avwinsfx.zip -d c:\pebuilder\plugin\AVPersonal\
del avwinsfx.zip
cd c:\pebuilder\plugin\AVPersonal
move /y c:\pebuilder\plugin\AVpersonal\disk_1\*.* c:\pebuilder\plugin\AVpersonal\Files
call finish_plugin.cmd
cd c:\pebuilder\plugin\mcafee\files
ren sdat*.exe sdatxxxx.exe
sdatxxxx /e
del sdatxxxx.exe
pause
Will have to be changed to:
rem set http_proxy=http://
wget -i updates.txt
ren stng260.exe s-t-i-n-g-e-r.exe
copy s-t-i-n-g-e-r.exe D:\pebuilder3032\plugin\stinger\
copy aswclnr.exe D:\pebuilder3032\plugin\avast!\
copy defs.ref D:\pebuilder3032\plugin\adawareSE\files\
copy mwav.exe D:\pebuilder3032\plugin\mwav\
unzip -o reflist.zip -d D:\pebuilder3032\plugin\adaware\
unzip -o fp-def.zip -d D:\pebuilder3032\plugin\f-prot\
unzip -o macrdef2.zip -d D:\pebuilder3032\plugin\f-prot\
del s-t-i-n-g-e-r.exe
del aswclnr.exe
del reflist.zip
del fp-def.zip
del macrdef2.zip
del defs.ref
del mwav.exe
copy sdat*.exe D:\pebuilder3032\plugin\mcafee\files
del sdat*.exe
ren avwinsfx.exe avwinsfx.zip
unzip -o avwinsfx.zip -d D:\pebuilder3032\plugin\AVPersonal\
del avwinsfx.zip
cd D:\pebuilder3032\plugin\AVPersonal
move /y D:\pebuilder3032\plugin\AVpersonal\disk_1\*.*
D:\pebuilder3032\plugin\AVpersonal\Files
call finish_plugin.cmd
cd D:\pebuilder3032\plugin\mcafee\files
ren sdat*.exe sdatxxxx.exe
sdatxxxx /e
del sdatxxxx.exe
pause
You can always add addition code to it, and it would be nice if you would
post it
here.
Remember don't forget to adjust the updates.txt as well, if necessary
;-)