Jump to content

Ad-Aware SE Personal 1.01


kornychaos

Recommended Posts

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
Link to comment
Share on other sites


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?

Link to comment
Share on other sites

  • 2 weeks later...

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

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"

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