MSFN Forum: Ad aware SE 1.05 - 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
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Ad aware SE 1.05 problem Rate Topic: -----

#1 User is offline   say187 

  • Group: Members
  • Posts: 1
  • Joined: 02-April 05

Posted 01 May 2005 - 08:18 AM

hi people, i have stumbled upon a problem when installing ad-aware SE professioal 1.05. i have used:
adawarepro /s for the switch and it installs fine but once it has finished it loads up and tries to scan :wacko: and i dont know how to stop it.

any help will be much appriciated

Thanks
Shailesh


#2 User is offline   Astalavista 

  • MSFN loyalist
  • PipPipPipPipPipPipPipPipPip
  • Group: Banned
  • Posts: 3,338
  • Joined: 02-December 03

Posted 01 May 2005 - 08:54 AM

this is your first post..

so i will give u a advice

pls use the search feature and type out the name of your program

99% of all the popular applications has been discussed and there is a guide
for most as well.

use the search it is your best friend

i personally also use adaware se pro 1.05

look for the guide.

#3 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 02 May 2005 - 03:50 PM

REG ADD %KEY%\001 /VE /D "Ad-Aware Pro SE V105" /f
REG ADD %KEY%\001 /V 1 /D "%SystemDrive%\Install\Apps\AdAware\aawsepro.exe /S" /f
REG ADD %KEY%\001 /V 2 /D "taskkill /IM Adaware.exe /F" /f
REG ADD %KEY%\001 /V 3 /D "taskkill /IM hh.exe /F" /f
REG ADD %KEY%\001 /V 4 /D "taskkill /IM Ad-Aware.exe /F" /f

This is what I use in my RunOnceEx.cmd for this app. But as you dont say which method you're using - batch.cmd or RunOnceEx.cmd - this may have to be adapted to suit, inc path, folder name, file name etc. Ask if you need help or PM me.

You can also download all the 7 addons (plugins) from here http://www.lavasoftu...oftware/addons/ and use the code below to silently install them. :thumbup

REG ADD %KEY%\002 /VE /D "Installing 7 Ad-Aware Plugins" /f
REG ADD %KEY%\002 /V 1 /D "%SystemDrive%\Install\Apps\AdAware\plfilespecs.exe /S" /f
REG ADD %KEY%\002 /V 2 /D "%SystemDrive%\Install\Apps\AdAware\pllspexplorer.exe /S" /f
REG ADD %KEY%\002 /V 3 /D "%SystemDrive%\Install\Apps\AdAware\ploemessenger.exe /S" /f
REG ADD %KEY%\002 /V 4 /D "%SystemDrive%\Install\Apps\AdAware\plvx2cleaner.exe /S" /f
REG ADD %KEY%\002 /V 5 /D "%SystemDrive%\Install\Apps\AdAware\plhexdump.exe /S" /f
REG ADD %KEY%\002 /V 6 /D "%SystemDrive%\Install\Apps\AdAware\plmessengerstop.exe /S" /f
REG ADD %KEY%\002 /V 7 /D "%SystemDrive%\Install\Apps\AdAware\pltweakse.exe /S" /f


P.S. It really annoys me when someone takes the time to reply to a post and then just tells the poster to "use the search button". It really doesnt hurt to help a newbie out. In fact it takes more effort to be negative! Lighten up. This is supposed to be a friendly forum.

#4 User is offline   Brando569 

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

  Posted 29 May 2005 - 04:19 AM

i know im dragging up an old topic but i just wanted to include the batch version for this incase n00bs and/or other people dont feel like or know how to convert it....

echo Ad-Aware SE Pro v1.05
start /wait %systemdrive%\Install\Apps\ad-aware\aawsepro.exe /s
kill /z hh.exe
sleep 1
kill /z Ad-Aware.exe


and yes im using something else to kill my apps, it was compiled by Dman, and is completely silent, no output at all! Silent Killer compiled by Dman

#5 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 29 May 2005 - 06:51 AM

Can a admin change the topic title to something like "ad-aware SE professioal 1.05" as its a bit misleading and theres plenty of topics already - even tho they cover the same topics.

Regards,
N.

#6 User is offline   Brando569 

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

Posted 30 May 2005 - 01:05 AM

im sure SE and SE pro will install the same way..

#7 User is offline   --=ddSHADOW=-- 

  • --=ddSHADOW=--
  • PipPip
  • Group: Members
  • Posts: 209
  • Joined: 08-August 04

Posted 30 May 2005 - 03:15 AM

just use autoit script its simple way :D

#8 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 30 May 2005 - 07:08 AM

Quote

im sure SE and SE pro will install the same way..


Don't use the Pro version so can't say for sure, but from what I've seen on here - it does the same thing at the end when silently installed. The non-pro version is best solved by repacking (or by using my repacked version found *here*) but as i dont have the pro version, i cant say for sure - but i'm sure its the same for the pro version.

Regards,
N.

#9 User is offline   DLF 

  • Member
  • PipPip
  • Group: Members
  • Posts: 206
  • Joined: 02-November 04

Posted 30 May 2005 - 07:26 AM

Why the hell would anyone want to write an autoit script, repack or godknows what else for an application that already supports silently installing by the software suppliers themselves?
You guys must have a lot of spare time on your hands, for sure! :no:
How hard is /S :whistle:

#10 User is offline   Tokyudo 

  • Newbie
  • Group: Members
  • Posts: 26
  • Joined: 03-August 04

Posted 30 May 2005 - 05:23 PM

Not to get off the subject, but did anyone notice that Astalavista has been banned?

#11 User is offline   tarquel 

  • The Well-wisher
  • PipPipPipPipPip
  • Group: Members
  • Posts: 838
  • Joined: 03-March 04

Posted 31 May 2005 - 07:51 AM

Quote

Why the hell would anyone want to write an autoit script, repack or godknows what else for an application that already supports silently installing by the software suppliers themselves?
You guys must have a lot of spare time on your hands, for sure! 
How hard is /S


hehe because simply putting /S is not good enough (no offense but haven't you read the previous posts?).

killing the tasks it doesnt post-install can be irritating when the solution you have doesn't allow for the correct time afterwards, work everytime, etc.

Repacking took me all of 10 mins. This one was a doddle - thankfully.

Less to go wrong with a decent repack :)

Regards,
Nath.

#12 User is offline   DonDamm 

  • Member
  • PipPip
  • Group: Members
  • Posts: 284
  • Joined: 24-May 05

Posted 20 June 2005 - 09:08 AM

I've just tested both Personal and Pro v1.06 with just the /s switch and there was no need for taskill as it didn't open after install! Maybe they fixed it in 1.06. Anyway, the only thing that shows is an icon in the system tray during the install.d No need to repack now!! :o)

#13 User is offline   Nilfred 

  • Member
  • PipPip
  • Group: Members
  • Posts: 210
  • Joined: 18-September 04

Posted 20 June 2005 - 12:45 PM

I did unpack
aawsepro /x .\

Then Inno Repack with this .iss
[Setup]
AppName=Ad-Aware SE Professional
AppVerName=Ad-Aware SE v1.06r1
DefaultDirName={pf}\Lavasoft\Ad-Aware SE Professional
OutputBaseFilename=aawsepro
Compression=lzma
InternalCompressLevel=ultra
SolidCompression=true
OutputDir=.\
RestartIfNeededByRun=false
DefaultGroupName=Seguridad\Lavasoft Ad-Aware SE Professional
SetupIconFile={app}\icon.ico
WizardImageFile={app}\side.bmp
WizardSmallImageFile=compiler:WizModernSmallImage-IS.bmp
ShowLanguageDialog=no
VersionInfoDescription=Ad-Aware SE Professional
VersionInfoVersion=1.0.6.0
VersionInfoTextVersion=1.06r1
AppPublisher=Lavasoft
AppCopyright=Lavasoft AB
AppComments=

[Languages]
;Name: en; MessagesFile: "compiler:Default.isl"
Name: es; MessagesFile: "compiler:Languages\Spanish.isl"

[Messages]
;en.BeveledLabel=Lavasoft Installation Wizard
es.BeveledLabel=Asistente de instalación Lavasoft

[Files]
Source: {app}\side.bmp; DestDir: {app}
Source: {app}\icon.ico; DestDir: {app}
Source: {app}\Ad-Aware.exe; DestDir: {app}
Source: {app}\Ad-Watch.exe; DestDir: {app}
Source: {app}\alert.wav; DestDir: {app}
Source: {app}\defs.ref; DestDir: {app}
Source: {app}\license.txt; DestDir: {app}
Source: {app}\manual.chm; DestDir: {app}
Source: {app}\sites.txt; DestDir: {app}
Source: {app}\default.awl; DestDir: {app}\Lang
Source: {app}\spanish.awl; DestDir: {app}\Lang
Source: {app}\basefile; DestDir: {app}\Plugins
Source: {app}\filespecs.chm; DestDir: {app}\Plugins
Source: {app}\filespecs.dll; DestDir: {app}\Plugins
Source: {app}\hexdump.chm; DestDir: {app}\Plugins
Source: {app}\hexdump.dll; DestDir: {app}\Plugins
Source: {app}\langed.dll; DestDir: {app}\Plugins
Source: {app}\lspexplorer.chm; DestDir: {app}\Plugins
Source: {app}\lspexplorer.dll; DestDir: {app}\Plugins
Source: {app}\messengerstop.chm; DestDir: {app}\Plugins
Source: {app}\messengerstop.dll; DestDir: {app}\Plugins
Source: {app}\oemessenger.chm; DestDir: {app}\Plugins
Source: {app}\oemessenger.dll; DestDir: {app}\Plugins
Source: {app}\tweakse.dll; DestDir: {app}\Plugins
Source: {app}\vx2cleaner.chm; DestDir: {app}\Plugins
Source: {app}\vx2cleaner.dll; DestDir: {app}\Plugins
Source: {app}\vx2cleaner.dlx; DestDir: {app}\Plugins
Source: {app}\Ad-Aware SE default.ask; DestDir: {app}\Skins
Source: {app}\Greyscale.ask; DestDir: {app}\Skins
Source: {app}\Medium Blue.ask; DestDir: {app}\Skins
Source: {app}\Yellow Sky.ask; DestDir: {app}\Skins
Source: {app}\description.ini; DestDir: {userappdata}\Lavasoft\Ad-Aware; Flags: overwritereadonly
Source: {app}\settings.awc; DestDir: {userappdata}\Lavasoft\Ad-Aware; Flags: overwritereadonly

[Icons]
Name: {group}\Ad-Aware; Filename: {app}\Ad-Aware.exe
Name: {group}\Ad-Watch; Filename: {app}\Ad-Watch.exe
Name: {group}\Uninstall; Filename: {uninstallexe}


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

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



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