MSFN Forum: adaware se personal 1.06 script file? - 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

adaware se personal 1.06 script file? for more automatic custom installation Rate Topic: -----

#1 User is offline   Venevus 

  • Group: Members
  • Posts: 6
  • Joined: 13-November 05

Posted 20 November 2005 - 02:53 PM

I need to know if there's a way to use the INSTALL.LOG file to make a script for adaware. the reason i ask is because i know how to "install" ad aware silently and into a custom directory (using the /s and /x switches) but the /x switch merely unpackages adaware into the directory i want, but i also need it to make shortcuts and the program group.

to get around this i tried a batch script which copies those over...

@echo off

echo this will copy ad aware's links to the program group
echo and the desktop
echo.

copy "%systemdrive%\Install\AdAwareSE\Ad-Aware SE Personal.lnk" "%systemdrive%\Documents and Settings\All Users\Desktop\Ad-Aware SE Personal.lnk" /Y
xcopy "%systemdrive%\Install\AdAwareSE\Lavasoft Ad-Aware SE Personal"  "%systemdrive%\Documents and Settings\All Users\Start Menu\Programs\Lavasoft Ad-Aware SE Personal" /E /C /I /Q /G /H /y
copy "%systemdrive%\Install\AdAwareSE\INSTALL.LOG" "%systemdrive%\INSTALL.LOG" /Y
copy "%systemdrive%\Install\AdAwareSE\INSTALL.LOG" "%systemdrive%\utilities\Lavasoft\Ad-Aware SE Personal\INSTALL.LOG" /Y


and simply linked that to my RUNONCEex.cmd file

i tested it out on my own computer and it worked just fine, but when i went to test in on a fresh install, it would copy those to the all users folder, but not show up for the current user or any of the others users desktops and program file groups :wacko:

i'm probably doing something wrong here but i'd just like it to be a clean install without too much mess like this


#2 User is offline   MHz 

  • SendToA3X v1.7
  • PipPipPipPipPipPipPip
  • Group: Members
  • Posts: 1,634
  • Joined: 02-August 04

Posted 21 November 2005 - 07:02 AM

An installer just extracts Adaware to the HDD. No runtime, no registry entries...
All Users should show for all users.
Try this
@echo off

echo this will copy ad aware's links to the program group
echo and the desktop
echo.

copy /y "%systemdrive%\Install\AdAwareSE\Ad-Aware SE Personal.lnk" "%AllUsersProfile%\Desktop\Ad-Aware SE Personal.lnk"
xcopy "%systemdrive%\Install\AdAwareSE\Lavasoft Ad-Aware SE Personal"  "%AllUsersProfile%\Start Menu\Programs\Lavasoft Ad-Aware SE Personal" /E /C /I /Q /G /H /y
copy /y "%systemdrive%\Install\AdAwareSE\INSTALL.LOG" "%systemdrive%\INSTALL.LOG"
copy /y "%systemdrive%\Install\AdAwareSE\INSTALL.LOG" "%systemdrive%\utilities\Lavasoft\Ad-Aware SE Personal\INSTALL.LOG"


#3 User is offline   Venevus 

  • Group: Members
  • Posts: 6
  • Joined: 13-November 05

Posted 21 November 2005 - 06:32 PM

hey thanks! i tested that out and it works perfect, to think all i needed was a change in syntax :thumbup

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