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.

fully unattended installation on msdos

Featured Replies

I need do a installation on msdos, using winnt.exe with parameters.

I can automatize all , but msdos files copy finalization. I would like automatize the installation, i want not press enter when msdos files copy proccess has finished and i was prompted "The installation msdos fase has finished, press enter to reset".

i don't know whether i explain it, my english is very bad. Sorry and thanks. :/


this is not done using DOS. Search the forum for unattended windows xp installations and you will find a wealth of information.

Sample batch file...

@rem SetupMgrTag

@echo off

rem

rem This is a sample script for unattend installation

rem

set AnswerFile=.\unattend.txt

set SetupFiles=C:\I386

C:\I386\winnt.exe /s:%SetupFiles% /unattend:%AnswerFile%

I'm not interest Dos installations.But this unanswered problem.I don't try may be works with winnt.exe try and post it.

you CAN do it that way, but you would also have to include drivers for your CD drive. (although this shows that you would be installing it from your C drive)

the other way of doing this is to use a floppy disk with the unattended.txt file on it but that and the win xp cd in drive and it will do all of things youve asked it do do. its very simliar to using the winnt.sif but it doesn't have to be on the cd just a floppy. It has most of the same commands and things.

  • Author

Thanks, but i know to do it. I need install windows xp on msdos because i want include diferents operative systems in one CD o DVD. I have done one thing similar to Hiren's bootcd ( bootcd with many applications included ) then i cannot use the boot of windows xp CD, i have to use msdos installation. I already have a unattende installation of windows 98 and i have not problems. In windows XP i can automatize the second part of installation and the third part (GUI installation).

Part One

i Boot from bootcd (cdrom drivers are loaded) and i execute the followinb batch file.

@echo off

smartdrv.exe

winnt /s:%cdrom%:\i386 /u:%cdrom%:\unattended.txt

(The files are copied to hard disk and i have press enter to continue (REAL PROBLEM)

Part Two --------> Press F2 to.... , Press F6 to install RAID...,....

Files are copied to hard disk from hard disk. Here the restart is unattended.

Part thee---------> GUI installation. Fully unttended.

The problem is than i only can automatize the part two and three, althoug the part one, at end of the files copy, i have press "enter" to answer what i am prompted ("The part based on msdos has finished, press enter to continue installation

[ NOT UNATTENDED ]

I think that it is not posible, but perhaps i could be surprised by somebody :).

I hope that you know what i really want to do.

Thanks you very mucy.

  • Author

Myself answer me. I didnt know what i had done but since one moment already got what i wanted. I think i didn`t use "winnt /s /u", simply i placed winnt.sif file into i386 directory and then unattended installation only worked on GUI mode.

Thanks all. Magnific forum.

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.