Jump to content

Noob needs help with officexp unattended


Recommended Posts

I have gotten as far as section 3. However at the end it say's

"But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so change:

TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\OfficeXP\Unattended.MST /qb-

to...

TRANSFORMS=Unattended.MST /qb-

Then section 4 say's

"As you read at the end of Section 3, we needed to change the path in the TRANSFORM syntax in order for it to function. Below are the full batch commands you can use, so add these lines to your batch file:

ECHO.

ECHO Installing Office XP Professional with Frontpage

ECHO Please wait...

start /wait %systemdrive%\install\Applications\OfficeXP\setup.exe TRANSFORMS=Unattended.MST /qb-

That's it!"

Which batch file are they refering too. Do I have to make a new one, and if so where do I put it.

Any help would be appreciated.

Thanks!

http://unattended.msfn.org/xp/officexp_advanced.htm

Link to comment
Share on other sites


Somewhere in your winnt.fis file there's a section

[GuiRunOnce]
   %systemdrive%\somepath\batchfilesname.cmd

so that thisbatchfilesname.cmd gets executed at the end of XPs install procedure. It's that file they mean.

There's several ways to call programs upon end of install and this is one of them. Search the fores to find more (there's WPI for example)

Hope I could help you.

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