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.

Problems with unatended cd

Featured Replies

anyone know what might cause my cd to behave like a standard winxp cd ? i used nLite to intergrate my hotfixes and drivers and servicepacks etc and they appear to be installed but none of the information in my unattended.txt or cmdlines.txt were executed. i have done it using the unattended cd guide on here and beleive i have used it correctly , but it still dosent work. any ideas?

  • Author

aye just noticed that it wasnt the right name/place. fixed it and going to have one last attempt. so fingers crossed :x might have sussed it this time. ty

  • Author

for the mostpart it worked great but the installation of my programs went a bit pear shaped.

i have included the structure of my oem folder and batch stuff etc. can anyone tell me why kaspersky or msn didnt install? the "install" folder on my CD just got copied over to c:\ and nothing else happened. mirc was successfully copied over to the right place and the registry tweaks went in fine. anyone know how i can change the program install to make it work?

$oem$ folder structure

$oem$

-$1

--install

---Applications

----Kaspersky

-----"My Antivirus Setup Files"

---MSN

----"Messenger Setup Files"

-$$

--Resources

---Icons

----"My Icon Theme Libary"

---Themes

----"My Theme File"

----ThemeFileFolder

-----"Theme Files"

--Web

---Wallpaper

----"My Wallpapers"

-$progs

--mIRC

---"My mIRC Files"

-cmdlines.txt

-main_batch.cmd

-tweak_general.reg

-tweak_icons.reg

-tweak_mirc.reg

my cmdlines.txt
[COMMANDS]

"REGEDIT /S tweak_mirc.reg"

"REGEDIT /S tweak_icons.reg"

"REGEDIT /S tweak_general.reg"

"start main_batch.cmd"

my main_batch.cmd

ECHO.

ECHO Removing Shortcuts

ECHO Please wait...

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Set Program Access and Defaults.lnk"

DEL "%systemdrive%\Documents and Settings\All Users\Start Menu\Windows Catalog.lnk"

ECHO.

ECHO Installing MSN Messenger

ECHO Please Wait...

start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

ECHO.

ECHO Installing Kaspersky Anti-Virus Personal 5.0.149.4

ECHO Please Wait...

start /wait %systemdrive%\install\Applications\Kaspersky\kav5.0.149.4_personalen.exe /S

ECHO.

ECHO Done.

EXIT

[COMMANDS]"REGEDIT /S tweak_mirc.reg"

"REGEDIT /S tweak_icons.reg"

"REGEDIT /S tweak_general.reg"

"start main_batch.cmd"

Try removing start from the last line. That's not necessary and I don't think you can use that in cmdlines.txt anyway. Start is an internal command in cmd.exe and can't be called from cmdlines.txt like external programs and commands.

  • Author

ok, ill take out the "start" bit, do you know how i can stop it copying the install folder to my c: drive? or will it walways do that and i just have to delete it or something.

The way your setup is now, you need to have the install directory copied to the system drive.

You have two options:

(1) You can include a command to delete the install folder after your programs are installed.

This command placed at the end of your batch file, before the exit command, should do the trick:

rd /Q /S %systemdrive%\install\

2) You can place your installation programs somewhere other than the $oem$ folder on your CD and install the programs directly from the CD. You can search the forums for info on how do this

For your setup, option 1 is the simplest. You won't have to change anything.

  • Author

ok. i think ill go with option one. thanks for the help

Please sign in to comment

You will be able to leave a comment after signing in

Sign In Now

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Search

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.