Help - Search - Members - Calendar
Full Version: Password Protected WISE Installer?
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
Niels
Hi!

My Ad-Aware 6.0 Professional installer (WISE) is password protected.
How can I avoid having to enter the password manually?? :/

//Niels
Aaron
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.
Niels
Okay, I found the code:

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


Now how do I place it in my batch-file?
Chris Lee
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.
Niels
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...
mazin
A solution for the default language is now here:

http://www.msfn.org/board/index.php?showto...ndpost&p=149608




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.