Jump to content

hevnbnd

Member
  • Posts

    268
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything 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. To answer your question i just used your latest do.cmd.
  3. Look below for updated info. Does this help any webmedic
  4. I get this error on all of my hotfixes in folder "2" Comman line option synex error. These are the files i have in that folder js56nen.exe msjavwu.exe q330994.exe q817287.exe q822925.exe am i doing something wrong? I am using your latest do.cmd
  5. When i save a batch file in notepad it gives me these options: ANSI Unicode Unicode big endian UTF-8 Which one of these should i use. I defaults to Unicode. Any help would be appritiated. Thanks Brian A.
  6. 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....
  7. 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
  8. STill no luck. When i get on the computer and go to a cmd promt and run the batch commands i get this message: C:\INSTALL>¨„C ' ¨„C' is not recognized as an internal or external command, operable program or batch file. Does this help? Please someon help.
  9. 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
  10. Thanks for the quick reply, My unattend file is named winnt.sif. not sure what i was thinking there. And as for the product key i straight up forgot. Thanks for removing it. So any ideas anyone why none of my batch files are running?
  11. 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
  12. 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...