November 24, 200421 yr Hi to all i have some problems with my Unattended XP cd i wanted to add The Office 2003 to the CD but it wont insall in any way i have use Batch_file .cmd comands and RunOnces.cmd comands but with no luck still . i have followed may of the Guides on this forum and on other Forums but i stil come up with the sam problem ok let me see if i can explain wat is the problem the CD does an install of the Office ..or atleast show me that it is going to install but hen the instalation is done i find that all other programs are installed but with out OFFICE 2003i try the manual isall fron the Insall folder ceated bu the CD instalation but i get a reply that the File are corrupted ........?????does anyone have any Idea wat the problem may be i would be gald if any one can assist me in this matter thank you CyberBOG
November 24, 200421 yr Have you tried this? It's simple and works!!http://unattended.msfn.org/xp/office2003_simple.htm
November 24, 200421 yr Author Have you tried this? It's simple and works!!http://unattended.msfn.org/xp/office2003_simple.htmYes i have tryed that but sitll no results i have tryed all of the Guides but
November 24, 200421 yr one, recopy form the oringal Office CDtwo, make sure your command is correct to install
November 25, 200421 yr Author one, recopy form the oringal Office CDtwo, make sure your command is correct to installhis is the comand i use REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=E:\XPCD\$OEM$\$1\Install\Office2003\Unattended.MST /qb-i think it is correct if no could you give me a hand ??
November 25, 200421 yr Is this your command line to test on your machine? Because you have to remove this E:\XPCD\$OEM$\$1 if you want to make it work on a CD
November 25, 200421 yr Author Is this your command line to test on your machine? Because you have to remove this E:\XPCD\$OEM$\$1 if you want to make it work on a CDi have changed my code toREG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-but still get cant findc:\Install\Office2003\INSTALAR.exe wat should i do
November 25, 200421 yr BAH!!!REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-Won't work because TRANSFORMS does not have a complete path.REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-
November 26, 200421 yr Author BAH!!!REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=Install\Office2003\Unattended.MST /qb-Won't work because TRANSFORMS does not have a complete path.REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-sorry but problem still the same i just dont know wat else to do all the other Apps intall 100% The Office 2003 is the only one that is making me mad
November 26, 200421 yr REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-Is not entirely correct, you miss a " and /f at the endREG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-" /fAlso try to replace /qb- with just /qb since /qb- removes any error messages that might pop up. Then try an install with /qb and see what the installer tells you.Martin
November 26, 200421 yr Author REG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-Is not entirely correct, you miss a " and /f at the endREG ADD %KEY%\000 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\000 /V 1 /D "%systemdrive%\Install\Office2003\INSTALAR.exe TRANSFORMS=%systemdrive%\Install\Office2003\Unattended.MST /qb-" /fAlso try to replace /qb- with just /qb since /qb- removes any error messages that might pop up. Then try an install with /qb and see what the installer tells you.MartinGrate this one just did the job thanks a million
December 3, 200421 yr Does anybody know how to integrate SP1 in OFFICE 2003 source?Later edit: sorry..I've found http://www.msfn.org/board/index.php?showtopic=31971&hl=
Create an account or sign in to comment