Jump to content

Recommended Posts

Posted (edited)

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

Posted

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

Posted (edited)

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
Posted
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?

Posted

@Bâshrat the Sneaky It doesnt install

And i also tried shrink ( i know wrong place to ask ) But doesnt work either

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...