Jump to content

Recommended Posts

Posted (edited)

agent-x

i just tried your .msi and it looked like the regular installer. still had to hit next and all. but did not have the help and autoscan come up.

and i noticed its not pro. still the private edition. wich doesnt matter but was wondering if it will be silent during install. i only tested with running windows.

EDIT:

sorry forgot about the /qn

err one of them days..

Edited by iN2Fun

Posted
i just have it set up in a batch that runs on the first boot.

its version 1.02

You should make sure to change to 1.03. Apparently there was an important security hole fixed with version 1.03. At least that's the case with the Personal version.

Posted
start /wait t:\aawsepersonal.exe /S

taskkill /IM Adaware.exe /F

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

ECHO.

ECHO Installing Ad-Aware SE Professional

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /s

taskkill /IM hh.exe /F

taskkill /IM Ad-Aware.exe /F

Should the 'taskkill /IM Ad-Aware.exe /F' be listed twice as 'hdavid' has it? It seems that 'ugzkmk' got it working with it mentioned just once.

I personally used the following

ECHO.
ECHO Installing Ad-Aware SE Professional
ECHO Please wait...
start /wait %systemdrive%\install\Applications\AdAware\aawsepro.exe /s
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F
taskkill /IM Ad-Aware.exe /F

and although everything seemed to work fine, the following messages displayed during the install:

"Error: taskkill /IM Ad-Aware.exe /F Process Ad-Aware.exe not found

Success: taskkill /IM hh.exe /F

Success: taskkill /IM Ad-Aware.exe"

Also for some reason there were only shortcuts on the desktop for Ad-Aware Professional & Ad-Watch Professional but there was no program group in the Start Menu as you would have normally. Any ideas, why?

Posted
they have included commandline options for pro version of it..

IMO cheap tactic to get u 2 buy it :(

Where can i find the Commanlines for the pro version as i have it

Thanx

  • 2 weeks later...
Posted

The installer tries to check previous versions and whatever disk there is Ad-aware installed on (doesn't matter if it is NOT %programfiles%) he puts it there again (The unattended run of it suggests to remove it)

Any workaround?

Posted
Hmmm, with version 1.04, the Start menu shortcuts are now created under "All Users", not just the user that installed it. Me like!  :thumbup

Well it isn't the case at me :blink:

I've d/lded 1.04 from lavasoft, and updated my setup.cmd with the following lines:

ECHO.
ECHO Installing Ad-Aware SE Personal 1.04
ECHO Please wait...
start /wait %systemdrive%\install\Apps\AdAware\aawsepers104.exe /s
taskkill /IM Ad-Aware.exe /F
taskkill /IM hh.exe /F

Ad-Aware installs for the Administrator, but NOT for anyone else - All Users Star Menu&desktop have no Ad-Aware shortcuts :unsure:

Frankly, it isn't such a problem, because it is not intended to be used by "user vulgaris", but if Release Notes say that this "bug" is fixed, I'd like to see that in the real situation too :D

Posted

This is my code...copies the definition file:

ECHO.

ECHO Installing Lavasoft Ad-Aware SE

ECHO Please wait...

start /wait %systemdrive%\install\Applications\AdAware\aawse.exe /s

taskkill /IM Ad-Aware.exe /F

taskkill /IM hh.exe /F

ECHO Copying latest Definition File (09/6/04)

Copy /y "%systemdrive%\install\Applications\AdAware\defs.ref" "%systemdrive%\Program Files\Lavasoft\Ad-Aware SE Personal"

Posted

Won't stop till it's dead:

.\Programs\AAWSE104.EXE /s

:KILL1
taskkill /IM ad-aware.exe
IF ERRORLEVEL 128 GOTO KILL1

:KILL2
taskkill /IM hh.exe
IF ERRORLEVEL 128 GOTO KILL2

Still doesn't let the update continue though.

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...