Jump to content

autoit script for bitdefender 8


dangerzone

Recommended Posts

hello everyone.

i've found a autoit script for bitdefender 8 in the sticky autoit script collection

but it doesnt work. (for me)

somewhere in the middle of the bitdefender setup it's stopped then when i click on next with the mouse the script continous

i have no scripting experience so can someone help me ?

or is there someone with a working autoit script ?

thanks.

Link to comment
Share on other sites


thanks..

but ive managed to change a simple script so now i installed it silent en use a script to register the program.

but the last window is a pain.

the only commands i now is send and enter & tab

but the window is not buying that. can i close it with a ALT+F4 command ?

so yes can you give me a direction ?

thanks..

Link to comment
Share on other sites

Yeah you can use:

Send ( "{ALTDOWN}{F4}{ALTUP}" )

To close any window...but if you can get me the window title or some text to give me a clue, I'll correct the main script so that the problem is solved.

Keep in mind I'm not saying any of my scripts work Unattended...they should...but should and do are two totally different things. :) I've only ran them in windows and on a dirty system....so if your using them on a real unattended disk your results are real world. My tests are just guess work.

Link to comment
Share on other sites

ok it's working pertfectly now thanks for the close thing..

i will try to post my script file so you can have a look at it.

the following lines i use in my unattended cd...

REG ADD %KEY%\075 /VE /D "BitDefender 8" /f

REG ADD %KEY%\075 /V 1 /D "%SystemDrive%\Install\bitdefender8\bdprof.msi /qb REBOOT=Suppress SCAN=0 UPDATE=0 ICON=0" /f

REG ADD %KEY%\075 /V 2 /D "%SystemDrive%\Install\bitdefender8\Bitreg.exe" /f

in the script file there are 1-9 and a-k.

there you must put your serial number.

the ones in the file are NOT valid numbers.

if you have modifications (and i believe you have)

let me no so the script i used here will look better..

Bitreg.au3

Link to comment
Share on other sites

ok looks better and works to here in vmware.

and it's looking good here not sloppy at all.

when i was trying the serial the way you did i forgot the " " so ive learned another thing today :D:D

thank for the changes, i think others can use this script now if they use the search function ;)

Link to comment
Share on other sites

  • 8 months later...

This is what i use in RunOnceEx

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

And the image shows what my error is.

I am using the script Nologic posted. I converted it to exe with autoit v3

post-44055-1123890768_thumb.jpg

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...