Nucleus Posted November 8, 2005 Posted November 8, 2005 Hello, I am very new to autoit, i have no experience whatsoever, and the only method i used to create any autoit scripts i have created, is by using the SciTe ScriptWriter tool, which is no good with this program, and that is why i need your help.After the installation of BitDefender 9 Professional Plus, 2 screens appear, instead of 4 in BitDefender 8 Professional Plus.and I have tried modifying the the old AutoIT (that worked with BitDefender 8 Professional Plus), but that crashed and burned.The AutoIT window Info tool shows no Control ID: or Text:So i was told instead of using controlclick to use mouseclick.HELP! How?
w0uter Posted November 8, 2005 Posted November 8, 2005 how about simply (Control)Send ? My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Nucleus Posted November 8, 2005 Author Posted November 8, 2005 Thank you very much for your replies. I have tested both scripts. The first one works just fine. The second one gives me 2 error messages. If I'm guessing right, the second one should be better than the first one? Gives back feedback? Anyway, I will use which ever one you tell me.
w0uter Posted November 9, 2005 Posted November 9, 2005 Get the beta (and use Scite ) My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
Nucleus Posted November 9, 2005 Author Posted November 9, 2005 You were right to be pissed with bitdefender. It's really annoying trying to register bitdefender using an autoit script, while bitdefender stopping it from running because it detects it as a virus. That totally screwed up my unattended installation. I don't suppose there's a workaround this problem??
MHz Posted November 9, 2005 Posted November 9, 2005 (edited) Don't compile. Use the script and use AutoIt3.exe to run the script. You can put AutoIt3.exe in your systems path for ease so you would not need to use PathTo as mentioned below. The command: PathTo\AutoIt3.exe YourScript.au3 Edit: And you could just monitor for the presence of the definition file that BitDefender installs, delete it and perhaps copy over a later version. When done closing BitDefender. Edited November 9, 2005 by MHz
Nucleus Posted November 9, 2005 Author Posted November 9, 2005 (edited) Worked Thanks. Edited November 10, 2005 by Nucleus
spachtler Posted November 13, 2005 Posted November 13, 2005 is a silent-installation possible too for bitdefender 9 standard? after install i get just the first dialog wiht no title and no text.
spachtler Posted November 13, 2005 Posted November 13, 2005 found a very easy way!!!! no autoit needed, just prepare the win.ini in the windows-dircetory FIRST, then just do the install wit /qb and everything is fine
Nucleus Posted November 14, 2005 Author Posted November 14, 2005 found a very easy way!!!! no autoit needed, just prepare the win.ini in the windows-dircetory FIRST,then just do the install wit /qb and everything is fineCould you please describe exactly the process of doing this?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now