Jump to content

dazzlee

Member
  • Posts

    21
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    India

Posts posted by dazzlee

  1. I did the Slipstream in Windows XP SP3

    and here's my Error

    WMP11Slipstreamer v1.2.0.0

    Detected source: Windows™ XP Professional SP3

    Hotfixes:

    windowsmedia11-kb928788-x86-intl.exe

    windowsmedia11-kb929399-v2-x86-intl.exe

    windowsmedia11-kb929773-x86-intl.exe

    windowsmedia11-kb932390-x86-intl.exe

    windowsmedia11-kb933547-x86-intl.exe

    windowsmedia11-kb935551-x86-intl.exe

    windowsmedia11-kb935552-x86-intl.exe

    windowsmedia11-kb939209-x86-intl.exe

    WindowsMedia11-KB939683-x86-ENU.exe

    windowsmedia11-kb942264-x86-intl.exe

    windowsmedia11-kb944110-x86-intl.exe

    windowsmedia11-kb944882-x86-intl.exe

    windowsmedia11-kb946665-x86-intl.exe

    WindowsXP-KB941569-x86-ENU.EXE

    Epsilon.IO.Archival+ArchiveProcessException: An error occurred while extracting files from "System.IO.FileStream" ---> FdiException: Error code: CorruptCabinet:0.

    Stack Trace:

    at Epsilon.IO.Compression.Cabinet.FDIWrapper`1.ThrowFdiException()

    at Epsilon.IO.Compression.Cabinet.FDIWrapper`1.Extract(String cabinetFilePath)

    at Epsilon.IO.Compression.CabDecompressor.Extract(Stream stream, Boolean closeWhenDone)

    at Epsilon.IO.Archival.NativeCabinetExtract(Stream stream, String destinationFolder, FilenameNotifyDelegate filenameCallback, ProgressNotifyDelegate progressCallback)

    --- End of inner exception stack trace ---

    at WMP11Slipstreamer.Backend.StandardHotfixApply(String fixesFolder, Dictionary`2 hotfixFileDictionary)

    at WMP11Slipstreamer.Backend.ApplyFixes()

    at WMP11Slipstreamer.Backend.SlipstreamWMP11()

    at WMP11Slipstreamer.MainForm.WorkerMethod(Object workerParam)

    Extra error information:

    Offending hotfix: windowsmedia11-kb946665-x86-intl.exe

    Deleting "E:\SP3\i386\wmp11temp"... Done!

    The source being modified has not been damaged.

    All changes have been successfully reverted.

    I hope, the Hotfix(kb946665) is new, its MD5 : 690C78D8FFE6FB83DFF90254AD61E407

  2. i guess u have 946665 corrupted. that fix is corupted from microsoft server...so try redownload. and after u did it...run it to be sure its working.

    NO booogy, i downloaded the latest hotfix, after they fixed,,,

    I think, being its a new hotfix, they compressed with the new cabinet maker, so its unable to open by the cab in Windows 2000 while extracting in 2K Environment...... its only my guess!!!

  3. Did a integrate without any hotfixes, integration gone smoothly, I think thers a problem with a Hotfix you specified....

    But not yet tested the installation,,,,

    Edit1:

    Did integrate WMP11 with all Hotfixes except "windowsmedia11-kb946665-x86-intl.exe",,, integraton gone smoothly

    when this hotfix is added, the error pops up....

  4. wmp_size_fig01.gif

    After using Nlite, the WMP Toolbar Shortcut is missing, in taskbar....I dint mean the WMP quick launch shortcuts... hope you understood...

    I dont know, whether you or booogy is responsible to do this task..

  5. Hi all,

    I've finally managed to get my 1st unattended installation of Win2K3 and Office2K3 with all the hotfixes.

    I've used the following cmd line method to install Office (which works just fine)

    ECHO Installing Office 2003 Professional

    ECHO Please wait...

    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

    Now that the installation is done, I would like to remove the Office installation folder that I don't need anymore.

    Any help would be much appreciated.

    Thanks.

    W.

    you can do it

    by adding a cleanup.cmd to your setup

    such as

    ECHO Installing Office 2003 Professional
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\Office2003\setup.exe TRANSFORMS=Unattended.MST /qb-

    ECHO Cleaning Up
    ECHO PLease Wait.....
    %systemdrive%\install\cleanup.cmd
    EXIT

    and your cleanup.cmd shold contain all you removable files

    //- here represents comments ( remove that from the file, only for you understanding)

    cleanup.cmd

    cmdow @ /HID
    shutdown.exe -r -f -t 60 -c "Windows XP will now restart in 1 minute..."
    net user aspnet /delete

    DEL "%systemroot%\system32\dllcache\*.scr" //- deletes all screensavers
    DEL "%systemroot%\system32\*.scr" //- deletes all screensavers

    DEL "%AllUsersProfile%\Start Menu\Windows Update.lnk"
    DEL "%AllUsersProfile%\Start Menu\Set Program Access and Defaults.lnk"
    DEL "%AllUsersProfile%\Start Menu\Windows Catalog.lnk"
    DEL "%systemdrive%\install\Applications\Office2003\setup.exe" // - removes your office 2003 setup files

    RD /S /Q %systemdrive%\install\Applications

    EXIT

    I hope you will understand now, if you have any doubts ask me... ;)

  6. you can NOT make office 2003 install at the t-13 part of windows installation

    you can only do it via the runonce part of windows

    you would have it

    copy a compressed file over to the hard drive

    than extract itself

    than run the setup line from Office 2003 Resource Kit

    if you want it to be totally indie install

    no input from you

    Yup, I installed 72 Mb office 2003 at T-13 Min

    It went fine.

×
×
  • Create New...