Jump to content

Mikep7779

Member
  • Posts

    221
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by Mikep7779

  1. Ok, the install went fine, but it didnt copy the files to my hard drive.....

    cmdow @ /HID

    @echo off

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

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

    REG ADD %KEY%\005 /VE /D "Adobe Reader 7" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\Install\adobe70\adobe70.msi" /f

    REG ADD %KEY%\010 /VE /D "Abc Torrent" /f

    REG ADD %KEY%\010 /V 1 /D "%systemdrive%\Install\ABC\ABC-win32-v2.6.9.exe /S" /f

    REG ADD %KEY%\015 /VE /D "FireFox 1.0.1" /f

    REG ADD %KEY%\015 /V 1 /D "%systemdrive%\Install\Firefox\Firefox101_Silent_en-US.exe" /f

    REG ADD %KEY%\025 /VE /D "Nero Burning ROM 6.6.0.8" /f

    REG ADD %KEY%\045 /V 2 /D "%systemdrive%\Install\Nero\Nero-6.6.0.8.exe /SILENT /NOREBOOT /SN=xxxxxxxxxxxxxxxxxxxxxxxx /WRITE_SN" /f

    REG ADD %KEY%\030 /VE /D "Cpl Mouse Fix" /f

    REG ADD %KEY%\030 /V 1 /D "REGEDIT /S %systemdrive%\Install\mouse_fix.reg" /f

    REG ADD %KEY%\040 /VE /D "K++ Codec Pack." /f

    REG ADD %KEY%\040 /V 1 /D "%systemdrive%\Install\Codecs\klmcodec125.exe /silent" /f

    REG ADD %KEY%\045 /VE /D "Ventrilo 2.20" /f

    REG ADD %KEY%\045 /V 1 /D "%systemdrive%\Install\ventrilo\ventrilo-2.2.0-Windows-i386.exe /q" /f

    REG ADD %KEY%\046 /VE /D ".Net Framework" /f

    REG ADD %KEY%\046 /V 1 /D "%systemdrive%\Install\dotnetfx\netfx.msi /q" /f

    REG ADD %KEY%\050 /VE /D "itunes" /f

    REG ADD %KEY%\050 /V 1 /D "%systemdrive%\Install\itunes4.7.msi" /f

    REG ADD %KEY%\051 /VE /D "Java 5.0.2 Upadate 2" /f

    REG ADD %KEY%\051 /V 1 /D "%systemdrive%\Install\java.exe" /f

    REG ADD %KEY%\052 /VE /D "Alcohol 120%" /f

    REG ADD %KEY%\052 /V 1 /D "%systemdrive%\Install\Alcohol120\Setup.msi /quiet /norestart" /f

    REG ADD %KEY%\053 /VE /D "Adobe Photoshop CS" /f

    REG ADD %KEY%\053 /V 1 /D "%systemdrive%\Install\adobepscs\setup.exe" /f

    REG ADD %KEY%\099 /VE /D "Cleaning Up and Rebooting" /f

    REG ADD %KEY%\099 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

    EXIT

    thats what my RunOnceEx.cmd says, i have all the files in

    \$OEM$\$1\Install

    Ideas?

  2. if you want a new steam install, the switch is /S and then you use taskkill to kill it

    and iirc, ventrilo is an msi so /qn or /qb will work

    But thats not going to install any games or configs... only the steam portion... so youre still going to need to wait 6 hours to get all of your games after the fact.. unless you back up the files I mentioned.

    Thats all i need, then ill make a SFX with the gfc's, should i use 7zip or winrar?

  3. Ok, i made my own oem branding and read up on it at

    http://unattended.msfn.org/advanced/cosmetics/oeminfo.htm

    How do i put it in my windows cd so it always installs?

    It said put it in xphere\$OEM$\$$\System32\

    Is that all i need to do?

    Im using nlite btw. Thanks

    Im also using the windows guided installer....

    The settings are at::

    ;SetupMgrTag
    [Data]
    AutoPartition=0
    MsDosInitiated="0"
    UnattendedInstall="Yes"

    [Unattended]
    UnattendMode=FullUnattended
    OemSkipEula=Yes
    OemPreinstall=No
    TargetPath=\WINDOWS

    [GuiUnattended]
    AdminPassword=*
    EncryptedAdminPassword=NO
    OEMSkipRegional=1
    TimeZone=35
    OemSkipWelcome=1

    [UserData]
    ProductKey=key removed
    FullName="Michael"
    OrgName=""
    ComputerName=PANDA

    [Display]
    BitsPerPel=32
    Xresolution=1024
    YResolution=768
    Vrefresh=85

    [RegionalSettings]
    LanguageGroup=15,1
    Language=00000409

    [Identification]
    JoinWorkgroup=WORKGROUP

    [Networking]
    InstallDefaultComponents=No

    [NetAdapters]
    Adapter1=params.Adapter1

    [params.Adapter1]
    INFID=*

    [NetClients]
    MS_MSClient=params.MS_MSClient

    [NetServices]
    MS_SERVER=params.MS_SERVER

    [NetProtocols]
    MS_TCPIP=params.MS_TCPIP

    [params.MS_TCPIP]
    DNS=No
    UseDomainNameDevolution=No
    EnableLMHosts=Yes
    AdapterSections=params.MS_TCPIP.Adapter1

    [params.MS_TCPIP.Adapter1]
    SpecificTo=Adapter1
    DHCP=No
    IPAddress=192.168.7.100
    SubnetMask=255.255.255.0
    DefaultGateway=192.168.7.7
    DNSServerSearchOrder=167.206.3.208,167.206.3.207
    WINS=No
    NetBIOSOptions=0



×
×
  • Create New...