October 27, 200619 yr hi,I am trying to integrate office 2003 to my xpcd.And i have done everything as told in tutorial. But when i try to launch the .cmd which is the batch command for office i get another .cmd screen which asks if i want to terminate the.............("trabajo por lotes") I use a spanish xp, so i get the message in spanish and i do not know how translate it.And here is my batch command:ECHO.ECHO Installing Office 2003 ProfessionalECHO Please wait...start /wait "%systemdrive%\XPCD\APPS\Office2003\Setup.exe TRANSFORMS=Office.MST /qb-"please help...
October 27, 200619 yr start /wait "Title of CMD" "%systemdrive%\XPCD\APPS\Office2003\Setup.exe TRANSFORMS=Office.MST /qb-"If you use path with spaces you must use the first "" as title of windows. After you can use other "" for the path.
October 28, 200619 yr Author tnx...it works now... Now i'm tryng to get it to install from dvd with runonceex.cmd. My runonceex launches as told the office.cmd(the batch script). But the batch script gives me the error that it could not find the setup.exe. So i checked this and setup.exe is there. this is my batch for office:echo Installation de Microsoft Office 2003...start /wait "Instalando office 2003" %CDROM%\APPS\Office2003\SETUP.exe TRANSFORMS=%CDROM%\APPS\Office2003\Unatended.MST /qbecho.SETUP.exe is written the exact same way on the cd...Can someone help me with this, or does anyone knows a better way to install office from the cd?PLease help.. Edited October 28, 200619 yr by francis997
Create an account or sign in to comment