urian Posted November 27, 2007 Posted November 27, 2007 (edited) Hello, the first sorry because my english is a bit bad, i wish you undersntand me. (If someone write spanish my email is ayuda.usuarios@gmail.com -- thanks--)I'm trying integrate office 2003 in windows xp unnattended, i create Unattended.MST in D:\xpcd\$OEM$\$1\Install\Applications\Office2003\office.cmdWhen i configure the in wpi.hta D:\xpcd\WPI i write "%root%\$OEM$\$1\Install\Applications\Office2003.cmd" but when i install windows office not boot.I create the office.cmd and inside:cmdow @ /HIDECHO.ECHO Instalando Office 2003 Professional ECHO Por favor, espere...start /wait %CDROM%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-I need clear this cmd and write in the wpi this setup.exe TRANSFORMS=Unattended.MST /qb- but i can't write in wpi.htaCan you help me please?Thanks Edited November 27, 2007 by urian
Kelsenellenelvian Posted November 27, 2007 Posted November 27, 2007 Place office files in wpi\install\office03\add your unattended.mst to that folder.make command1 = "%wpipath%\install\office03\setup.exe TRANSFORMS=Unattended.MST /qb"
urian Posted November 27, 2007 Author Posted November 27, 2007 (edited) Hello i change the lines "%wpipath%\install\office2003\setup.exe TRANSFORMS=Unattended.MST /qb" but /qb or /qb- and writ the ""?i copy the folder D:\xpcd\WPI\Install\Office2003 a inside setup.exe and Unattended.MSTCan i test the Installation before install windows?I test with the button in the wpi but get a message cant open the file d:\xpcd\wpi\install\office2003\setup.exe TRANSFORMS=Unattended.MST /qb-Thank you for your help Edited November 27, 2007 by urian
Kelsenellenelvian Posted November 27, 2007 Posted November 27, 2007 /qb is fine, yes you need the quotes. no "-"Please show me an explorer picture of your folder layout.Like that one http://www.wpiw.net/Images/layout.jpg
urian Posted November 27, 2007 Author Posted November 27, 2007 (edited) Sorry i can't install office, in the pictures i teach my error, and i write de comand line in wpi.hta its ok?I wish test the installation before install windows but can´t remove this error.sorry again and Thanks.in the folder $oem$\$1 $oem$\$$ \$docs all is empty except in the $oem$ folder is runwpi.exe and the cmdlines.txt Edited November 27, 2007 by urian
Kelsenellenelvian Posted November 27, 2007 Posted November 27, 2007 Hmmmm the code is right try using /qn as the switch and make sure your mst file is in the office2003 file.
urian Posted November 27, 2007 Author Posted November 27, 2007 I try with /qn and not works it's the same error.I copy the folder wpi again and unnatended with office resource tools kit d:\xpcd\wpi\install\office2003\setup.exe and in the folder office unattended.mstWhat can be what I do wrong?
Kelsenellenelvian Posted November 27, 2007 Posted November 27, 2007 I honestly have no clue you are using the same command dozens of us have used before.Maybe someone else can help you...
urian Posted November 27, 2007 Author Posted November 27, 2007 Thank you i begin the windows again and i public the news
BitKiller Posted December 16, 2007 Posted December 16, 2007 Had the same problem. My way:WPI configcommand1 xcopy "%drive%\_programme\_office\Office2003\Office2003\SilentSetupFile.MST" "D:\"command2 "%drive%\_programme\_office\Office2003\Office2003\setup.exe" Transforms="D:\SilentSetupFile.MST" /qb-command3 del "D:\SilentSetupFile.MST"Had some problems with commandline and %wpipath%, so i use the %drive% variable on USB.Works fine for me!
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now