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.

Unattended network install help plz

Featured Replies

Trying to run an unattended install of XP Pro from a network share

The textmode portion runs fine, but none of the GUI portion is getting pulled (as soon as the GUI comes up I have to enter EULA, Org name, etc.)

What's happening with the unattend.txt? It seems to get lost in the reboot between the text and GUI portions

The share is \\server\winxp in which is the i386 folder, the unattend.bat and the unattend.txt

I had to manually change the setupmgr generated unattend.bat from using winnt32 to winnt - could ths be causing any problems?

The unattend.bat:

@rem SetupMgrTag

@echo off

rem

rem This is a SAMPLE batch script generated by Setup Manager.

rem If this script is moved from the location where it was generated, it may have to be modified.

rem

set AnswerFile=g:\unattend.txt

set SetupFiles=g:\I386

smartdrv

g:\I386\winnt /s:%SetupFiles% /unattend:%AnswerFile%

The unattend.txt:

;SetupMgrTag

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=No

TargetPath=\WINDOWS

[GuiUnattended]

AdminPassword=*

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=4

OemSkipWelcome=1

[userData]

ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX

FullName="XXXXX XXXXX"

OrgName="XXXXX"

ComputerName=XXXXXXXX

[TapiLocation]

CountryCode=1

[RegionalSettings]

LanguageGroup=1

Language=00000409

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

I would change it back to this:

set AnswerFile=.\unattend.txt
set SetupFiles=\\server\winxp
smartdrv
\\server\winxp\I386\winnt32 /s:%SetupFiles% /unattend:%AnswerFile%

That's what I use for mine and it installs completely unattended, except that I also renamed my unattend.txt to winnt.sif.

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.