Help - Search - Members - Calendar
Full Version: Bitdefender 8 Professional Plus Unattended Install
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Nucleus
How can I silently install it, with all the updates included (cumulative.zip), and have, Antivirus, Antispam, Firewall and Auto Update enabled? (Basically all of these are enabled by default if you make a full install) I use RunOnceEx from CD.
SiMoNsAyS
this is more than tricky, i'll try to explain it quickly since it can take a LOT of time:

extract the contents of the installer, you'll see a .msi file.
create an admin install point "msiexec.exe /a %path%\bitdefender8.msi"
on the new folder containing the admin install you can edit .ini files, most of them contain preferences.
add the cumulative update overwritten if necessary.
now you are ready to install with /qb switch over the .msi (admin point) or you can take the whole folder and add it to a rar-sfx to save space.
finally your serial is stored on win.ini, you'll need to replace it during installation
Nucleus
Slight problem. While creating an admin install point, I come to this screen.



The CD-Key is 10 numbers long. The CD-Key I have is like this: XXXXX-XXXXXX-XXXXX-XXXXX And i know it works because i have installed BitDefender before.

Anyway, when I click next it just continues to create the admin point. The only reference I found for a serial number is in bdmcon.ini and it's empty, and I believe that because I left the CD-Key field in the image above empty.



I also couldn't find a win.ini anywhere.
SiMoNsAyS
no matter what you introduce at cd-key, you'll be able to continue with the admin install.

win.ini is stored on C:\windows
Nucleus
How do i add my serial number in win.ini ? Example?
SiMoNsAyS
register and then back to win.ini newwink.gif
Nucleus
I'm sorry, i didnt understand. What do you mean register and them back to win.ini? What is the procedure of adding the registration exactly? Is it a reg file? or something else?
SiMoNsAyS
as i said, just enter your key, then go to c:\windows\win.ini and replace that file during uA to register the program.
Nucleus
Where in win.ini do i paste the serial number?
This is my current win.ini, i have bitdefender 8.0 installed, and i dont see the serial number anywhere.

; for 16-bit app support
[fonts]
[extensions]
[mci extensions]
[files]
[Mail]
MAPI=1
CMCDLLNAME32=mapi32.dll
CMCDLLNAME=mapi.dll
CMC=1
MAPIX=1
MAPIXVER=1.0.0.1
OLEMessaging=1
[MCI Extensions.BAK]
aif=MPEGVideo
aifc=MPEGVideo
aiff=MPEGVideo
asf=MPEGVideo
asx=MPEGVideo
au=MPEGVideo
m1v=MPEGVideo
m3u=MPEGVideo
mp2=MPEGVideo
mp2v=MPEGVideo
mp3=MPEGVideo
mpa=MPEGVideo
mpe=MPEGVideo
mpeg=MPEGVideo
mpg=MPEGVideo
mpv2=MPEGVideo
snd=MPEGVideo
wax=MPEGVideo
wm=MPEGVideo
wma=MPEGVideo
wmv=MPEGVideo
wmx=MPEGVideo
wpl=MPEGVideo
wvx=MPEGVideo
[Internal]
Device=serial
Install=1101932566
Install2=1120155869
Device2=serial
[annie]
VideoDevice=0
AudioDevice=0
FrameRate=667111
UseFrameRate=1
CaptureAudio=1
WantPreview=1
MasterStream=-1
SiMoNsAyS
QUOTE
[Internal]Device=alphanumeric
Install=1101932566
Install2=1120155869
Device2=alphanumeric

what i marked as alphanumeric is your personal bitdefender's encrypted key.
i suggest you to edit your post and remove the content of your win.ini, as any1 reading this post can make use of that key you posted.
as i said (again) just export the entire file (win.ini) during uA.
mzar720
CODE
add the cumulative update overwritten if necessary.

How can i do that, i downloaded this file but i can`t unzip it, i received this message
CODE
x:\Documents and Settings\username\My Documents\Downloads\Compressed\cumulative.zip: Unexpected end of archive!

i downloaded this file again and the problem still as it.
if this is normall how can i update the admin install point

How can i Disable antispam and firewall features i mean i don`t want to install them.
Nucleus
when i install with /qb switch over the .msi (admin point) after the installation finishes, scandisk starts automatically, and the registration window opens up. How do i stop these 2 actions?
SiMoNsAyS
QUOTE (mzar720 @ Aug 13 2005, 09:38 PM)
How can i Disable antispam and firewall features i mean i don`t  want to install them.
*
those are part of the whole setup, there's no way to skip them during setup (or at least i haven't found any). continue reading below

QUOTE (Nucleus @ Aug 14 2005, 02:49 PM)
when i install with /qb switch over the .msi (admin point) after the installation finishes, scandisk starts automatically, and the registration window opens up. How do i stop these 2 actions?
*

you've 2 options, to kill the incoming window you can use pskill to stop the process or the recommended...

install BD8 and go to its folder on %PF%, you'll see a bunch of ini files. after creating the admin install point, overwrite .ini files present on that folder with the ones on %PF%.
this is the way to export your preferences (i.e. to disable antispam and firewall features, this is for mzar720 smile.gif).

you can alternatively dig on those .ini files to just disable the incoming autoscan window. hope it to be clear tongue.gif
Nucleus
Clear enough. I'm already on the search for an easier to unattendedly install antivirus smile.gif
Nologic
Well there is a autoit script for this application...so why not just edit up the source code on that to do what you need.
mzar720
thanks SiMoNsAyS
i will try it soon.
CODE
Well there is a autoit script for this application...so why not just edit up the source code on that to do what you need.

i am tring to avoid AutoIT as i can because i don`t have the ability to edit it correctly.
Nucleus
Nologic, i have tried your BitDefender autoit script, but after the installation of BitDefender finishes, i get the error message on the following image.

What i did, is i just took your script, edited it with my serial number, and changed the "Setup File Name" variable to BitDefender.msi. Then i converted it to exe using AutoIt v3.

Also, this is what i used in my RunOnceEx

CODE
REG ADD %KEY%\065 /VE /D "BitDefender v8.0 Pro" /f
REG ADD %KEY%\065 /V 1 /D "%CDROM%\Software\BitDefender\BitDefender.msi /qb REBOOT=Suppress SCAN=0 UPDATE=0 ICON=0" /f
REG ADD %KEY%\065 /V 2 /D "%CDROM%\Software\BitDefender\Bitreg.exe" /f


Also, if possible, i would like to remove the "File Zone | Net Zone" that appears by deafult after the installation of BitDefender.
mzar720
i tested it but it didn`t work for me
Nucleus
I have also tried this script, but the installation stuck at the following point, as you can see on the picture.

CODE
; AutoIt Version:    3.0.102
; Language:  English
; Platform:  Win9x / NT / XP
; Author:  Dangerzone - Holland
; Script Function:    Register Bitdefender Pro 8

Run  ( @ProgramFilesDir & "\Softwin\BitDefender8\bdmcon.exe" )

WinWaitActive    ( "BitDefender 8 Professional Plus - Evaluation" )
Send  ( "{ENTER}")

WinWaitActive    ( "BitDefender Professional Plus - Registration" )
Send  ( "xxxxxxxxxxxxxxxx" )
Send  ( "{ENTER}" )

WinWaitActive    ( "Online Registration" )
Send  ( "{ALTDOWN}{F4}{ALTUP}" )

WinWaitActive    ( "Online Registration" )
Send  ( "{ENTER}" )

EXIT
SiMoNsAyS
@Nucleus, you didn't exported win.ini correctly b4 the setup newwink.gif
Nucleus
I thought that the purpose of the autoit file was to enter the serial number automatically, so that i wouldn't have to export to win.ini
MHz
QUOTE (Nucleus @ Aug 16 2005, 04:59 AM)
I have also tried this script, but the installation stuck at the following point, as you can see on the picture.

CODE
WinWaitActive    ( "BitDefender Professional Plus - Registration" )
Send  ( "xxxxxxxxxxxxxxxx" )
Send  ( "{ENTER}" )

*


QUOTE (Nucleus @ Aug 17 2005, 01:01 AM)
I thought that the purpose of the autoit file was to enter the serial number automatically, so that i wouldn't have to export to win.ini
*


Can see the problem. Your picture shows
"BitDefender 8 Professional Plus - Registration"
as the title, but the script has
"BitDefender Professional Plus - Registration".
You are missing the 8 ?

rolleyes.gif
Nologic
blah hadn't planned on supporting this script any more....but oh well.

Note I don't own or have a copy of the software to test against...since this was written for my brother a while back.

CODE
; Serial Number
$SN_1 = "*****-*****-*****-*****"

Run  ( @ProgramFilesDir & "\Softwin\BitDefender8\bdmcon.exe" )

; Splash Screen
$Title = "BitDefender 8 Professional Plus - Evaluation"
WinWaitActive    ( $Title )
ControlClick    ( $Title , "" , "Button1" )

; Registration
$Title = "BitDefender 8 Professional Plus - Registration"
WinWaitActive    ( $Title )
$SN = StringSplit( $SN_1 , "-" )
ControlSetText    ( $Title , "" , "Edit1" , $SN[1] )
ControlSetText    ( $Title , "" , "Edit2" , $SN[2] )
ControlSetText    ( $Title , "" , "Edit3" , $SN[3] )
ControlSetText    ( $Title , "" , "Edit4" , $SN[4] )
ControlClick    ( $Title , "" , "Button1" )

; Online #1
$Title = "Online Registration"
WinWaitActive    ( $Title )
ControlClick    ( $Title , "" , "Button3" )
ControlClick    ( $Title , "" , "Button2" )

; Online #2
WinWaitActive    ( $Title , "OK" )
ControlClick    ( $Title , "OK" , "Button1" )

EXIT




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.