Jump to content

Mr_Smartepants

Members
  • Posts

    807
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Mr_Smartepants

  1. You need the Mass Storage drivers from Sony for your system to slipstream using nlite (If you're only installing to a single system).

    www.driverpacks.net has universal drivers that can be slipstreamed into your XP source using the DriverPacks BASE that would allow your disc to be installed to 98% of systems out there.

  2. Is that file the same through all the different XP versions? Removing the resources and doing a simple file replacement would be the simplest option, but not very elegant. Also the safest option, but not ideal either would be to not patch that file in the first place (until a fix is found).

    Having a partially patched system is better than a broken system.

  3. Just got done testing the new 3.0.0.4 GUI and I can confirm that the Automatic Updates tab problem Burned reported affects all versions (Home, Pro, MCE) AND not just the 3.* versions of GUI but 2.2.0.4 also, which never previously had a problem now has the same problem.

    The bug must be in the resources (green.xptsp tested) or somewhere else.

    I tried with resources translation option checked & unchecked.

  4. I integrate XP SP3 MSDN sources with U_H post-sp3 updatepack along with WMP11 and a (fairly conservative) list of addons. I'll do another test just to make sure.

    *Edit

    OK, confirmed. The problem still exists. Just did XP Pro SP3 with my normal updatepack/addon load.

    I make the following de-selections:

    zyg49h.png

    All other settings are defaults.

    Here's the relevant portion of the xptsp log:

    XPtsp v3.0.0.3 Patching Started: 07/04/2010 06:53

    <snip>

    Patching WBEMOC.INF

    Patching SVCPACK.INF

    Modifying TRUETRAN.CAB add-on for OS

    Copying theme package to i386 folder...

    Adding Optional Components

    Patching Completed in 0 seconds.

    And the relevant portion of dosnet.inf

    [Files]

    d1,XPtsp_CF.inf

    d1,XPtsp_CF.Cab

    d1,AeroCurs.inf

    d1,AeroCurs.Cab

    d1,VistaPix.inf

    d1,VistaPix.Cab

    d1,WinFlip.inf

    d1,WinFlip.Cab

    d1,CAD2009.inf

    d1,CAD2009.Cab

    d1,TrueTran.inf

    d1,TrueTran.Cab

    d1,TransBar.inf

    d1,TransBar.Cab

    d1,NR_VisTT.inf

    d1,NR_VisTT.Cab

    d1,UberIcon.inf

    d1,UberIcon.Cab

    d1,XPtspCom.inf

    Before integrating, I used ccleaner to nuke my temp files, used a clean XP source, reintegrated fresh updatepack/addons. Redownloaded xptsp 3.0.0.3 (MD5 matches site) and let the GUI download fresh themes, extras etc.

    I'll test again on a bare XP Pro sp3 source just to be certain.

    *Edit#2

    Problem still exists even with an unaltered MSDN XP Pro SP3 disc. Dosnet.inf entries are made and files added even if de-selected.

    What else would you like me to try?

    *Edit#3

    OK, de-selecting the entire group, then manually re-selecting the components I wanted solves the problem.

  5. I just got done testing my Pro disc which had 3.0.0.1 integrated in it, so I don't know if you've already fixed it in 3.0.0.2 but it had issues.

    When I go through the installer I usually uncheck the "Additional Programs" UberIcon, Visual Task Tips, Transparent Bar, True Transparency, & WinFlip but they ALL got installed anyway.

    The above problems still exist in 3.0.0.3 on my MCE build. I have not yet tested Pro.

  6. [AddProgram]

    Silverlight.exe /q

    "cmd /c rd ""%AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight"" /s /q"

    This is a multimode installer so you have access to the following switches:

    -ai = Silent

    You used the wrong switch. ;)

    No need for double-quotes. Just make a cleanup.cmd file and call it.

    The target directory should be empty before deleting it.

    DEL /F /S /Q "%AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight\*.*"
    RD /S /Q "AllUsersProfile%\Start Menu\Programs\Microsoft Silverlight\"

  7. I just got done testing my Pro disc which had 3.0.0.1 integrated in it, so I don't know if you've already fixed it in 3.0.0.2 but it had issues.

    When I go through the installer I usually uncheck the "Additional Programs" UberIcon, Visual Task Tips, Transparent Bar, True Transparency, & WinFlip but they ALL got installed anyway.

    I have not yet tested 3.0.0.2.

  8. To answer your question...no. That's not possible.

    Not all the installers in every DriverPack are compatible with being installed at T-13, but all are ROE compatible.

    If you want to test, add the following line to \i386\svcpack.inf

    [SetupHotfixesToRun]
    %SystemDrive% & cd\ & Start /wait /separate /high "" DPsFnshr.exe

    I haven't tested this, but I'm 90% certain that it will fail.

    Don't blame me if this smokes your install, melts your ice-cream or turns your cat purple. ;)

  9. That's because there are only two options. GUIrunonce or RunOnceEx. Both occur at roughly the same time. ROE is better (in my opinion). GUIrunonce requires entries in the winnt.sif, which is not used by everyone.

    If you have entries in BOTH GUIrunonce and RunOnceEx, they will both execute at the same time and cause problems.

    EXACTLY when do you wish to execute the finisher? Ricktendo64 already explained how to execute it during first user login.

  10. Why aren't you asking this question over at DriverPacks.net forums? Are you afraid of us? ;)

    Did you select to run the finisher at GUIrunonce or RunOnceEx? If RunOnceEx, then change the number found in %source%\$OEM$\cmdlines.txt

    [Commands]
    "ROE.exe 937"

    Change the 937 to any number between 10 and 999. Any number will do, but make sure it doesn't conflict with your other apps executing during RunOnceEx.

    For more info on ROE, read here: http://unattended.msfn.org/unattended.xp/view/web/14/

×
×
  • Create New...