nepaltis Posted November 11, 2004 Posted November 11, 2004 Hello this is my first topic and I want to thankyou all for the great forum.I try to do a Office 2003 Unattended in a Advanced method , I do all steps but I can´t chage the next step lis above.What I do wrong?TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-changed to...TRANSFORMS=Unattended.MST /qb- Thanks
TjobzzZ Posted November 11, 2004 Posted November 11, 2004 Have you succesfully created the .MST file?
nepaltis Posted November 11, 2004 Author Posted November 11, 2004 Yes I create the .mst file but I can't change the line in last step.
TjobzzZ Posted November 11, 2004 Posted November 11, 2004 You don't need to change it there, just write it down or copy it to notepadWhen you run setup, you only should change it.setup.exe TRANSFORMS=Unattended.MST /qb- Hope this helps
nepaltis Posted November 11, 2004 Author Posted November 11, 2004 Thanks for the help.This is to put on a dvd to make a unttended windows instalation.In the tutorial says to change this lines but I can't.The tuturial says:"This command will perform a silent installation of Office 2003 using the Unattended.MST file you created in the Custom Installation Wizard to set your customized options. But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so we will need to change this when we add it to a batch file:TRANSFORMS=C:\XPCD\$OEM$\$1\install\Applications\Office2003\Unattended.MST /qb-changed to...TRANSFORMS=Unattended.MST /qb- "
crackpsx Posted November 11, 2004 Posted November 11, 2004 Essaye avec ca start /wait %systemdrive%\install\office\SETUP.EXE TRANSFORMS=%systemdrive%\install\office\SetupFile.MST /qb
nepaltis Posted November 11, 2004 Author Posted November 11, 2004 This is the page where i'm trying to do the unantended.http://unattended.msfn.org/xp/office2003_advanced.htm
TjobzzZ Posted November 11, 2004 Posted November 11, 2004 Yeah I thought so...So what they say is:"But we don't want to use the exact command shown above as this wouldn't exist when installing from a CD, so we will need to change this when we add it to a !!!!!batch!!!!! fileYou do not need to change it in the Custom Installation Wizard but only in your batch (or RunOnceEx.cmd) file that you will run and it will look like:Office.bat (for example):start /wait %systemdrive%\install\office\SETUP.EXE TRANSFORMS=%systemdrive%\install\office\SetupFile.MST /qb(must be on the same line)or from RunOnceEx.cmd:REG ADD %KEY%\010 /VE /D "Office 2003" /fREG ADD %KEY%\010 /V 1 /D "%systemdrive%\install\office\SETUP.EXE TRANSFORMS=%systemdrive%\install\office\SetupFile.MST /qb" /f
nepaltis Posted November 11, 2004 Author Posted November 11, 2004 Ok, I will try and say something.Thanks
nepaltis Posted November 18, 2004 Author Posted November 18, 2004 I try as you said and it works in .cmd file but in RunOnceEx didn't work. I try 2 ways:RunOnceExREG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-" /fand REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS="%CDROM%\software\Office2003\Unattended.MST /qb-" /fand Acrobat don't work toREG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /fREG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""" /fother applications work just fine like media player 10, Sun Java, Nero 6.6.0.1.What I made wrong.
^_^ Posted November 18, 2004 Posted November 18, 2004 in my batch file, I use the Adobe reader switch like thisstart /wait %systemdrive%\install\Apps\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\""you will need to modify any path or file name to fit your filename
nepaltis Posted November 18, 2004 Author Posted November 18, 2004 I try again and works with:REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-" /fBut not work with acrobat , any ideas?In batch file Acorbat works in RunOnceEx.cmd don't work.
Nomi Posted November 18, 2004 Posted November 18, 2004 REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS="%CDROM%\software\Office2003\Unattended.MST /qb-" /fIn this case you are missing with back slash with nested inverted commas...It should be like this:REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS=\"%CDROM%\software\Office2003\Unattended.MST /qb-\"" /fand make sure that you are not putting "/V 1" with every application.
nepaltis Posted November 18, 2004 Author Posted November 18, 2004 Sorry if I don't make understading.I just don´t have any problem with the instalation of office 2003, I made with this entry:REG ADD %KEY%\001 /VE /D "Office 2003 Professional" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\software\Office2003\setuppro.exe TRANSFORMS=Unattended.MST /qb-" /fand it works in office 2003.My problem now is with acrobat I can't make it work with this entry in:[RunOnceEx.cmd]REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /fREG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f
Nomi Posted November 18, 2004 Posted November 18, 2004 REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /fREG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p"-s /v\"/qn\"" /f you are missing with back slash here too...make it like this:REG ADD %KEY%\000 /VE /D "Acrobat Reader 6.0" /fREG ADD %KEY%\000 /V 1 /D "%CDROM%\software\AdobeReader6\AdbeRdr60_enu_full.exe -p\"-s /v\"/qn\"\"" /f
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now