Jump to content

Wanna installing office 2003, but no luck


Recommended Posts

The following is the picture...

I revised the command file but in vmware it is fail...

Yes, it is made in Nero and tested in VMWare...

what is wrong with the command file?

the content of file is:

@Echo off
ECHO.
ECHO Installing Office 2003 Professional....
ECHO Please wait....
Start /wait Office11\setup.exe TRANSFORMS=Office11\Unattended.MST /qb-
ECHO.
ECHO.
ECHO Installing Frontpage 2003....
ECHO Please wait....
Start /wait FRONTPAGE\setup.exe TRANSFORMS=Frontpage\Unattended.MST /qb-
ECHO.
EXIT

Thank you!

post-70-1097479785_thumb.png

Link to comment
Share on other sites


If I remember correctly setup uses folder where it resides as current directory. Try like this:

Start /wait Office11\setup.exe TRANSFORMS=Unattended.MST /qb-

Start /wait FRONTPAGE\setup.exe TRANSFORMS=Unattended.MST /qb-

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