Office 2003 Did not silent Install No silent Install during WinXP setup.
#1
Posted 08 July 2005 - 01:23 PM
#2
Posted 08 July 2005 - 03:09 PM
Please excuse my incredulity if you are seroius, but your question shows that you have done little reaseach or reading. Most of the folks here have had to to a lot and really don' fell like repeating what has already been well documented.
In a nutshell, the best place to do an install of Office is using RunOnceEx which executes AFTER Windows has installed and AFTER it reboots. Check the forums and the guide for the switches (for office it will be /qn for a silent install) and consider doing an administrative install point with all the updates and SP1 integrated. This method, however, will NOT place an MSOcache folder on your disk, so any further updates will require the original install disk, or you could just update the admin install point and use that.
Clear?
Hope that helps.
#3
Posted 08 July 2005 - 03:54 PM
From what I understand, there is more than one way to run the Office 2003 Unatended.MST file. The guide clearly states that you run the MST file from a batch file. It wasn't very clear on where to execute Office setup, or WHEN to, either. I was just wondering if there is a better way than the RunOnce CMD file, but I guess not, I've already started writing the RunOnce file for all of my apps, but thank you.
#4
Posted 13 July 2005 - 07:22 PM
That doesn't mean that there aren't other ways, of course, and there are several other methods which even have their own forum sections here including Xplode, WPI, etc. Any time spent researching any of them would reveal that T-12 doesn't show up for Office in any of them. In fact, logically, you'd want to wait until the OS is completely in before you start program installations. That's why most things get done in RunOnceEx which was designed for that purpose.
T-12 is okay for things like user account creation and some reg tweaks (not all), and of course, setting up RunOnceEx. I use it to install VMware tools when I'm testing because I hate running into the confined resolution of 640x480 which it starts with. In general though, program installations which make changes in particular registry hives and rely on the built in OS to provide some services are better off running after the OS is done installing.
Office is a bit of a pig and I wouldn't want to interrupt the OS install to put it in. Also, you don't have to run from a batch file as you can do it from RunOnceEx. The Tranform file is really just a series of answers to the configuration of the interface and it doesn't have everything (I still haven't figured out where to make the Toolbars on two lines instead of the default one). Don't forget you can also copy over a normal.dot with any tweaks in that along with macros.
This post has been edited by DonDamm: 13 July 2005 - 07:23 PM
#5
Posted 14 July 2005 - 11:20 AM
I have a problem "i think" with RunOnceEx. I canīt install Microsoft Office 2003, and i dónt know why. My file is:
---------------------
cmdow @ /HID
@echo off
SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx
REG ADD %KEY% /V TITLE /D "Installing Applications" /f
REG ADD %KEY%\005 /VE /D "Office 2003" /f
REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\Office_2003\setup.exe TRANSFORMS=Unattended.MST" /qb-
REG ADD %KEY%\010 /VE /D "7Zip" /f
REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\7Zip\7z423.exe /S" /f
REG ADD %KEY%\015 /VE /D "Skype" /f
REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Skype\SkypeSetup.exe /VERYSILENT /SP-" /f
REG ADD %KEY%\025 /VE /D "XP Codecs" /f
REG ADD %KEY%\025 /V 1 /D "%systemdrive%\Install\XpCodecs\XPCodecPack1.2.1.exe /S" /f
REG ADD %KEY%\030 /VE /D "Acrobat 7.02" /f
REG ADD %KEY%\030 /V 1 /D "%systemdrive%\Install\Acrobat702\acroread702.exe"
REG ADD %KEY%\035 /VE /D "Messenger 7.0 + Plus 3.52.130" /f
REG ADD %KEY%\035 /V 1 /D "%systemdrive%\Install\Msg70\Msn70Silent.exe"
REG ADD %KEY%\040 /VE /D "Media Portal 0.1.3.0" /f
REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Media Portal 0.1.3\setup.exe TRANSFORMS="C:\Install\media portal 0.1.3.0\teste.MST" /qb-
EXIT
------------------------------------------------------
All the others applications installs good. If i install the same office with KTOOL, i have no problems. What could be the problem? - After Windows instalation, can i test the RunOnceEx, or i need to reinstall windows to verify if the modifications are correct?
thanks
snow
#6
Posted 14 July 2005 - 11:35 AM
Quote
read this topic below, Office 2003 can be installed at T-12
http://www.msfn.org/...showtopic=41967
This post has been edited by gummy2: 14 July 2005 - 12:06 PM
#7
Posted 14 July 2005 - 05:17 PM
It seems to me that your solution works good.
Now,... i trying Windows Proofing Tools. At the first attempted, didnīt work.
thanks
snow
#8
Posted 20 July 2005 - 01:21 AM
edusnow, on Jul 14 2005, 05:17 PM, said:
It seems to me that your solution works good.
Now,... i trying Windows Proofing Tools. At the first attempted, didnīt work.
thanks
snow
<{POST_SNAPBACK}>
Try integratin' 'em into the Office 2003 installation. Remember at the end of making the MFT, there's an option for addititional programs to install? I think that's where I threw it in...
#9
Posted 20 July 2005 - 02:48 AM
Office 2003, frontpage, visio and the dutch language pack are all compressed in a SFX Rar file on my cd. I made transform files for each part of the installation using the "custom installation wizard" that comes with the office cd.
At first I tried to install office like this:
install.cmd, called from cmdlines.txt
cmdow @ /HID @echo off net accounts /maxpwage:unlimited FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "De volgende programma's worden geinstalleerd:" /f REG ADD %KEY%\051 /VE /D "Microsoft Office 2003" /f REG ADD %KEY%\051 /V 1 /D "%CDROM%\Software\Office2003Pro\Office\Office.exe /s" /f REG ADD %KEY%\052 /VE /D "Microsoft Frontpage 2003" /f REG ADD %KEY%\052 /V 1 /D "%CDROM%\Software\Office2003Pro\Frontpage\Frontpage.exe /s" /f REG ADD %KEY%\053 /VE /D "Microsoft Visio 2003" /f REG ADD %KEY%\053 /V 1 /D "%CDROM%\Software\Office2003Pro\Visio\Visio.exe /s" /f REG ADD %KEY%\054 /VE /D "Microsoft Office 2003: Nederlands taalpakket" /f REG ADD %KEY%\054 /V 1 /D "%CDROM%\Software\Office2003Pro\DutchUI\DutchUI.exe /s" /f EXIT
The archives containing the office components are supposed to extract to a temporary folder. After that, SETUPPRO.EXE is called from the SFX archive comment:
;The comment below contains SFX script commands Setup=SETUPPRO.EXE TRANSFORMS="NewInst.MST" /qb- TempMode Silent=1 Overwrite=1
This does not work. The SFX archive extracts as expected(at least they used up a lot of processor power according to the task manager. Afer that, nothing happens. The next RunOnceEx entry is parsed and the office setup doesn't start.
After that the same happens with the Frontpage setup, and again with visio and the dutch lang. pack.
I guess the method is wrong, but I haven't been able to find the problem.
[edit]Forgot to mention the install DOES work correctly when I just double click the SFX archive from a fully installed OS.[/edit]
So I tried something else. In stead of calling SETUPPRO.EXE from the archive comment, I added install.cmd to the archive and executed that instead.
The archive comment
;The comment below contains SFX script commands Path=%SystemDrive%/Install/Office2003temp SavePath Setup=install.cmd Silent=1 Overwrite=1
install.cmd inside the archive
@echo off echo Installing Office 2003... start /wait %SystemDrive%/Install/Office2003temp/SETUPPRO.EXE TRANSFORMS="NewInst.MST" /qb- RD /S /Q %SystemDrive%/Install/Office2003temp EXIT
This does work, but not as expected. The archive unpacks as intended, and after that the install.cmd file is executed. "Installing Office 2003..." appears and the setup basic progress bar appears.
Then the problem occurs: After about 15 minutes of installing the next RunOnceEx entry gets parsed, while the setup and the command prompt are still active and busy. Why? Is there some sort of timeout period that RunOnceEx used? And why didn't the first method work as expected?
This post has been edited by Svens: 20 July 2005 - 03:03 AM
#10
Posted 21 July 2005 - 03:52 AM
@echo off echo Installing Office 2003... start /wait %SystemDrive%/Install/Office2003temp/SETUPPRO.EXE TRANSFORMS="NewInst.MST" /qb- RD /S /Q %SystemDrive%/Install/Office2003temp EXIT
I think I found the problem: in the code above all the slashes are wrong :/. The installer does start, but the RD command fails, causing me to run out of disk space on my VM.



Help
Back to top









