Bitdefender 8 Professional Plus Unattended Install
#1
Posted 31 March 2005 - 03:56 AM
#2
Posted 31 March 2005 - 08:10 AM
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
#3
Posted 31 March 2005 - 09:38 AM

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.
#4
Posted 31 March 2005 - 10:16 AM
win.ini is stored on C:\windows
#7
Posted 12 August 2005 - 09:15 AM
#8
Posted 12 August 2005 - 10:06 AM
#9
Posted 12 August 2005 - 01:31 PM
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
This post has been edited by Nucleus: 12 August 2005 - 05:11 PM
#10
Posted 12 August 2005 - 02:03 PM
Quote
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.
#11
Posted 13 August 2005 - 01:38 PM
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
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.
#12
Posted 14 August 2005 - 06:49 AM
#13
Posted 14 August 2005 - 07:47 AM
mzar720, on Aug 13 2005, 09:38 PM, said:
<{POST_SNAPBACK}>
Nucleus, on Aug 14 2005, 02:49 PM, said:
<{POST_SNAPBACK}>
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
you can alternatively dig on those .ini files to just disable the incoming autoscan window. hope it to be clear
#14
Posted 14 August 2005 - 08:25 AM
#15
Posted 14 August 2005 - 12:16 PM
#16
Posted 14 August 2005 - 02:08 PM
i will try it soon.
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.
This post has been edited by mzar720: 14 August 2005 - 02:10 PM
#17
Posted 14 August 2005 - 11:34 PM
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
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.
Attached File(s)
-
untitled2.jpg (20.76K)
Number of downloads: 12 -
untitled.JPG (1.82K)
Number of downloads: 0
This post has been edited by Nucleus: 14 August 2005 - 11:42 PM
#19
Posted 15 August 2005 - 12:59 PM
; 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
Attached File(s)
-
untitled.JPG (17.68K)
Number of downloads: 1
#20
Posted 15 August 2005 - 05:09 PM



Help


Back to top









