imdos <[EMAIL PROTECTED]> writes: > Hello everyone ... > > I have spent a few hours on creating an unattended setup of Microsoft's > Office 2003. I have also searched for the patches that are available at > this moment. It includes the Dutch and English/American (ENU) patches. > > For this i created the office2003.bat file
Cool! > I fixed a bug with updating winxp to sp1 with all the patches, the > extra network option needed the i386 dir, all tough i am not exactly > sure which one failed and asked for user interaction! So i modified > the registry to include the right dir for it. Included base.bat, > registry.bat, registry.reg Could you elaborate on this? What values were in the registry before this patch, and what fails (exactly) without it? ::todo.pl "%Z%\updates\office2003\%WINVER%\office2003-kb830000-client-%WINVER%.exe /q /c:\"msiexec /qb /l* c:\netinst\logs\o2003-kb830000.txt /p winword-Binary-GLB.msp REBOOT=ReallySuppress\"" I assume you meant %WINLANG%, not %WINVER% ? > ::not yet working, returns error 1328! Hm. > todo.pl "%Z%\updates\office2003\%WINVER%\office2003-kb832333-client-%WINVER%.exe /q > /c:\"msiexec /qb /l* c:\netinst\logs\o2003-kb832333.txt /p outlfltr-Binary-GLB.msp > REBOOT=ReallySuppress\"" [snip] > todo.pl "%Z%\updates\office2003\%WINVER%\office2003-kb828041-client-%WINVER%.exe /q > /c:\"msiexec /qb /l* c:\netinst\logs\o2003-kb828041.txt /p mso-Binary-GLB.msp > REBOOT=ReallySuppress\"" And again, I would expect %WINLANG% for these, not %WINVER%. If you can confirm these changes, I will add this to our "scripts" directory. (Although I will probably name it "ofc2k3.bat", since we still have the DOS boot disk which uses 8.3 filenames.) - Pat ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ unattended-info mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/unattended-info
