Jump to content

ad-aware small question


mumuuu

Recommended Posts

hi :)

ok i maded my script to make an unattend install (not really hard, i know..... thx MSFN) but it's getting a little bite harder when i try to make a command to auto copy in the LANG folder the 3 files than i need to have it in french ...... so if someone can find a mistake in those 2 command pleaz tell me

**********

first one = unattend install + copy of the 3 files to put it in french :

CLS

@echo off

ECHO.

ECHO Ad-Aware 6

aaw6.exe /s

puchd "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"

%systemdrive%\Temp\Tools\Ad-aware\Francais.bmp

%systemdrive%\Temp\Tools\Ad-aware\Francais.det

%systemdrive%\Temp\Tools\Ad-aware\Francais.ini

************

second one = i just put in another method to copy the 3 LANG files

CLS

@echo off

ECHO.

ECHO Ad-Aware 6

xcopy %systemdrive%\Temp\Tools\Ad-aware\lang\ %ProgramFiles%\Lavasoft\Ad-aware 6\Lang

thx :D:rolleyes:

Link to comment
Share on other sites


Try it without the backslash behind lang and with quotes around the second path

xcopy %systemdrive%\Temp\Tools\Ad-aware\lang "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"

And what's this supposed to do?

puchd "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"
%systemdrive%\Temp\Tools\Ad-aware\Francais.bmp
%systemdrive%\Temp\Tools\Ad-aware\Francais.det
%systemdrive%\Temp\Tools\Ad-aware\Francais.ini

Is puchd a command or batch file?

The three rows under that won't do anything

You'll also need to copy a modified prefs.ini to switch to french.

Link to comment
Share on other sites

i try ot with this code

CLS

@echo off

ECHO.

ECHO Ad-Aware 6

aaw6.exe /s

xcopy %systemdrive%\Temp\Tools\Ad-aware\lang "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"

but still don't copy my french lang folder in the c:\\pro..files\lavasoft\lang\

it still in english :rolleyes:

:)

Link to comment
Share on other sites

anyway, ad-aware doesn't even need to be installed... i learnt that from winPE usage of it straight off a CD...

you could create a self-extracting archive of your pre-configured ad-aware folder...

just make the self extractor extract to %programfiles% and inside the archive is the Lavasoft folder...

then you will have to copy a shortcut to the start menu or desktop and that is about it

Link to comment
Share on other sites

  • 1 month later...

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