Jump to content

djpatch

Member
  • Posts

    29
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Italy

Posts posted by djpatch

  1. Hello everyone, I would write the file setupcomplete.cmd, so it runs a system restart, but the next reboot, install the remaining programs are always included in the file setupcomplete

    my setupcomplete:

    FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\sources\install.wim SET CDROM=%%i:

    SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

    REG ADD %KEY% /V TITLE /D "Installing Applications" /f

    REG ADD %KEY%\01 /VE /D "messenger" /f

    REG ADD %KEY%\01 /V 1 /D "%systemdrive%\Software\Live2011_setup.exe" /f

    REG ADD %KEY%\02 /VE /D "adobeflash" /f

    REG ADD %KEY%\02 /V 1 /D "%systemdrive%\Software\adoflash.exe" /f

    REG ADD %KEY%\03 /VE /D "framework" /f

    REG ADD %KEY%\03 /V 1 /D "%systemdrive%\Software\Net4.exe" /f

    REG ADD %KEY%\04 /VE /D "micro office" /f

    REG ADD %KEY%\04 /V 1 /D "%systemdrive%\Software\Office14\SETUP.EXE /config %systemdrive%\Software\office14\proplus.WW\CONFIG.XML" /f

    REG ADD %KEY%\05 /VE /D "riavvio sistema" /f

    REG ADD %KEY%\05 /V 1 /D "%systemdrive%\Software\reboot.exe" /f

    REG ADD %KEY%\06 /VE /D "avast" /f

    REG ADD %KEY%\06 /V 1 /D "%systemdrive%\Software\avastfree.exe" /f

    REG ADD %KEY%\07 /VE /D "bootskin" /f

    REG ADD %KEY%\07 /V 1 /D "%systemdrive%\Software\boot.exe" /f

    EXIT

    sorry my bad english

  2. First of all install and customize your own ObjectDock..

    1)create a first self-extracting archive with these parameters

    Setup=ObjectDock_free.exe /S /SUPPRESSMSGBOXES /NORESTART

    2)Go to PROGRAMFILES%\Stardock\ObjectDockFree select: dir background,dir themes,defaultappimages.ini,defaultcurrenttheme.ini and defaultsettings.ini. and create a second self-extracting archive with these parameters

    Path=%PROGRAMFILES%\Stardock\ObjectDockFree

    3)Go to C:\Users\Administrator\AppData\Local\Stardock\ObjectDock select all and create a third self-extracting archive with these parameters

    Path=%USERPROFILE%\AppData\Local\Stardock\ObjectDock

    now creates a single self-extracting archive with these parameters

    Setup=object.exe

    Setup=object1.exe

    Setup=object2.exe

    TempMode

    Silent=1

    Overwrite=1

    bye

×
×
  • Create New...