Jump to content

different partiotion for programs


Recommended Posts

hi guys ,

i'm pretty new to the forum and i would like to ask you a question.

is there a way to install windows XP in one partition(i.e. C:) and all other programs in unattended mode in the other partition?(i.e. D:).

i hope you answer soon

thank u for your patience and for your work :D

Link to comment
Share on other sites


You can change your default Program Files directory in your winnt.sif. You don't even have to call it "program files".

Put this in your [unattended] section chaning the drive and/or directory to be whatever you want.

ProgramFilesDir="C:\My Program Files"

Link to comment
Share on other sites

You could try running diskpart.exe with a script to create and format the D:\ from your cmdlines.txt or [GuiRunOnce] section.

Then create a folder called D under the $OEM$ folder, ie: $OEM$\D

Copy your programs to that drive and then run the scripts to install them from there.

tguy

Link to comment
Share on other sites

OT

I kind of always wondered why people try to separate the programs from the system. The only possible advantage I see is a smaller backup image of the partition. With a DVD burner this is not really a problem, IMHO. If you reinstall the system, most of the programs won't work anyway. So what's the point?

Link to comment
Share on other sites

You can do it with winnt.sif here:

[Unattended]
   ProgramFilesDir="D:\Program Files"
   CommonProgramFilesDir="D:\Program Files\Common files"

You can also specify the location of Documents and Setting here:

[GuiUnattended]
   ProfilesDir="E:\Documents and Settings\"

BUT be aware that your partitions MUST be partitionned and formated BEFORE you launch your Unattended Installation... Otherwise you will get an error because Windows only format the destination drive (default = C:\Windows)

Link to comment
Share on other sites

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...