Jump to content

Specifying application folder?


Derkan

Recommended Posts

Hey all, I've been browsing the site and forums for a few days now and am working on my first unattended XP CD. MSFN is a really great resource! After searching the forums up and down for the last two days, I still haven't found anything on specifying the application folder, so I guess it's safe to ask about it. ;)

Here is how I set up my Windows:

c:\Windows

d:\Program Files

e:\Documents and Settings

That's the easy part, of course; got that covered with winnt.sif. So on to "d:\Program Files":

I don't want to have all applications installed in the \Program Files folder. Rather, I prefer to put them into categories and sub-categories. Following are some examples:

\Program Files
.\[Internet]
..\mIRC
..\Mozilla
.\[Multimedia]
..\BS Player
..\Quicktime
.\[Workstation]
..\Adobe
...\Reader

The question now is, how do I specify these folders so it's done automatically? Is it possible to do this with RunOnceEx, or necessary to use something else?

Any help would be greatly appreciated.

Link to comment
Share on other sites


Here's an example for MSI-installer based apps:

%systemdrive%\install\apps\officeXP\setup.msi TRANSFORMS=unattended.mst INSTALLDIR="D:\Program Files\Productivity\Office" /QB-!

But this is a really time-consuming task. Just let the apps install where they want to.

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