Jump to content

need help please


Recommended Posts

i wanna know if my silent install is ok... it's from the start.cmd in $oem$ folder

color 3
echo ..:: Installation de Winamp ::..
echo Please wait...
start /wait %SystemRoot%\DLX\apps\winamp508c_full.exe /S /Install=DSRFQA
echo.
taskkill.exe /F /IM winamp.exe
echo.
cls
color 3
echo ..:: Installation de Nero 6.6.0.6 ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\nero6606.exe /SILENT /NOREBOOT /no_ui /SN=* /WRITE_SN
cls
color 3
echo ..:: Installation de Bulletproof Ftp Server 2.2.1 ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\ftpbullerserver221.exe /VERYSILENT /SP-
xcopy %SystemRoot%\DLX\apps\G6FTPSrv.exe c:\progra~1\BPFTPS~1\
cls
color 3
echo ..:: Installation de BSplayer Pro V1.02.812::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\bsplayerpro100.812.exe /S
cls
color 3
echo ..:: Installation de Msn Messenger 7.0::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\MsnMsgs.msi /QB
xcopy %SystemRoot%\DLX\apps\MultiMSN.exe %systemdrive%\PROGRA~1\MSNMES~1\
cls
color 3
echo ..:: Installation de WinRAR ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\wrar342fr.exe /s
cls
color 3
echo ..:: Installation de Maxthon ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\maxthon11120.exe /S
cls
echo ..:: Installation Des patchs Sur Le Bureau ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\FORSET.exe
cls

Edited by Alanoll
Link to comment
Share on other sites


I don't want to be rude but this is your first post and you've already broke 2 rules:

1- Rule no.12 Topic Title

12. Very often we see meaningless subjects in topic title. They give no clue of what the posts are all about. For example:

- Oh no!

- Help

- I'm mad

- Please help

- Question

- I need your help

- Hmmmm ....

This should be avoided. Users should enter something more specific in topic title so that it is easier for others to help.

A few good examples:

- Strange problem with DirectX9b redist

- RunOnceEx install problem (double installation)

- Change Internet Explorer's Icon back to default

2- You should post this question in the right forum = Applications Switches

Link to comment
Share on other sites

i wanna know if my silent install is ok... it's from the start.cmd in $oem$ folder

color 3
echo ..:: Installation de Winamp ::..
echo Please wait...
start /wait %SystemRoot%\DLX\apps\winamp508c_full.exe /S /Install=DSRFQA
echo.
taskkill.exe /F /IM winamp.exe
echo.
cls
color 3
echo ..:: Installation de Nero 6.6.0.6 ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\nero6606.exe /SILENT /NOREBOOT /no_ui /SN=* /WRITE_SN
cls
color 3
echo ..:: Installation de Bulletproof Ftp Server 2.2.1 ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\ftpbullerserver221.exe /VERYSILENT /SP-
xcopy %SystemRoot%\DLX\apps\G6FTPSrv.exe c:\progra~1\BPFTPS~1\
cls
color 3
echo ..:: Installation de BSplayer Pro V1.02.812::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\bsplayerpro100.812.exe /S
cls
color 3
echo ..:: Installation de Msn Messenger 7.0::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\MsnMsgs.msi /QB
xcopy %SystemRoot%\DLX\apps\MultiMSN.exe %systemdrive%\PROGRA~1\MSNMES~1\
cls
color 3
echo ..:: Installation de WinRAR ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\wrar342fr.exe /s
cls
color 3
echo ..:: Installation de Maxthon ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\apps\maxthon11120.exe /S
cls
echo ..:: Installation Des patchs Sur Le Bureau ::..
echo Please Wait...
start /wait %SystemRoot%\DLX\FORSET.exe
cls

Is Your Install Folder In Windows

%SystemRoot%=WINDOWS

This Is What You Want

I have corrected your file

%systemdrive%=THE DRIVE WINDOWS IS ON

ECHO OFF

CLS

COLOR 3F

mode con: Cols=65 Lines=7

set SD=%systemdrive%

::::: %SystemRoot%=WINDOWS

::::: %systemdrive%=THE DRIVE WINDOWS IS ON

ECHO.

echo ..:: Installation de Winamp ::..

echo Please wait...

start /wait %SD%\DLX\apps\winamp508c_full.exe /S /Install=DSRFQA

echo.

taskkill.exe /F /IM winamp.exe

echo.

cls

ECHO.

echo ..:: Installation de Nero 6.6.0.6 ::..

echo Please Wait...

Start /wait %SD%\DLX\apps\nero6606.exe /SILENT /NOREBOOT /no_ui /SN=* /WRITE_SN

CLS

ECHO.

echo ..:: Installation de Bulletproof Ftp Server 2.2.1 ::..

echo Please Wait...

start /wait %SD%\DLX\apps\ftpbullerserver221.exe /VERYSILENT /SP-

xcopy %SD%\DLX\apps\G6FTPSrv.exe c:\progra~1\BPFTPS~1\

CLS

ECHO.

echo ..:: Installation de BSplayer Pro V1.02.812::..

echo Please Wait...

start /wait %SD%\DLX\apps\bsplayerpro100.812.exe /S

CLS

ECHO.

echo ..:: Installation de Msn Messenger 7.0::..

echo Please Wait...

start /wait %SD%\DLX\apps\MsnMsgs.msi /QB

xcopy %SD%\DLX\apps\MultiMSN.exe %systemdrive%\PROGRA~1\MSNMES~1\

CLS

ECHO.

echo ..:: Installation de WinRAR ::..

echo Please Wait...

start /wait %SD%\DLX\apps\wrar342fr.exe /s

CLS

ECHO.

echo ..:: Installation de Maxthon ::..

echo Please Wait...

start /wait %SD%\DLX\apps\maxthon11120.exe /S

CLS

ECHO.

echo ..:: Installation Des patchs Sur Le Bureau ::..

echo Please Wait...

start /wait %SD%\DLX\FORSET.exe

EXIT

Edited by Alanoll
Link to comment
Share on other sites

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