Jump to content

Recommended Posts

Posted

I need to know how i can have the Windows XP Pro Install to format both C: and D:

I need this because i has forced the installer to install windows on drive C: and all programs on drive D:.

Until now i has used Magic Partition before i started the installation but it would be great if the winxp install could do it for me.


Posted

In your GuiRunOnce section, just have a batch file run the command:

format D: /FS:NTFS /V:APPS

or something similar. At the command prompt, type "format /?" (without the quotes) for more information.

Posted

I have now tried the "[GuiRunOnce] format D: /FS:NTFS"... but it didn't work. It tried to start the format when windows was finally installed and not before the installation. It hasn't formatted the drive at all :}

Posted

Having commands directly in [GuiRunOnce] usually doesn't work. It's better to put the command in to a batch file and then call the batch file in [GuiRunOnce].

Posted

The installation needs to install all the applications on drive D:

This means all the applications following with windows such as, MS Internet Explorer, MediaPlayer, Outlook, etc. etc.

Windows will of cause be installed on drive C: but without the applications mentioned above.

Posted
The installation needs to install all the applications on drive D:

This means all the applications following with windows such as, MS Internet Explorer, MediaPlayer, Outlook, etc. etc.

Windows will of cause be installed on drive C: but without the applications mentioned  above.

Then format drive D: just before you begin your application installs in your batch file.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...