Jump to content

Broken Hope

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by Broken Hope

  1. I do mine like this:

    [NetAdapters]
    ADMtek=params.ADMtek
    VIA=params.VIA

    [params.ADMtek]
    NetCardAddress=(mac address in the format of 0x************)
    ConnectionName="**********"

    [params.VIA]
    NetCardAddress=(mac address in the format of 0x************)
    ConnectionName="***********"

    [NetClients]

    [NetServices]

    [NetProtocols]
    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
    DNS=No
    UseDomainNameDevolution=No
    EnableLMHosts=No
    AdapterSections=params.MS_TCPIP.ADMtek, params.MS_TCPIP.VIA

    [params.MS_TCPIP.ADMtek]
    SpecificTo=ADMtek
    DHCP=Yes
    DNSServerSearchOrder=***.***.***.***
    WINS=No
    NetBIOSOptions=2

    [params.MS_TCPIP.VIA]
    SpecificTo=VIA
    DHCP=Yes
    DNSServerSearchOrder=***.***.***.***
    WINS=No
    NetBIOSOptions=2

  2. "Play All" ?

    I don't see that option becoming available when I use this DLL.

    And how to un-register this one?

    The standard way - "regsvr32 /U path-to-DLL"

    I mean the play all button in music folders in the left bar doesn't work at all, but yes this dll stops the move to and copy to boxes appearing.

    I tried doing the standard unregistor but it wasn't working.

  3. but ok only if run from the harddisk!

    Same here! Let's see if somebody comes up with a solution. :whistle

    So I do the same - getting the SFX to extract to HD, and then start setup!

    This is my SFX commands, shouldn't this extract the files to the hard drive so you wouldn't have the problems you are having?

    ;The comment below contains SFX script commands

    Path=.\%systemdrive%\Install
    SavePath
    Setup=netfx.msi /QB
    Silent=1
    Overwrite=2

  4. No, there's no other entry associated with it. Simply delete that directory.

    What is this line from txtsetup.sif for then?

    [sourceDisksNames.x86]

    1 = %cdname%,%cdtagfilei%,,\i386

    2 = "%cd2name%","%cd2tagfilei%",,\cmpnents\tabletpc\i386

    3 = "%cd2name%","%cd2tagfilei%",,\cmpnents\mediactr\i386

    4 = "%cd2name%","%cd2tagfilei%",,\cmpnents\netfx\i386

  5. Could someone edit the ini so that we can unattend the latest version of flash with this service pack because it comes with flash 6 by default. I can paste the contents of the ini to make it easier

    [Version]
    signature="$Windows NT$"
    ClassGUID={00000000-0000-0000-0000-000000000000}
    SetupClass=Base
    LayoutFile=layout.inf
    DriverVer=07/01/2001,5.1.2600.2180

    [DefaultInstall]
    CopyFiles = SWFiles
    AddReg = SW.AddReg
    RegisterDlls = Base.RegSvr

    [UpdateInstall]
    AddReg = SW.AddReg
    RegisterOCXs=Base.RegSvr.Update

    [SW.AddReg]
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%",,,"%DefaultName%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","ComponentID",,"%ComponentID%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","IsInstalled",0x00010001,1
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Version",,"%VersionNumber%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUID%","Locale",,"%LocaleID%"

    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%",,,"%DefaultName%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","ComponentID",,"%ComponentID%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","IsInstalled",0x00010001,1
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","Version",,"%VersionNumber%"
    HKLM,"SOFTWARE\Microsoft\Active Setup\Installed Components\%GUIDFACT%","Locale",,"%LocaleID%"

    HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Accepted Documents","flash",,"application/x-shockwave-flash"

    [SWFiles]
    flash.ocx

    [DestinationDirs]
    SWFiles=11, Macromed\Flash

    [Base.RegSvr]
    11,macromed\flash,flash.ocx,1

    [Base.RegSvr.Update]
    %11%\macromed\flash\flash.ocx


    [strings]
    productname="Shockwave Flash"
    GUID = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
    GUIDFACT = "{D27CDB6E-AE6D-11cf-96B8-444553540000}"
    DefaultName = "Macromedia Shockwave Flash"
    ComponentID = "Flash"
    VersionNumber = "6,0,79,0"
    LocaleID = "EN"

    The actual OCX file is included in a file called flash instead of swflash like before

  6. Has anyone managed to make an unattended nvmixer install? It uses an installshield file, I made an iss file which works fine in normal windows, but doesn't seem to work when I try on a fresh install in unattend.

    It requires direct X 9b to be installed, which I install at the same time as the mixer, would I need to install it after a reboot do you think?

×
×
  • Create New...