Jump to content

teemue

Member
  • Posts

    30
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Finland

Posts posted by teemue

  1. I think I can throw one feature request too.

    It would be cool to have printer called 'Microsoft XPS Document Writer' automatically removed though 1) I don't know what is it for and 2) Thus, I don't need it.

    I'm sorry about this post If there's already option to remove it. Haven't find it :)

  2. Canon Printers or Multifunctional Device(Printer/Scanner/Copy)

    Components:Drivers-->Printers-->Canon

    Error:Canon driver install fails.Device(s) will not be recognized

    Notes:Bad thing is that this particular built in driver weights no more than ~298MB :blink: (more than any other printer driver!).

    I have Canon Pixma IP2000 printer, removed Canon printer drivers but integrated IP2000 drivers (in fact they were meant for XP). Works well! :)

  3. This is my Autounattend.xml i'm trying to use...

    <?xml version="1.0" encoding="utf-8"?>
    <unattend xmlns="urn:schemas-microsoft-com:unattend">
    <settings pass="windowsPE">
    <component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SetupUILanguage>
    <UILanguage>en-US</UILanguage>
    </SetupUILanguage>
    <InputLocale>0000042a</InputLocale>
    <UserLocale>fi-FI</UserLocale>
    <UILanguage>en-US</UILanguage>
    <SystemLocale>fi-FI</SystemLocale>
    </component>
    <component name="Microsoft-Windows-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <UserData>
    <ProductKey>
    <Key>(removed)</Key>
    <WillShowUI>OnError</WillShowUI>
    </ProductKey>
    <FullName>tk</FullName>
    <AcceptEula>true</AcceptEula>
    </UserData>
    <ImageInstall>
    <OSImage>
    <InstallFrom>
    <MetaData action="add">
    <Key>/IMAGE/NAME</Key>
    <Value>Windows Vista (vLite) HOMEPREMIUM</Value>
    </MetaData>
    </InstallFrom>
    <InstallToAvailablePartition>false</InstallToAvailablePartition>
    <WillShowUI>OnError</WillShowUI>
    </OSImage>
    </ImageInstall>
    </component>
    </settings>
    <settings pass="oobeSystem">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <OOBE>
    <HideEULAPage>true</HideEULAPage>
    <NetworkLocation>Home</NetworkLocation>
    <ProtectYourPC>1</ProtectYourPC>
    </OOBE>
    <TimeZone>FLE Standard Time</TimeZone>
    </component>
    </settings>
    <settings pass="auditUser">
    <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>cmd /c %AppsRoot%\Install\AVG\avg75free.exe /HIDE /DONT_START_APPS /NO_WELCOME /NO_AVGW_STARTUP /QUIT_IF_INSTALLED</Path>
    <Description>AVG</Description>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>2</Order>
    <Path>cmd /c %AppsRoot%\Install\ASIO4ALL_2_8_English.exe /S /NCRC</Path>
    <Description>ASIO4ALL</Description>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>3</Order>
    <Path>cmd /c REGEDIT /S %AppsRoot%\Install\regtweax.reg</Path>
    <Description>Registry tweaks</Description>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    </settings>
    <settings pass="specialize">
    <component name="Microsoft-Windows-Shell-Setup" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <ComputerName>teemue-PC</ComputerName>
    </component>
    <component name="Microsoft-Windows-Security-Licensing-SLC-UX" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <SkipAutoActivation>true</SkipAutoActivation>
    </component>
    <component name="Microsoft-Windows-Deployment" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <RunSynchronous>
    <RunSynchronousCommand wcm:action="add">
    <Order>1</Order>
    <Path>cmd /c "FOR %i IN (C D E F G H I J K L N M O P Q R S T U V W X Y Z) DO IF EXIST %i:\AppsRoot.txt SETX AppsRoot %i: -m"</Path>
    </RunSynchronousCommand>
    <RunSynchronousCommand wcm:action="add">
    <Order>2</Order>
    <Path>%WINDIR%\system32\sysprep\sysprep.exe /quiet /audit</Path>
    </RunSynchronousCommand>
    </RunSynchronous>
    </component>
    </settings>
    <cpi:offlineImage cpi:source="wim:D:/uusvdvd/sources/install.wim#Windows Vista (vLite) HOMEPREMIUM" xmlns:cpi="urn:schemas-microsoft-com:cpi" />
    </unattend>

  4. @ teemue: You can extract DriveSpeed out of the Nero installer. Just start the downloaded file from Nero website and continue it until it shows up the components selection screen (Do not close it). Then go to your %temp% folder, there will be a NeroDemo folder or something like that. Inside this folder there is a file Nero.msi. Run the command "msiexec /a Nero.msi /norestart" on that file and do an admin install by this. If there are any errors on missing .cab files during the admin install, copy the content of the "Cab" folder inside the Nero temp folder into the Nero temp folder. (one level above) This works fine for me. Now close everything and browse to the folder that you installed your admin install to. There should be the files you need, anywhere @ ToolKit or DriveSpeed, cant`t check it, because I am not at home. ;)

    Thanks..but admin install seems to extract every component though i've selected only drvspeed :P:P

  5. Could someone make a lite version of Nero which contains only DriveSpeed :)

    ...or help me to do it myself ? :)

    You can download DriveSpeed seperately from http://www.cdspeed2000.com/download.html. To make a silent installer just use plain batch commands to copy the files inside the zip file to your harddrive. Thats very basic stuff.

    Yep, it's pretty old version of DriveSpeed at that site (not fully compatible with Vista as the newest version is.)

    I've made silent installation with full nero installation...but it's kinda stupid because the installation package takes over 600MB's and drivespeed is just few MB's :rolleyes: so a lighter version would be really nice!

  6. I appear to have Behringer UCA200 USB Audio interface. I would like to bypass input signal straight to output but Vista's own USB Audio driver doesn't support it (Don't know if even XP does?). I would be very thankful if somebody can help me to work this out. Is there any better (universal) drivers available? :rolleyes:

×
×
  • Create New...