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.

Installing unattended iso on 2nd harddrive

Featured Replies

As my unattended XPCD is over 4GB i use VMware for testing as it can read image files. I also have a spare 9GB harddrive. As i now need to test drivers and dont want to waist countless DVD disks, is it possible to install my XPCD from an image on my main Harddrive onto the 9GB harddrive?


hi,

it is possible, just create a partition, format it and create the VM on this drive and set it up using ur Image instead of the CD/DVD-ROM. Now u can install it...

hope thius helps a bit

cya

Killer Bee

This wont test the drivers though. To test the drivers you will need a physical machine.

Yes, you can. That's how I install Windows XP.

You'll need to boot into an OS (if none are installed on the hard drive, you'll probably have to boot off a Windows PE CD), then run something like:

SET XPCD=Location of your XP install files

SET INSTALL=Drive letter you want to install XP on to

"%XPCD%:\i386\winnt32.exe" /syspart:%INSTALL%: /tempdrive:%INSTALL%: /unattend:%XPCD%:\i386\winnt.sif /s:%XPCD%:\i386

  • Author

Wow, thanks Test Zero :)

Before i try can you ok the following:

Partition on 1st hard drive=J

2nd hard drive=F

cls
Echo off
SET XPCD=J:\UnattendedProject\XPCD
SET INSTALL=F
"%XPCD%:\i386\winnt32.exe" /syspart:%INSTALL%: /tempdrive:%INSTALL%: /unattend:%XPCD%:\i386\winnt.sif /s:%XPCD%:\i386

Will running this code in a .cmd file from Windows XP on the 1st hard drive install my unattended XPCD onto F?

  • Author

:) It doesn't work. I got a:

The filename, directory name, or volume label syntax is incorrect.

...any ideas

If you look at the commands....

All the XPCD entries have a %XPCD%:\ entry, so it was expecting a letter, not a path. Try removing the : after the %XPCD% entries.

  • Author

Of course, That would make sense as XPCD =J:\UnattendedProject\XPCD so the ':' is already there.

This is the code i use now:

cls
@echo off
SET XPCD=J:\UnattendedProject\XPCD
SET INSTALL=F
"%XPCD%\i386\winnt32.exe" /syspart:%INSTALL% /tempdrive:%INSTALL% /unattend:%XPCD%\I386\WINNT.SIF /s:%XPCD%\i386

All files and addresses are correct but now i have the following error:

post-70-1086808304_thumb.jpg

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.