Hi!
My Ad-Aware 6.0 Professional installer (WISE) is password protected.
How can I avoid having to enter the password manually?? :/
//Niels
Page 1 of 1
Password Protected WISE Installer?
#2
Posted 02 March 2004 - 06:15 PM
There's a vbscript somewhere on this forum to automate the password entering. It should come up in a search if you search for Aware +VBS with 180 days ago selected.
#3
Posted 02 March 2004 - 11:50 PM
Okay, I found the code:
Now how do I place it in my batch-file?
Quote
Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.Popup "Dont move mouse or keyboard",5," - Warning - ",48
WshShell.Run ("Ad-aware.6.Pro.Build.181.exe /S")
WScript.Sleep 5000
WshShell.SendKeys "XXXXXXX"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit
WshShell.Popup "Dont move mouse or keyboard",5," - Warning - ",48
WshShell.Run ("Ad-aware.6.Pro.Build.181.exe /S")
WScript.Sleep 5000
WshShell.SendKeys "XXXXXXX"
WScript.Sleep 1000
WshShell.SendKeys "{ENTER}"
WScript.Quit
Now how do I place it in my batch-file?
#4
Posted 03 March 2004 - 12:41 AM
You don't. You save it as a VBS or Javascript, depending on what it is, and call it from the batch without any switch. Only call this vbs script because it installs ad-aware together too.
#5
Posted 03 March 2004 - 03:47 PM
Okay... seems like I got it.
What about the Language Pack for Ad-Aware? I would like to install the danish language file. Is there a script for that as well? I can't find it anywhere...
What about the Language Pack for Ad-Aware? I would like to install the danish language file. Is there a script for that as well? I can't find it anywhere...
#6
Posted 07 July 2004 - 04:12 PM
A solution for the default language is now here:
http://www.msfn.org/board/index.php?showto...ndpost&p=149608
http://www.msfn.org/board/index.php?showto...ndpost&p=149608
Share this topic:
Page 1 of 1



Help
Back to top









