Jump to content

koden

Member
  • Posts

    284
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Denmark

Everything posted by koden

  1. Thanks. I will try it tomorrow......
  2. I have the adm. sp3 downloaded. Is it right that I have to run this extraction script TITLE Office XP SP2 and Post-SP2 Extractor brought to you by www.MSFN.org CLS @echo off ECHO. ECHO Extracting files.... ECHO. OfficeXpSp3-kb832671-fullfile-dan /Q /C /T:C:\OfficeXP\OXPupdates ECHO Extraction Completed pause EXIT And then I have to run the slipstreamer script? But I'm not sure what has to be in the slipstreamer script. Maybe you can help me with the script. I'll give a beer next time I see you :-)))) Sorry guys, but I'm new in this :-) Thanks
  3. I have tryed to slipstream the same way. But when i am running the slipstream file it can't find some files. I have change the file to this: it can't find the winword,excell,outlook.......... Is this something from SP2, that is included in SP3??? If so I just have to delete this part?? TITLE Office XP Slipstreamer brought to you by www.MSFN.org CLS @echo off ECHO. ECHO Starting the Slipstreaming process of Office XP Updates ECHO. ECHO Slipstreaming Office XP Service Pack 3 ECHO Please wait... msiexec /p C:\OfficeXP\OXPupdates\MAINSP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\Owc10SP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\OWC10.MSI SHORTFILENAMES=TRUE /qb ECHO. ECHO Slipstreaming Office XP Post-SP3 Updates ECHO Please wait... msiexec /p C:\OfficeXP\OXPupdates\WINWORDff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\EXCELff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\OUTLOOKff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\VBE6ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\MSCONVff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\SNAPVIEWff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb ECHO. ECHO Slipstreaming Completed! pause EXIT Is it this way, it has to look??? TITLE Office XP Slipstreamer brought to you by www.MSFN.org CLS @echo off ECHO. ECHO Starting the Slipstreaming process of Office XP Updates ECHO. ECHO Slipstreaming Office XP Service Pack 3 ECHO Please wait... msiexec /p C:\OfficeXP\OXPupdates\MAINSP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\Owc10SP2ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\OWC10.MSI SHORTFILENAMES=TRUE /qb ECHO. ECHO Slipstreaming Office XP Post-SP3 Updates ECHO Please wait... msiexec /p C:\OfficeXP\OXPupdates\VBE6ff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\MSCONVff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb msiexec /p C:\OfficeXP\OXPupdates\SNAPVIEWff.msp /a C:\OfficeXP\XPCD\$OEM$\$1\install\Applications\OfficeXP\proplus.msi SHORTFILENAMES=TRUE /qb ECHO. ECHO Slipstreaming Completed! pause EXIT And this is my extract_updates file: TITLE Office XP SP2 and Post-SP2 Extractor brought to you by www.MSFN.org CLS @echo off ECHO. ECHO Extracting files.... ECHO. OfficeXpSp3-kb832671-fullfile-dan /Q /C /T:C:\OfficeXP\OXPupdates ECHO Extraction Completed pause EXIT Thanks !!
  4. Here I can make an advanced unattended office XP http://unattended.msfn.org/xp/officexp_advanced.htm But now when the SP3 is out, how do I then do in section 2?? It's not the same files as specified in the guides section 2..... Help help :-))
×
×
  • Create New...