Jump to content

hevnbnd

Member
  • Posts

    268
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Posts posted by hevnbnd

  1. ok update:

    I moved all of the contents of my prep folder to /install folder and i did not get any errors. Any ideas why?

    Here is where i am trying to run do.cmd from D:\OPKTools\Custom Install CD\prep

    What all needs to be changed in do.cmd to get it to work properly?

    Here is the directory structure of D:\OPKTools\Custom Install CD\prep

    Folders

    1

    2

    3

    4

    5

    bin

    files

    fixes

    tmp

    system

    When i get the error command line option syntex error my cmd windows says this:

    'bin\rm.exe' is not a recognized internal or external command

  2. Windows installs fine but my batches never run. The install folder with all apps and hotfixes install fine to the c:\ drive of the computer below is the winnt.sif:

    ;SetupMgrTag

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    Unattendmode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    UnattendSwitch="no"

    TargetPath=\WINDOWS

    OemSkipEula=YES

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OEMPnPDriversPath="PnPDrvrs\NIC;PnPDrvrs\audio"

    [GuiUnattended]

    TimeZone="020"

    AdminPassword=*

    OEMSkipRegional=1

    OEMSkipWelcome=1

    [userData]

    FullName="Your User Name"

    OrgName="Your Company Name"

    ComputerName=*

    ProductKey=removed

    [Display]

    BitsPerPel=32

    XResolution=1024

    YResolution=768

    VRefresh=85

    [branding]

    BrandIEUsingUnattended=Yes

    [Networking]

    InstallDefaultComponents=Yes

    [identification]

    JoinWorkgroup=Workgroup

    Home_Page=http://www.squareplanet.com

    [Components]

    msmsgs=off

    msnexplr=off

    [GuiRunOnce]

    %systemdrive%\install\main_batch.cmd

    %systemdrive%\install\hotfixes.cmd

    %systemdrive%\install\applications.cmd

    here is the main_batch.cmd:

    CLS

    @echo off

    ECHO.

    ECHO Over the next few minutes you will see automated installations

    ECHO of various sofware applications, windows updates, and registry

    ECHO hacks being implemented. The computer will restart automatically

    ECHO once the whole process has finished!

    ECHO.

    ECHO Installing MSN Messenger 6.1.0144 Final

    ECHO Please wait...

    start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

    ECHO.

    ECHO Installing DirectX 9.0b

    ECHO Please wait...

    start /wait %systemdrive%\install\DirectX9b\dx9NTopk.exe

    ECHO.

    ECHO Installing Windows Media Player 9

    ECHO Please wait...

    start /wait %systemdrive%\install\WMP9\WMP9_MM2_ENU.exe

    ECHO.

    ECHO Installing PowerToys

    ECHO Please wait...

    start /wait %systemdrive%\install\PowerToys\PowertoySetup.exe /s /v/qn

    ECHO.

    ECHO Installing Microsoft JavaVM - Build 3810

    ECHO Please wait...

    start /wait %systemdrive%\install\JavaVM\msjavwu.exe /Q:A /R:N

    ECHO.

    EXIT

    What am i doing wrong? Someone please help me. Thanks in advance....

  3. Some help would be great. The files copy over to the computers c: directory, but the batches never run. Here is my current winnt.sif:

    ;SetupMgrTag

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    Unattendmode=FullUnattended

    OemSkipEula=Yes

    OemPreinstall=Yes

    UnattendSwitch=Yes

    TargetPath=\WINDOWS

    OemSkipEula=YES

    WaitForReboot="No"

    DriverSigningPolicy=Ignore

    OEMPnPDriversPath="PnPDrvrs\NIC;PnPDrvrs\audio"

    [GuiUnattended]

    TimeZone="020"

    AdminPassword=*

    OEMSkipRegional=1

    OEMSkipWelcome=1

    [userData]

    FullName="Your User Name"

    OrgName="Your Company Name"

    ComputerName=*

    ProductKey=nope

    [Display]

    BitsPerPel=32

    XResolution=1024

    YResolution=768

    VRefresh=85

    [branding]

    BrandIEUsingUnattended=Yes

    [Networking]

    InstallDefaultComponents=Yes

    [identification]

    JoinWorkgroup=Workgroup

    Home_Page=http://www.squareplanet.com

    [Components]

    msmsgs=off

    msnexplr=off

    [GuiRunOnce]

    %systemdrive%\install\main_batch.cmd

    %systemdrive%\install\hotfixes.cmd

    %systemdrive%\install\applications.cmd

    Here is my current main_batch.cmd

    CLS

    @echo off

    ECHO.

    ECHO Over the next few minutes you will see automated installations

    ECHO of various sofware applications, windows updates, and registry

    ECHO hacks being implemented. The computer will restart automatically

    ECHO once the whole process has finished!

    ECHO.

    ECHO Installing MSN Messenger 6.1.0144 Final

    ECHO Please wait...

    start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

    ECHO.

    ECHO Installing DirectX 9.0b

    ECHO Please wait...

    start /wait %systemdrive%\install\DirectX9b\dx9NTopk.exe

    ECHO.

    ECHO Installing Windows Media Player 9

    ECHO Please wait...

    start /wait %systemdrive%\install\WMP9\WMP9_MM2_ENU.exe

    ECHO.

    ECHO Installing PowerToys

    ECHO Please wait...

    start /wait %systemdrive%\install\PowerToys\PowertoySetup.exe /s /v/qn

    ECHO.

    ECHO Installing Microsoft JavaVM - Build 3810

    ECHO Please wait...

    start /wait %systemdrive%\install\JavaVM\msjavwu.exe /Q:A /R:N

    ECHO.

    EXIT

    SOMEONE PLEASE HELP I HAVE BEEN MESSING WITH THIS FOR A WEEK NOW. Thanks in advance.... B

  4. This is what ref.chm says about the factorymode line.

    [Factory] Installs Windows from a specified configuration set. Required.

    Well i took the factorymode line out and this time instead of going straight into windows after the install it came to the welcome screen and ask for my username and if i wanted to register. Anyone got any more ideas. Need help soon. Working on a project. Thanks Brian

  5. Ok, I spent two days reading before i made this post. None of my batch files run after windows completes its install and reboots into windows. I am assuming this is where they should begin to run? They did copy over to this directory C:\Install from the cd. So they are on the hard drive. The are .cmd and not .cmd.txt. When i double click them from the hard drive msdos flashes and then goes away and nothing happens. Here is what my winnt.swf file looks like:

    [Data]

    AutoPartition=0

    MsDosInitiated="0"

    UnattendedInstall="Yes"

    [unattended]

    Unattendmode = FullUnattended

    OemSkipEula=Yes

    OemPreinstall = Yes

    UnattendSwitch="no"

    TargetPath = *

    Filesystem = LeaveAlone

    OemSkipEula = YES

    FactoryMode = YES

    WaitForReboot="No"

    DriverSigningPolicy = Ignore

    OEMPnPDriversPath = "PnPDrvrs\NIC;PnPDrvrs\audio"

    [GuiUnattended]

    TimeZone = "020"

    AdminPassword = *

    AutoLogon = Yes

    OEMSkipRegional = 1

    OEMSkipWelcome = 1

    [userData]

    FullName = "Your User Name"

    OrgName = "Your Company Name"

    ComputerName = *

    ProductKey=removed

    [LicenseFilePrintData]

    AutoMode = "PerServer"

    AutoUsers = "5"

    [Display]

    BitsPerPel = 32

    XResolution = 1024

    YResolution = 768

    VRefresh = 85

    [branding]

    BrandIEUsingUnattended = Yes

    IEBrandingFile = install.ins

    [Networking]

    [identification]

    JoinWorkgroup = Workgroup

    Home_Page=http://www.squareplanet.com

    [Components]

    msmsgs=off

    msnexplr=off

    [GuiRunOnce]

    %systemdrive%\install\main_batch.cmd

    %systemdrive%\install\hotfixes.cmd

    %systemdrive%\install\applications.cmd

    This is what my main_batch.cmd looks like:

    CLS

    @echo off

    ECHO.

    ECHO Over the next few minutes you will see automated installations

    ECHO of various sofware applications, windows updates, and registry

    ECHO hacks being implemented. The computer will restart automatically

    ECHO once the whole process has finished!

    ECHO.

    ECHO Installing MSN Messenger 6.1.0144 Final

    ECHO Please wait...

    start /wait %systemdrive%\install\MSN\MsnMsgs.msi /QB

    ECHO.

    ECHO Installing DirectX 9.0b

    ECHO Please wait...

    start /wait %systemdrive%\install\DirectX9b\dx9NTopk.exe

    ECHO.

    ECHO Installing Windows Media Player 9

    ECHO Please wait...

    start /wait %systemdrive%\install\WMP9\WMP9_MM2_ENU.exe

    ECHO.

    ECHO Installing PowerToys

    ECHO Please wait...

    start /wait %systemdrive%\install\PowerToys\PowertoySetup.exe /s /v/qn

    ECHO.

    ECHO Installing Microsoft JavaVM - Build 3810

    ECHO Please wait...

    start /wait %systemdrive%\install\JavaVM\msjavwu.exe /Q:A /R:N

    ECHO.

    EXIT

    What am i doing wrong? I have another issue with resealing the install but i will deal with that after i get this working. I was using winpe and installing across the network but i thought this might be easier. But i am having no luck. Please Help. Thanks In advance. Brian

  6. 1st- I am trying to install a app that requires user input of the registration information. It is Intervideo XPack IS there a way to install this app and somehow input my registration into the winbom or somewhere else so that it will do a silent installation? And what if any switches would be needed?

    2nd - How do i install the following apps silently:

    Roxio Easy Cd Creator 6

    Popup Dummy

    and Asus M3N drivers if someone happens to know.

    Thanks for your help in advance. BAC

×
×
  • Create New...