Ad-Aware Pro v6 Build 181 silent A complete trouble-free method
#11
Posted 08 March 2004 - 09:15 PM
I left the updater from the original instruction in there, since an internet connection might not be available at install. (I assume an error will occur in your steps).
Now - if I could get NAV2004 to update too...
#12
Posted 12 March 2004 - 07:07 PM
How many times have you tried bombtrack's way of getting the updated file "reflist.ref"?
I've found a way for connecting to the Internet while in unattended mode of Windows installation. I'm still testing it, but it may work.
So, if you repeated bombtrack's way more than once with no errors, please let me know.
#13
Posted 15 March 2004 - 02:18 AM
I tried your way of Wget and I got this:
--00:35:34-- http://www.lavasoft....efs/reflist.zip
=> `reflist.zip'
Resolving www.lavasoft.de... 66.117.38.101
Connecting to www.lavasoft.de|66.117.38.101|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 463,558 [application/zip]
100%[====================================>] 463,558 4.49K/s ETA 00:00
00:37:31 (3.93 KB/s) - `reflist.zip' saved [463558/463558]
PKUNZIP ® FAST! Extract Utility Version 2.50 03-01-1999
Copr. 1989-1999 PKWARE Inc. All Rights Reserved. Shareware Version
PKUNZIP Reg. U.S. Pat. and Tm. Off.
?¡ Pentium III class CPU detected.
?¡ XMS version 2.00 detected.
?¡ DPMI version 0.90 detected.
Searching ZIP: REFLIST.ZIP
Inflating: reflist.ref
1 file(s) copied.
Press any key to continue . . .
It was amazing as you can see!
But when I tried it again, it didn't work. Do you have suggestions?
Thanks.
#14
Posted 24 March 2004 - 08:23 PM
mazin, on Mar 12 2004, 07:07 PM, said:
How many times have you tried bombtrack's way of getting the updated file "reflist.ref"?
I've found a way for connecting to the Internet while in unattended mode of Windows installation. I'm still testing it, but it may work.
So, if you repeated bombtrack's way more than once with no errors, please let me know.
i've tried it a couple times - seems to be fine. maybe I'm missing any errors.
or the point that I do it - the NIC is already loaded and at times yours isn't?
Seems to work.
#15
Posted 30 March 2004 - 07:25 AM
Script: C:\adaware.js
Line: 13
Char: 1
Error: The system cannot find the file specified.
Code: 80070002
Source: WshShell.Exec
i used the code you had on the previous page to make the .js file, i copied and pasted the contents and replace the *** with my password and saved it in notepad to adaware.js.
why does the error messange say c:\adaware.js not found, shouldnt it be c:\install\adaware.js ?
#16
Posted 30 March 2004 - 07:42 AM
Start %systemdrive%\adaware.js
to
Start %systemdrive%\Install\AAwP6181\adaware.js
as the adaware.js file isnt on the root drive its in c:\install\AAwP6181\
note i am running this from my harddrive, will they work once its on the cd ?
#17
Posted 30 March 2004 - 11:28 AM
#18
Posted 30 March 2004 - 11:37 AM
#19
Posted 31 March 2004 - 03:23 PM
I mean the ROOT, i.e., C:\ or D:\ or whatever.
#20
Posted 02 April 2004 - 03:25 AM
Install Inno Setup.
Install Ad-aware.
Install the latest Ad-Aware ref-file. (optional)
Put the script (ad_aware.iss) into your Ad-aware program folder.
Compile the script. (Double click the ad_aware.iss file , then select Build->Compile)
You now have a setup.exe in the output folder.
You can install it with /VERYSILENT
Ad-aware doesn't write anything into the registry so it's quite straight forward.
Attached File(s)
-
ad_aware.iss (2.8K)
Number of downloads: 393
#22
Posted 08 April 2004 - 06:23 PM
And i geting:
Windows XP setup: "Please go the Control Panel to install and configure system components"
.....
What may be the problem?
#23
Posted 08 April 2004 - 07:37 PM
holyone, on Apr 8 2004, 06:23 PM, said:
java not working?
trying to get to the internet?
just some guesses.
#24
Posted 09 April 2004 - 04:09 AM
ZoSTeR, on Apr 2 2004, 08:25 PM, said:
Install Inno Setup.
Install Ad-aware.
Install the latest ref-file.
Put the script into your Ad-aware program folder.
Compile it. (Double click, Build->Compile)
You now have a setup.exe in the output folder.
You can install it with /VERYSILENT
Ad-aware doesn't write anything into the registry so it's quite straight forward.
I have just tried it and finally a proper install without the password box.
Great job in letting us know about this way of installing it.
#25
Posted 09 April 2004 - 05:29 AM
You can go to this link for more information:
http://www.msfn.org/board/index.php?showtopic=17540&st=0
I guess WwTIPPYwW is right. I haven't had such a message before.
#26
Posted 09 April 2004 - 11:11 PM
UPDATE I added the -t1 to the WGET line to make it only retry once- otherwise it never stops trying, and that could be a problem if you don't have Internet working at this point.
NOTE - this is for installing the software from the CD, and not copying it over to the hard drive first. Use what you can out of it...
RunOnceEx.cmd
REG ADD %KEY%\035 /VE /D "Ad-Aware Pro v6 Build 181" /f REG ADD %KEY%\035 /V 1 /D "%CDROM%\Software\AAwP6181\install.bat" /f REG ADD %KEY%\035 /V 2 /D "%CDROM%\Software\AAwP6181\update.bat" /f
install.bat
cls cmdow @ /HID @echo off IF EXIST D:\CD.id set CDROM=D: IF EXIST E:\CD.id set CDROM=E: IF EXIST F:\CD.id set CDROM=F: IF EXIST G:\CD.id set CDROM=G: IF EXIST H:\CD.id set CDROM=H: IF EXIST I:\CD.id set CDROM=I: IF EXIST J:\CD.id set CDROM=J: ECHO. ECHO Installing Ad-Aware Pro v6 Build 181 ECHO Please wait... Copy %CDROM%\Software\AAwP6181\AdAware.exe %systemdrive%\ Copy %CDROM%\Software\AAwP6181\adaware.js %systemdrive%\ sleep 1 CD %systemdrive%\ Start %systemdrive%\adaware.js sleep 9 Copy /y "%CDROM%\Software\AAwP6181\reflist.ref" "%systemdrive%\Program Files\Lavasoft\Ad-aware 6\" Copy /y "%CDROM%\Software\AAwP6181\prefs.ini" "%systemdrive%\Program Files\Lavasoft\Ad-aware 6\" Del %systemdrive%\adaware.js Del %systemdrive%\AdAware.exe exit
update.bat
cmdow @ /HID @echo off ECHO. ECHO Updating Ad-Aware Pro v6 Build 181 ECHO If you cannot get to the Internet this will fail. ECHO Please wait... wget -t1 http://www.lavasoft.de/update/refs/reflist.zip pkunzip -o -e reflist.zip del /F reflist.zip copy /Y reflist.ref "%programfiles%\Lavasoft\Ad-aware 6\reflist.ref" del /F reflist.ref exit
#27
Posted 10 April 2004 - 04:00 AM
WwTIPPYwW showed you his stuff clearly.
If you still have problems after you try WwTIPPYwW's help, you may need to re-read the first post carefully. Perhaps, something is missing from you.
#28
Posted 10 April 2004 - 04:42 AM
#29
Posted 10 April 2004 - 06:28 AM
trev, on Apr 10 2004, 11:42 AM, said:
See http://unattended.msfn.org
#30
Posted 10 April 2004 - 08:59 AM



Help


Back to top








