Help - Search - Members - Calendar
Full Version: Avira Plugin for Winbuilder Vistape project
The CD Forum > The CD Forum > WinBuilder
ka0s
Hello, i was trying to build a new vistape project to work with but i keep getting this error that stops the building of my project. FileCopy - Failed to copy [%BaseDir%\Projects\VistaPE-Core\App\Antivirus\Avira\avipbb.inf] to: [C:\Target\Windows\Inf] I have set an reset the Security permissions for the whole directory i.e From the parent dir and checked to make sure child dir and files saved as well. As it stands right now i have the Everyone group, Myself, Administrators, and also System with full control. Why is it having problems?

p.s The winbuilder process runs on my account.
Nuno Brito
Maybe for testing purposes it would be wiser to disable the Avira script and see if your project is completed all the way until the end.

------

I run VistaPE from another partition, using C:\ drive often led security permissions woes like you mentioned.

Also helps to run winbuilder.net with full administration privileges.

-------------

If you're still unable to complete the build, please look on the log tab and post the log.html so that we can take a look to see what can be going wrong.

Good luck!

smile.gif
PaPeUser
Hello
What flavor of all this are you running? i have same problem with that script (left it unchecked for now)

WinBuild 075_beta 5e (i think theres even a beta 6 out?)
Vista v.12(RC1)
source
Vista Ult SP0
in base (preconfig) i use WAIK

I Think after Vista12(RC1) it is sugested you use a Vista Build with SP1 ?

remember we are running Beta this in Beta that and keeping up with requirments for builds is well ,,,,
Plus these guys are doing a wonderfull job rewriting, updating, testing, and posting answers on a board thats not always available, i keep telling my self ITS BETA rolleyes.gif rolleyes.gif

I think how long it took, takes me to read up and build a disk then i think of how much time it took to get this far with Winbuilder and VistaPe.

Good luck with Your Build!!! ka0s
Keep up all the good work
Brad
ka0s
Thank you for both of your reply's. My build does finish with it unchecked, which of course i did for troubleshooting purposes. I do run windows xp with win builder, which i wouldn't think SHOULD be a problem, but that would be for the people who wrote it to say i suppose. As for admin privileges my account is an administrator so that shouldn't be a problem hopefully! I am running Winbuilder .75 Beta 5j
Nuno Brito
I don't have access to my work machine, would mind posting some of the code from the Avira script here on the forum so that I can take a look?

Maybe we get lucky and find what could be going wrong inside the code.

smile.gif
PaPeUser
This script is one that comes with WB, I think somtime after Vista12 (RC1) something went wrong

[process]
Echo,"Processing Avira AntiVir Personal..."
If,NotExistFile,"%ScriptDir%\Avira\avcenter.exe",Run,%ScriptFile%,Download
Echo,"Processing Avira AntiVir Personal..."
DirMake,"%TargetDir%\Program Files\Avira\AntiVir PersonalEdition Classic"
DirMake,"%TargetDir%\ProgramData\AntiVir PersonalEdition Classic\INFECTED"
DirMake,"%TargetDir%\ProgramData\AntiVir PersonalEdition Classic\LOGFILES"
DirMake,"%TargetDir%\ProgramData\AntiVir PersonalEdition Classic\REPORTS"
DirMake,"%TargetDir%\ProgramData\AntiVir PersonalEdition Classic\TEMP"
DirMake,"%TargetDir%\Windows\Inf"
DirMake,"%TargetDir%\Windows\System32\Drivers"
FileCopy,"%ScriptDir%\Avira\avipbb.inf","%TargetDir%\Windows\Inf"
FileCopy,"%ScriptDir%\Avira\ssmdrv.inf","%TargetDir%\Windows\Inf"
FileCopy,"%ScriptDir%\Avira\avipbb.sys","%TargetDir%\Windows\System32\Drivers"
FileCopy,"%ScriptDir%\Avira\ssmdrv.sys","%TargetDir%\Windows\System32\Drivers"
FileCopy,"%ScriptDir%\Avira\*.*","%TargetDir%\Program Files\Avira\AntiVir PersonalEdition Classic"
#
Add_Shortcut,StartMenu,"Antivirus","X:\Program Files\Avira\AntiVir PersonalEdition Classic\avcenter.exe","Avira AntiVir Personal"
AddAutoRun,"Avira AntiVir","X:\Program Files\Avira\AntiVir PersonalEdition Classic\avgnt.exe",/min,2
AddAutoRun,"Avira AntiVir Scheduler","x:\windows\system32\net.exe","start #$qAntiVirScheduler#$q",3
#
Run,%ScriptFile%,SaveSettings

this line?? - Filecopy Avipbb.inf to windows.inf

Happy Bday PSC!!
Brad
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.