MSFN Forum: autoit script for bitdefender 8 - MSFN Forum

Jump to content



Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

autoit script for bitdefender 8 Rate Topic: -----

#1 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

Posted 04 December 2004 - 03:02 AM

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.


#2 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 04 December 2004 - 04:08 AM

Well if you can get me the window title and some general text I maybe able to fix the script to where it will work for you.

#3 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

Posted 05 December 2004 - 05:44 AM

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..

#4 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 05 December 2004 - 05:58 AM

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.

#5 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

Posted 05 December 2004 - 09:45 AM

thanks i will give that a try..

And the script i used is just for registering bitdefender not to install it
it's a laugh but he.. its working

so if you wil like to see it i'll post the script here

#6 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 05 December 2004 - 09:47 AM

Sure post away...maybe you'll teach me some thing...hehe not hard to imagine. :)

Plus its all ways good in case some else may need the script...hence maybe search will bring it up.

#7 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

Posted 05 December 2004 - 10:23 AM

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..

Attached File(s)



#8 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 05 December 2004 - 10:38 AM

Okay here are my suggested edits.

Oh if things look sloppy its because I use a tab spacing of 8, with a mono spaced font...namely Courier New.

#9 User is offline   dangerzone 

  • Searcher
  • Group: Members
  • Posts: 24
  • Joined: 09-October 04

  Posted 05 December 2004 - 10:57 AM

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 ;)

#10 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 05 December 2004 - 11:09 AM

hehe good deal, well there is always some thing to learn...I'm still getting my feet wet when it comes to AutoIt even tho I got a number of them posted.

heh yeah if they find that magic button called "Search" :)

#11 User is offline   Nucleus 

  • Member
  • PipPip
  • Group: Members
  • Posts: 267
  • Joined: 15-February 05

Posted 12 August 2005 - 05:52 PM

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

Attached File(s)



#12 User is offline   Nologic 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 461
  • Joined: 07-October 03

Posted 13 August 2005 - 12:05 AM

Updated main script [link]

As for that error...BitDefender must have been installed to a different path for some reason...so you would need to alter the path info given in that script.

This post has been edited by Nologic: 13 August 2005 - 12:16 AM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2011 msfn.org
Privacy Policy