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.

different partiotion for programs

Featured Replies

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

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"

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

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?

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)

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.