Jump to content

SnakeOiler

Member
  • Posts

    12
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by SnakeOiler

  1. That card should have come with a DVI to HDMI adapter. I would use that along with HDMI-HDMI 1.3a cable.

    Also, it should come with an S/PDIF audio cable that attachs to the spdif header on the motherboard(if one exists), thus making it possible to send sound across HDMI.

  2. If a 3rd party app can do it, then I should be able to do it without that application. Lots of other people seem not to have a problem doing the way I specified above, so I don't understand why it doens't work.

    If I run the command after windows has installed there is no problem. So it seems to be just a problem with it in SVCPACK

  3. I have never been able to get WMP10 to install. Everything else here installs fine, just not Media Player. Even if it is first listed, it still doesn't install. I always have WMP9 that starts up. Why?

    ;Windows XP
    [Version]
    Signature="$Windows NT$"
    MajorVersion=5
    MinorVersion=1
    BuildNumber=2600

    [SetupData]
    CatalogSubDir="\i386\SVCPACK"

    [ProductCatalogsToInstall]

    [SetupHotfixesToRun]
    msiexec\WInstl31.exe /quiet /norestart
    WMP\mp10setup.exe /q:A /R:N /c:"setup_wm.exe /DisallowSystemRestore /NoPID /Q:A /R:N /P:#e"
    DirectX\dxsetup.exe /silent
    DirectX\RGB9RAST_x86.msi /qb /norestart
    MSIE\IE7-WindowsXP-x86-enu.exe /passive /update-no /no-default /norestart
    qchain.exe

  4. <snip>

    Then this:

    C:\mbsacli.exe /xmlout /wa /nvc >C:\WU.TXT

    This downloads something but then fails with an error message saying that my computer is not on a server or something. At the second attempt, the error message displays immediately.

    mbsacli 2.0 requires that the Window Update agent 2.0 be installed. Other than that, you need the latest security update catalog (wsusscan.cab). Use the /nd switch to keep from downloading anything.

    mbsacli /nd /nvc /wi /xmlout /catalog wsusscan.cab > scan.xml

    This will give me an xml report, but I can't do anything with it. The documentation says mbsacli has report switches, but I can't seem to use them: 1) you can't use them in conjunction with scanning switches, 2) I can't even run mbsacli without using the /xmlout switch

  5. OK, my bad - I was not explaining my problem thoroughly: the manual processing starts right at the beginning, as in my unattended file was not being read. Sure enough, I have it in the wrong directory. Fixed that and all the automation is now working.

    It still stops, though, when trying to format the partition. Still says disk is damaged, blah blah blah, install Windows on a different partition. :(

    Edit:

    I got it to work! My setup directory was called 'Windows XP Pro', so I tried removing the spaces from it, calling it 'WindowsXP_Pro'. Made the according change in txtsetup.sif, for the sourcepath: and viola! it worked.

  6. I have triple checked all my file changes and included my winnt.sif here. right now I am only testing out the XP install. When the install gets to the partitioning, everything becomes manual. then to top that off, when I walk through the process of deleting the partition and recreating it - it will not format it, saying the disk is damaged, etc. This is crap, because I have another unattended install (non multi-boot, only XP) that works beautifully on the same HDD. I don't know where to go.

    [Data]
    AutoPartition=1
    MsDosInitiated="0"
    UnattendedInstall="Yes"

    [Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=Yes
    TargetPath=\WINDOWS
    Repartition=Yes
    UnattendSwitch="yes"
    OemPnPDriversPath="Drivers\000_chip;Drivers\005_nic;Drivers\010_video;Drivers\015_sound;Drivers\020_modem;Drivers\025_Other"
    DriverSigningPolicy=Ignore

    [GuiUnattended]
    AdminPassword=*
    AutoLogon=Yes
    AutoLogonCount=1
    OEMSkipRegional=1
    OemSkipWelcome=1
    TimeZone=035

    [UserData]
    ProductKey=*****-*****-*****-*****-*****
    FullName=""
    OrgName=""
    ComputerName=XP-Machine

    [TapiLocation]
    CountryCode=1

    [RegionalSettings]
    LanguageGroup=1

    [Identification]
    JoinWorkgroup=WORKGROUP

    [Networking]
    InstallDefaultComponents=No

    [NetAdapters]
    Adapter1=params.Adapter1

    [params.Adapter1]
    INFID=*

    [NetClients]
    MS_MSClient=params.MS_MSClient

    [NetServices]
    MS_SERVER=params.MS_SERVER

    [NetProtocols]
    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
    DNS=No
    UseDomainNameDevolution=No
    EnableLMHosts=Yes
    AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]
    SpecificTo=Adapter1
    DHCP=Yes
    NetBIOSOptions=2

    [WindowsFirewall]
    Profiles=WindowsFirewall.TurnOffFirewall

    [WindowsFirewall.TurnOffFirewall]
    Mode=0

    [Display]
    BitsPerPel=32
    XResolution=1024
    YResolution=768
    VRefresh=75
    AutoConfirm=1

    [Components]
    AutoUpdate=off
    media_utopia=on
    msnexplr=off
    wmpocm=off
    zonegames=off

    [Shell]
    DefaultStartPanelOff=Yes
    DefaultThemesOff=No

    [GuiRunOnce]

    [Proxy]
    Proxy_Enable=0
    Use_Same_Proxy=0

×
×
  • Create New...