November 10, 200520 yr Author Are you sure that this script works with BitDefender Version 9? And what does this script has, that will stop it from being detected as a virus by BitDefender?
November 10, 200520 yr yes the script works. of course you have to translate the titles into english. but it works definitely!the issue with the virus thing is wellknown and dinky . after installing BD9 just update the virus signatures and it'll work properly.do you need a translation into english ?
November 10, 200520 yr Author Nope. This does the job for me just fine RunOnceEx.cmdREG ADD %KEY%\020 /VE /D "BitDefender v9.0 Pro" /fREG ADD %KEY%\020 /V 1 /D "%CDROM%\Software\BitDefender\BitDefender.msi /qb REBOOT=Suppress SCAN=0 UPDATE=0 ICON=0" /fREG ADD %KEY%\020 /V 2 /D "%CDROM%\Software\BitDefender\AutoIt3.exe \"%CDROM%\Software\BitDefender\BitDefender.au3\"" /fBitDefender.au3 is the one i posted before.after installing BD9 just update the virus signatures and it'll work properlyThe autoit script is detected as a virus while trying to complete bitdefender registration. At least thats what happened with my unattended installation. But, i followed MHz advice, and i didnt compile the script. I just executed it as shown above in my RunOnceEx.cmd Edited November 10, 200520 yr by Nucleus
December 11, 200520 yr Author There is no detailed explanation on how to register BitDefender 9 Professional Plus using the win.ini method, so here it goes.First of all let’s make it clear, that win.ini is totally useless in WinNT, Win2K and WinXP, so the first move is to DELETE it. (%WINDIR%\win.ini) BitDefender will create it again.Taken from http://www.computerhope.com/jargon/w/winini.htmWin.iniThe Microsoft Windows 3.x, 95, and 98 initialization file located in windows directory. The win.ini file is used to load various settings each time Windows boots, for example, the communications drivers, wallpaper, screen saver, languages, fonts, etc... are loaded each time the win.ini is initialized. If this file becomes corrupt or bad Windows will either not load, or have several errors as it loads. Users who are running Windows NT 4.0, 2000, XP, or later operating systems no longer have a win.ini. Instead of storing these settings in this file they are stored in the system registry.Step 1:Install BitDefender and register it. A new win.ini will be created. Put it on your unattended cd.Step 2:RunOnceEx.cmdREG ADD %KEY%\023 /VE /D "BitDefender v9.0 Pro" /fREG ADD %KEY%\023 /V 1 /D "%CDROM%\Software\BitDefender\BitDefender.msi /qb REBOOT=Suppress SCAN=0 UPDATE=0 ICON=0" /fREG ADD %KEY%\023 /V 2 /D "%CDROM%\Software\BitDefender\RegInfo.cmd" /fReginfo.cmdcmdow @ /HID@echo offTASKKILL /F /IM bdmcon.exeCOPY /Y "%~dp0win.ini" "%WINDIR%"PING 1.1.1.1 -n 1 -w 1000 >NULStart "" "%PROGRAMFILES%\Softwin\BitDefender9\bdmcon.exe"EXITYou should place win.ini in the same folder as Reginfo.cmd, so that it can be copied over to %WINDIR%. The %~dp0 in front of win.ini is for detecting the full path of the source file. (Thanks to MHz for that little bit of information )Well, that's it. BitDefender is started, and it's registered. This method solved all my problems with autoit scripts, and removed the last autoit script from my unattended DVD Edited December 27, 200520 yr by Nucleus
December 29, 200520 yr If it DOES work with copying before installation, it would remove the need for killing programs and services.Much more "clean"
December 29, 200520 yr Here is what i have done (Bit 9 Pro Plus);The comment below contains SFX script commandsSetup=bdis.msi /qb! REBOOT=ReallySuppress SCAN=0 UPDATE=0 ICON=1 WIN_KEY="cccccc-E7BBE-ccccc-E7A44" TempModeSilent=1Overwrite=1the issue here is parental control is installed. you can select the components you dont want.My solutionEdit the msi, remove the component you dont want. Integrate the serial into the msi package. Edited December 29, 200520 yr by tempuser
January 4, 200620 yr Just found something interesting regarding BitDefender`s registration information. It is not located in the registry, as expected. BitDefender coders decided to store it in the Win.ini file. Just make a copy of Win.ini before BitDefender install and then look back into it after you install BD. It is MODIFIED ! Now copy the modified win.ini somewhere. Uninstall BitDefender. Replace the win.ini with the modified one. Reinstall BitDefender ! Hoooooooooray ! My BitDefender is REGISTERED ! Cheers
February 23, 200719 yr Like I saidThanks Nucleus!!Works great, even with Bitdefender 10 Pro But having a problem, when using it with WPI.Then I get the following warningmessage:The following applications should be closed before continuing the install:Installation: : : Cancel : : : : : : : : Retry : : : : : : : : Ignore : : :I guess it's talking about the WPI-installer Works fine with 'Ignore' though, but that doesn't make it unattended anymore, doesn't it? Any possibility to work around that? Edited February 23, 200719 yr by Evolver
September 20, 200718 yr An AutoIt script for BitDefender Antivirus Plus v10 Build 247 is available here:http://www.msfn.org/board/index.php?showto...st&p=694909 Edited November 12, 200718 yr by radix
Create an account or sign in to comment