Jump to content

baza23

Member
  • Posts

    33
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United Kingdom

Posts posted by baza23

  1. I've got a problem with some machines in work, the IBM Thinkcentre and Netvista series, they both have onboard Intel Extreme Graphics. The problem is that if I include the path to the Intel Extreme Graphics drivers in the oempnpdrivers line of sysprep.inf and run the mini-setup, upon bootup the PC hangs, so I have to turn it on and off, anyone have any ideas to get around this?

    I've found someone with the same issue here, but can't get his solution to work.

    http://www.toussaint.ca/unattend/IntelExtremeSysprep.html

  2. If I manually set the devicepath of my drivers in HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\DevicePath: REG_EXPAND_SZ:%SystemRoot%\Inf, does this mean that I don't have to use the oempnpdrivers = OemPnPDriversPath="Drivers\000_chipset;Drivers\001_Intel100;Drivers\002_Intel1000;Drivers\003_videointel;Drivers\004_sound" path in my sysprep.inf file?

  3. I found where I read it

    http://www.microsoft.com/technet/prodtechn...n/sp2otech.mspx

    Controlling block storage devices on USB buses

    What does controlling block storage devices on USB buses do?

    This feature provides the ability to set a registry key that will prevent write operations to USB block storage devices, such as memory sticks. When this registry key is enabled, the devices function only as read-only devices. You can implement this setting as part of a security strategy to prevent users from transporting data using these devices.

    Who does this feature apply to?

    • Users who do not want data to be written from their computer to a USB storage device.

    • IT professionals who want to implement organization controls over the use of USB block storage devices

    Only problem is I don't have this key in my registry, how do I add it?

    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\StorageDevicePolicies\WriteProtect

  4. wuschel,

    That sounds to me like a mis-spelt switch as one works and the other doesn't.  Try using the switches as stated in the post by baza23 which works for eveybody else.

    Hope that helps.

    I just tried a new disc and it comes up with invalid switch when trying to install directx9c, is there a problem with the command I used.

    ECHO.
    ECHO Installing DirectX 9.0C
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\DirectX9c\dxsetup.exe /silent /noreboot

    I'm pretty sure that the /noreboot switch doesn't work :(

  5. I'm updating my svcpack.inf file, can someone tell me if this is ok? :)

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

    [SetupData]
    CatalogSubDir="\i386\Update"

    [ProductCatalogsToInstall]

    [SetupHotfixesToRun]
    JS56NEN.exe /Q:A /R:N
    Q821557.exe /Q /Z /O
    Q823182.exe /Q /Z /O
    Q823559.exe /Q /Z /O
    Q823980.exe /Q /Z /O
    Q824105.exe /Q /Z /O
    Q824141.exe /Q /Z /O
    Q824146.exe /Q /Z /O
    Q825119.exe /Q /Z /O
    Q826939.exe /Q /Z /O
    Q826942.exe /Q /Z /O
    Q828026.exe /Q /Z /O
    Q828028.exe /Q /Z /O
    Q828035.exe /Q /Z /O
    Q828741.exe /Q /Z /O
    "Q832483.exe /C:""dahotfix.exe /q /n"" /q:a"
    Q835732.exe /Q /Z /O
    Q837001.exe /Q /Z /O
    Q839645.exe /Q /Z /O
    Q840315.exe /Q /Z /O
    Q840374.exe /Q /Z /O
    Q841873.exe /Q /Z /O
    Q842773.exe /Q /Z /O
    KB867801.exe /Q:A /R:N
    KB870669.exe /Q:A /R:N
    Qchain.exe

  6. Need to install Java 1.3.1_06 silently, tried this and it doesn't work as it comes up asking me to click next.

    ECHO.
    ECHO Installing Sun Java VM 1.3.1
    ECHO Please wait...
    start /wait %systemdrive%\install\Applications\SunJava1\j2re-1_3_1_06-windows-i586.exe /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"

    Can anyone help me?

  7. how are you installing it?  What method - from where in the automated process?

    does it install at all with what you have?

    probably an issue of missing quotes or spaces? or extra quote - you have a quote with the v  does it need to be /v\"

    also - try using %programfiles% instead of c:\program files if you want it more universal.

    I'm installing it from start.cmd along with acrobat, quicktime, etc.

    It doesn't install silently at all and prompts me to type everything in.

  8. For some reason it will ... I've spent 2 days creating unattended Win CD, and couldn't find any way around this problem. Yesterday I've started with XPlode project, and that onw works just fine ... since deletes $winnt$.inf after installation ... then you can run Sysprep ... make sure your Sysprep is located on the root of your %systemdrive% as if placed on other locations your Sysprep.inf (answer file) for Sysprep will not work. Once Sysprep is done, it will remove itself and corresponding folder from the root of %systemdrive% ... You should use Sysprep ONLY if you plan to create an image of that computer, otherwise you don't need it ..

    Can I edit the $winnt$.inf file and take out this bit to stop it asking for start.cmd?

    [GuiRunOnce]

    "%systemdrive%\install\start.cmd

    Or can I just delete the $winnt$.inf

  9. I don't see any difference between them. Once it is installed,

    if I go to About VirusScan Enterprise in the systray, it just says licensed.

    Tried it on the 1 year license and tried it on perpetual.

    But a little helpful advice for all using VirusScan Enterprise.

    Create your install with the McAfee Installation Designer 7.10

    It allows custom settings, such as

    OnDemand task scheduling

    AutoUpdate task scheduling

    patch installation

    registry settings changes

    updated dats and engines,

    silent install

    etc

    then it recompiles it into a new MSI file.

    Where can I get the McAfee Installation Designer 7.10?

×
×
  • Create New...