Jump to content

jrebeiro

Member
  • Posts

    2
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by jrebeiro

  1. I know this is a really old thread but when you run sysprep you need to add the -quiet switch. If you don't add -quiet sysprep ignores the sysprep.inf file.

    I usually create a run_sysprep.cmd file and launch sysprep from that contains the following:

    @ECHO OFF
    TITLE Running Sysprep... DO NOT CLOSE THIS WINDOW
    sysprep.exe -quiet -mini -reseal -shutdown
    EXIT

  2. Does anyone know if there is a silent installation switch for Quicktime 6.4? I have searched all over the web and found nothing. 

    -Brian

    Download the Full Installer and create a file called QuickTimeInstaller.ini in the same folder. Paste the following into this file.

    [QTSETUP] 
    license_option=0
    no_dialogs=true
    registration_dialog=false
    supress_speed_dialog=true
    install_qtjava=false
    install_qd3d=true
    show_sample=false
    show_readme=false
    show_programfolder=false
    install_qtinfo=true

    When you run the installer it will see this file and install quicktime. I wish I had some more information on customizing QuickTimeInstaller.ini. Anyone else who has more info can post here.

    Enjoy!

×
×
  • Create New...