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.

need help please

Featured Replies

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


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

You might also want to edit your post and remove your serial for Nero Enterprise Edition

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

  • Author

okay thanks and just little think for msn messenger is possible to remove the options toolbar msn homepage and msn search.. with the silent mode thanks

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.