Help - Search - Members - Calendar
Full Version: Office 2k3 problem
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
Gerrit.B
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)
Falcon-X
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.gif
muiz
i tried lots of things but i cant get office installed from cdrom.

CODE
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
Bâshrat the Sneaky
QUOTE (muiz @ Oct 26 2005, 01:46 PM) *
i tried lots of things but i cant get office installed from cdrom.

CODE
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?
muiz
@Bâshrat the Sneaky It doesnt install


And i also tried shrink ( i know wrong place to ask ) But doesnt work either
Google Internet Forums Unattended CD/DVD Guide
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.