mumuuu Posted May 27, 2004 Posted May 27, 2004 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 offECHO.ECHO Ad-Aware 6aaw6.exe /spuchd "%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 offECHO.ECHO Ad-Aware 6xcopy %systemdrive%\Temp\Tools\Ad-aware\lang\ %ProgramFiles%\Lavasoft\Ad-aware 6\Langthx
ZoSTeR Posted May 27, 2004 Posted May 27, 2004 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.iniIs puchd a command or batch file?The three rows under that won't do anythingYou'll also need to copy a modified prefs.ini to switch to french.
mumuuu Posted May 27, 2004 Author Posted May 27, 2004 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
mumuuu Posted May 27, 2004 Author Posted May 27, 2004 i try ot with this code CLS@echo offECHO.ECHO Ad-Aware 6aaw6.exe /sxcopy %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
[BM]Crusher Posted May 27, 2004 Posted May 27, 2004 xcopy %systemdrive%\Temp\Tools\Ad-aware\lang "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang"tryxcopy "%systemdrive%\Temp\Tools\Ad-aware\lang\*.*" "%ProgramFiles%\Lavasoft\Ad-aware 6\Lang\" /i /v
[BM]Crusher Posted May 27, 2004 Posted May 27, 2004 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
mumuuu Posted May 28, 2004 Author Posted May 28, 2004 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
mazin Posted May 28, 2004 Posted May 28, 2004 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
mazin Posted July 7, 2004 Posted July 7, 2004 A solution for the default language is now here:http://www.msfn.org/board/index.php?showto...ndpost&p=149608
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now