MSFN Forum: ad-aware small question - 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

ad-aware small question Rate Topic: -----

#1 User is offline   mumuuu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 25-May 04

  Posted 27 May 2004 - 04:48 AM

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:


#2 User is offline   ZoSTeR 

  • Member
  • PipPip
  • Group: Members
  • Posts: 227
  • Joined: 04-November 03

Posted 27 May 2004 - 06:22 AM

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.

#3 User is offline   mumuuu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 25-May 04

Posted 27 May 2004 - 06:42 AM

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: :)

#4 User is offline   mumuuu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 25-May 04

Posted 27 May 2004 - 06:46 AM

i try ot with this code

Quote

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:

:)

#5 User is offline   [BM]Crusher 

  • Got milk?
  • PipPipPipPip
  • Group: Members
  • Posts: 570
  • Joined: 05-April 04

Posted 27 May 2004 - 05:46 PM

Quote

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


#6 User is offline   [BM]Crusher 

  • Got milk?
  • PipPipPipPip
  • Group: Members
  • Posts: 570
  • Joined: 05-April 04

Posted 27 May 2004 - 05:48 PM

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

#7 User is offline   mumuuu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 25-May 04

Posted 28 May 2004 - 02:45 AM

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:


:)

#8 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 28 May 2004 - 03:10 AM

The only pitfall of a SFX (self-extracting archive ) is that you can't uninstall ad-aware, unless you'd delete its folder.

Have you tried any of the three methods listed here:

http://www.msfn.org/board/index.php?showtopic=16094&st=0

#9 User is offline   mumuuu 

  • Junior
  • Pip
  • Group: Members
  • Posts: 73
  • Joined: 25-May 04

Posted 01 June 2004 - 01:34 AM

thx i'll try this :) i didn't see this post

:rolleyes:

#10 User is offline   mazin 

  • MSFN Addict
  • Group: Supreme Sponsor
  • Posts: 1,952
  • Joined: 12-January 04

Posted 07 July 2004 - 04:14 PM

A solution for the default language is now here:

http://www.msfn.org/board/index.php?showto...ndpost&p=149608

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