Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

ad-aware small question

Featured Replies

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:


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.

  • Author

ok thx i'll try yuor first code

for the second if u tell me it's wrong ok & pudhd is a command

thx & i tell uif the new code is ok

bye :rolleyes::)

  • Author

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:

:)

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

try

xcopy "%systemdrive%\Temp\Tools\Ad-aware\lang\*.*" "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang\" /i /v

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

  • Author

thanks [bM]Crusher for your help i'll try the first thing u gave me and after i'll try the second if it doesn't work :rolleyes:

:)

  • 1 month later...

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.