Jump to content

Office 2k3 problem


Gerrit.B

Recommended Posts

After trying several lines i still get an error can't find......

Microsoft Office 2k3.Step.1=""%CDROM%\Software\Microsoft Office 2k3\SETUP.EXE TRANSFORMS=UNATTENDED.MST" /qb-"

What im i doing wrong (RunOnceEx.cmd methode)

Edited by Gerrit.B
Link to comment
Share on other sites


I prefer to use the inf method, however, the commands are the same. Installing from cdrom doesn't realy work from my experience. Use an OEM distribution setup on your disk so that the installation files are copied to the hard disk. From there use your command trasnposing %cdrom% for %24% (c:\).

Example: ("%24%\Install\Officefinal.exe")

To save space I created an sfx archive (109MBs Full office) with a batch file execution command or "Setup=officefinal\setup.bat" and the batch file runs the commands:

ECHO.

ECHO Installing Office 2003 Professional

ECHO Please wait...

start /wait %systemdrive%\Officefinal\setup.exe TRANSFORMS=Unattended.MST /qb-

hope this helps. good luck :thumbup

Link to comment
Share on other sites

i tried lots of things but i cant get office installed from cdrom.

REG ADD %KEY%\135 /VE /D "Microsoft Office 2003 SP2" /f
REG ADD %KEY%\135 /V 1 /D "%CDROM%\Software\Office2003SP2\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f

What am i doing wrong here?

@Falcon-X I dont know what you mean

Edited by muiz
Link to comment
Share on other sites

i tried lots of things but i cant get office installed from cdrom.

REG ADD %KEY%\135 /VE /D "Microsoft Office 2003 SP2" /f
REG ADD %KEY%\135 /V 1 /D "%CDROM%\Software\Office2003SP2\SETUP.EXE TRANSFORMS=Unattended.MST /qb-" /f

What am i doing wrong here?

@Falcon-X I dont know what you mean

What's the error?

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