Jump to content

Adware SE Pro 1.03 silent install switch


Astalavista

Recommended Posts


The second topic listed does show how to silent install Ad-Aware Se Pro 1.03. Anyway here you go:

aawsepro.exe /S

taskkill /F /IM Ad-Aware.exe

taskkill /F /IM hh.exe

If you really want the retail silently installed I made an installer for it using inno setup. PM me if you want it.

Link to comment
Share on other sites

Astalavista, this is about the 3rd time in a row that you have posted in this unattended main forum for applications. Once again, this is NOT the place to post for applications. Just because your too immature to look for it yourself, doesnt mean you should post in a more popular forum, I will be reporting anymore posts you make about applications.

Link to comment
Share on other sites

batteangel3222

huh???

what are u talking about we are in the application switches forum.

for your info, i use the search function a lot.

i will be the one reporting you.

your message has been forwarded to the adminstrator and moderator.

snip... snip... thanks to the administrators and moderators...

Edited by Astalavista
Link to comment
Share on other sites

LOL this is a easy one...

just load the program up...

save the folders and the start menu and it has one register key

also grab the uninstall key

just use a vbs file to put it back...

Ad-aware.vbs

On Error Resume Next 
'Declare var's and objects
Dim WshS, fso, sysr, sysd, home, aup, cpf, pf, up, XPCD

Set WshS = WScript.CreateObject("WScript.Shell")
Set fso = CreateObject("Scripting.FileSystemObject")

'Expand Environment
'Create const's to spare time and place
sysr = WshS.ExpandEnvironmentStrings("%SystemRoot%")
sysd = WshS.ExpandEnvironmentStrings("%Systemdrive%")
home = WshS.ExpandEnvironmentStrings("%Homepath%")
aup = WshS.ExpandEnvironmentStrings("%AllUsersProfile%")
cpf = WshS.ExpandEnvironmentStrings("%CommonProgramfiles%")
pf = WshS.ExpandEnvironmentStrings("%Programfiles%")
up = WshS.ExpandEnvironmentStrings("%UserProfile%")
XPCD = WshS.ExpandEnvironmentStrings("%XPCD%")

fso.CopyFolder XPCD & "\Ad-aware\Lavasoft Ad-aware SE Professional", aup & "\Start Menu\Programs\Lavasoft Ad-aware SE Professional" , true
fso.CopyFolder XPCD & "\Ad-aware\Lavasoft", pf & "\Lavasoft" , true

Ad-aware.cmd

cmdow @ /HID
@echo off
Cls
TITLE Setup Lavasoft Ad-aware SE Professional

ECHO.
ECHO SetUp Lavasoft Ad-aware SE Professional

%XPCD%\Ad-aware\Ad-aware.vbs
REGEDIT /S %XPCD%\Ad-aware\Ad-aware.reg
REGEDIT /S %XPCD%\Ad-aware\Ad-awareun.reg

EXIT

grab these two keys for the register...

Ad-awareun.reg and Ad-aware.reg

[HKEY_CURRENT_USER\Software\Lavasoft\Ad-Aware SE\AdWatch]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Ad-Aware SE Professional]

Mac!

Link to comment
Share on other sites

@battleangel3222

7.b This community is built upon mutual respect. You are not allowed to flame other members. People who do not respect personal opinions and/or personal work will be warned in first instance. If you ignore the warning and keep on flaming, you will be banned without notice.

Please behave with mutual respect. This thread is in the Applications Switches Forum and not the Unattend FOrum. If this were in the Unattend forum, there is no need to make a post such as yours. You could remind him it's the wrong forum, and then point him in the right direction. Sometimes accidentally post in the wrong forum simply because they have many windows open and they loose track. When the realize it, they let a mod know, and we will gladly move it.

Link to comment
Share on other sites

LOL You will find sometimes there is more than one way to skin a cat... :w00t:

Some times it is as easy for me to copy files than make a installer...

LOL If you had a look at my installations list it seems that each one has a different way..

The basics are the same so I just copy by adshield install folder when I start a new one then rename stuff PLus add and delete as needed.. Copy and paste and rename from other folders to..

I was trying to do away with the popup windows when it installed all together//

when I saw that it only made a few keys I said cool....

I also had a look at the forum at lavasoft and the same questions was posted over there too and the only switch is /s with the popup for us plain folk... And inorder to do away with them you have to contact support corp to get a MSI file so you can mod it.. BIG BUCKS corp only...

Mac!

Link to comment
Share on other sites

RunOnceEx.cmd

REG ADD %KEY%\005 /VE /D "Ad Aware SE Pro 1.0.3" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\AdAwarePro\aawsepro.exe /S" /f
REG ADD %KEY%\005 /V 2 /D "taskkill /IM Ad-Aware.exe" /F
REG ADD %KEY%\005 /V 3 /D "taskkill /IM hh.exe" /F

This works for me and i use Windows XP PRO with SP2

M@rcel :w00t:

Link to comment
Share on other sites

  • 3 weeks later...

It works but there is a problem. I use RunOnceEx.cmd method to install the ad-aware v1.04. After I switch/create a new user. All the shortcut on desktop and program folder shortcut on start-> programs disappear...... Anyone know how to fix ity?

Link to comment
Share on other sites

Maybe its just me but i cant get ad-aware se pro 1.05 to install silently. I'm using:

REG ADD %KEY%\310 /VE /D "Ad-Aware SE Professional - Anti Spyware Software" /f

REG ADD %KEY%\310 /V 2 /D "%cdrom%\$oem$\Apps\adaware\aawsepro.exe /s" /f

All that happens is the installer starts but it does an attended install. I've tried a capital s and a small s to no avail.

Anyone any ideas??

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