Jump to content

Ad aware SE 1.05


say187

Recommended Posts

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

Link to comment
Share on other sites


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.

Link to comment
Share on other sites

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.lavasoftusa.com/software/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.

Link to comment
Share on other sites

  • 4 weeks later...

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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:

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 3 weeks later...

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)

Link to comment
Share on other sites

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}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...