MSFN Forum: Ad-Aware Pro v6 Build 181 silent - 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
  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

Ad-Aware Pro v6 Build 181 silent A complete trouble-free method Rate Topic: -----

#20 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 02 April 2004 - 03:25 AM

Here's a script for creating a setup with Inno Setup.

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)




#21 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 02 April 2004 - 03:36 PM

I'm going to check it soon.

#22 User is offline   holyone 

  • Newbie
  • Group: Members
  • Posts: 20
  • Joined: 02-April 04

Posted 08 April 2004 - 06:23 PM

When i try to install the Ad-Aware with the instructions of mazin...
And i geting:
Windows XP setup: "Please go the Control Panel to install and configure system components"
.....
What may be the problem?

#23 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 08 April 2004 - 07:37 PM

holyone, on Apr 8 2004, 06:23 PM, said:

"Please go the Control Panel to install and configure system components"

java not working?

trying to get to the internet?

just some guesses.

#24 User is offline   dare2001 

  • Bring Back The 80's
  • Group: Members
  • Posts: 43
  • Joined: 18-August 03

Posted 09 April 2004 - 04:09 AM

ZoSTeR, on Apr 2 2004, 08:25 PM, said:

Here's a script for creating a setup with Inno Setup.

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 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 09 April 2004 - 05:29 AM

Yes, it's a great job made by ZoSteR.

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 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 09 April 2004 - 11:11 PM

Here is mine - it works perfectly. I got a lot of help with this from users in this forum/thread. So when I say "mine" - I mean what I use, not what I made.

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 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 10 April 2004 - 04:00 AM

holyone

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 User is offline   trev 

  • Junior
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 03-April 04

Posted 10 April 2004 - 04:42 AM

I'm new at this unattended windows. So what is it about?

#29 User is offline   Aaron 

  • The MSFN Banana
  • Group: Patrons
  • Posts: 5,767
  • Joined: 17-August 01

Posted 10 April 2004 - 06:28 AM

trev, on Apr 10 2004, 11:42 AM, said:

I'm new at this unattended windows.  So what is it about?

See http://unattended.msfn.org

#30 User is offline   trev 

  • Junior
  • Pip
  • Group: Members
  • Posts: 98
  • Joined: 03-April 04

Posted 10 April 2004 - 08:59 AM

This is interesting! Is it kinda illegal though in a way?

#31 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 10 April 2004 - 09:50 AM

trev, on Apr 10 2004, 08:59 AM, said:

This is interesting!  Is it kinda illegal though in a way?

illegal - not if you own everything.

If you bought the software, it is just automatically/silently installing it.

If you are using illegally obtained software in the cd- then its bad.

#32 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 11 April 2004 - 03:53 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.

Search through this thread for the complete post.

#33 User is offline   1chaoticadult 

  • A Part of a Dying Breed...
  • PipPipPipPip
  • Group: Members
  • Posts: 669
  • Joined: 31-August 03

Posted 24 April 2004 - 12:34 PM

ZoSTeR that script worked greated!!! thanks for your help.

#34 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

  Posted 07 May 2004 - 12:04 PM

i have a slight (and wierd) problem with wget, when i execute it directly from the command line it works great, when i execute it from my start.bat batchfile it works and the download completes successfully but the file and log (yes i specified it to create a log) are nowhere to be found! whats even more odd is when i put the args for it to d/l the ref file in a batch file by itself it goes into an infinite loop for some odd reason. any suggestions on what might be causing this? ive tried downloading alternate versions but theres no configure.bat like it says there supposed to be so i cant compile it, ive also tryed to download the one called something like wget.1.9.s.complete and extracted it since it was already compiled and placed wget.exe and the 2 dll's in my c:\windows directory and it still does the same thing..... any suggestions on this? and BTW thanks alot and grate job to the ppl who made these scripts their wonderful! :) one more thing the version of sleep that is linked at the top for some reason didnt work for me cmd kept saying "unable to execute program" or something along those lines, this is where i found the one that worked for me http://www.computerhope.com/dutil.htm

*edit* one other thing i forgot when the batch file has executed all of the commands about 5 to 10 seconds later that javascript retypes my AdAware password and hits enter. is there anyway to stop this?

#35 User is offline   WwTIPPYwW 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 330
  • Joined: 15-February 04

Posted 07 May 2004 - 02:08 PM

put your batch file in here for reference.....

#36 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 07 May 2004 - 04:45 PM

Ad-Aware - MSI solution

The attached package (27 kb) should solve your problems, I hope. No need for JS. No need for sleep.exe. No Password Screen. You need only this line in your batch file:

start /wait %systemdrive%\Install\AdAware6\AdAware6.msi

Use the following switch to extract "Ad-aware.6.Pro.Built.181.exe":

C:\aaware\Ad-aware.6.Pro.Built.181.exe /x c:\aaware

It will ask for password. Yes! Type your pasword, then go to c:\aaware\ You should find these files over there. Put each file in the proper place inside the package as denoted between brackets. The last two files won't be put in your package, so delete them.

01- aawhelper.dll --> Program Files\Lavasoft\Ad-aware 6\
02- Ad-aware.exe --> Program Files\Lavasoft\Ad-aware 6\
03- Ad-watch.exe --> Program Files\Lavasoft\Ad-aware 6\
04- alert.wav --> Program Files\Lavasoft\Ad-aware 6\
05- default.det --> Program Files\Lavasoft\Ad-aware 6\
06- description.ini --> Program Files\Lavasoft\Ad-aware 6\
07- Deutsch.bmp --> Program Files\Lavasoft\Ad-aware 6\Lang\
08- Deutsch.det --> Program Files\Lavasoft\Ad-aware 6\Lang\
09- Deutsch.ini --> Program Files\Lavasoft\Ad-aware 6\Lang\
10- English.bmp --> Program Files\Lavasoft\Ad-aware 6\Lang\
11- English.det --> Program Files\Lavasoft\Ad-aware 6\Lang\
12- English.ini --> Program Files\Lavasoft\Ad-aware 6\Lang\
13- fhexdump.dll --> Program Files\Lavasoft\Ad-aware 6\Plugins\
14- filespecs.dll --> Program Files\Lavasoft\Ad-aware 6\Plugins\
15- manual.chm --> Program Files\Lavasoft\Ad-aware 6\
16- plugdest.mp --> Program Files\Lavasoft\Ad-aware 6\Plugins\
17- reflist.ref --> Program Files\Lavasoft\Ad-aware 6\
18- sites.txt --> Program Files\Lavasoft\Ad-aware 6\
* unregaaw.exe --> Don't put this file
* UnWise.exe --> Don't put this file

If you haven't got file number 16 (plugdest.mp) extracted, then create an empty text file and name it "plugdest.mp", and add it to your MSI.

Put your "prefs.ini" in (Program Files\Lavasoft\Ad-aware 6\). Clean your prefs.ini before adding it to the package, or download mine from Page 1.

If you have a recent "reflist.ref", then replace the extracted one.

You can uninstall the program from Control Panel as usual.
________________________________________
This is the power of WinINSTALL LE, the free program.
WinINSTALL LE home.
WinINSTALL LE on MSFN.

Attached File(s)


This post has been edited by mazin: 18 June 2004 - 05:54 PM


#37 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

  Posted 08 May 2004 - 11:35 AM

nice! but a lil too late for me i completed it successfully in about two hours (about an hour was finding a cmd line utility to extract zip files :) ) well heres my batch file if you guys want it and yea i still need help with it the script sending my password for adaware (it sends it 2x )

ECHO Installing Ad-Aware Pro v6 Build 181
Copy %systemdrive%\install\Applications\AdAware6Pro\sleep.exe %systemroot%\
Copy %systemdrive%\install\Applications\AdAware6Pro\AdAware.exe %systemdrive%\
Copy %systemdrive%\install\Applications\AdAware6Pro\AdAware.js %systemdrive%\
sleep 1
CD %systemdrive%\
Start %systemdrive%\AdAware.js
sleep 10
ECHO Getting an updated reference file.....
wget -t2 --output-file=%systemdrive%\wget.log http://www.lavasoft....efs/reflist.zip
sleep 5
unzip reflist.zip
sleep 1
copy /Y reflist.ref "%programfiles%\Lavasoft\Ad-aware 6\reflist.ref"
Copy "%systemdrive%\install\Applications\AdAware6Pro\prefs.ini" "%systemdrive%\Program Files\Lavasoft\Ad-aware 6\"
ECHO Installing Plug-Ins...
copy %systemdrive%\install\Applications\AdAware6Pro\fhexdump.dll "%programfiles%\Lavasoft\Ad-aware 6\plugins"
copy %systemdrive%\install\Applications\AdAware6Pro\lspexpl.dll "%programfiles%\Lavasoft\Ad-aware 6\plugins"
copy %systemdrive%\install\Applications\AdAware6Pro\filespecs.dll "%programfiles%\Lavasoft\Ad-aware 6\plugins"
ECHO Deleting copied files...
Del %systemdrive%\AdAware.js
Del %systemdrive%\AdAware.exe
Del %systemdrive%\reflist.ref
Del %systemdrive%\reflist.zip
ECHO Done!
ECHO.

#38 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 08 May 2004 - 01:09 PM

Good work, Brando569.

By the way, there are two other methods. One on page 2, provided by ZoSTeR, and one on this page.

So, users who complain about the JS file can switch to another method.

#39 User is offline   Brando569 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 408
  • Joined: 28-April 04

  Posted 08 May 2004 - 01:12 PM

mazin, on May 8 2004, 02:09 PM, said:

Good work, Brando569.

By the way, there are two other methods. One on page 2, provided by ZoSTeR, and one on this page.

So, users who complain about the JS file can switch to another method.

thanks mazin :) it took me a lil while to complete it even though its pretty much the same thing as yours I just added a few things (installing the plugins i found out theres no need for the setup files for it considering all it does is extract the DLLs and place them in the plugin directory and the thing that i like the most (besides the JS idea) is the autoupdate of the ref file each time you install windows) :rolleyes: I decided to post this incase any1 needed help

Share this topic:


  • 3 Pages +
  • 1
  • 2
  • 3
  • You cannot start a new topic
  • You cannot reply to this topic

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



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