Jump to content

Nutso

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

Everything posted by Nutso

  1. make that GDI+ not MDI
  2. When the unattended windows installs MDI the security update from m$, it asks for user's action, how to override that? also the readme for hfnetchk pops up during the setup mode, how to close that? thanks for any inputs
  3. I tried to download the files but i get error page. any chance anyone has the java and adobe files? i'd appreciate it a lot. thanks
  4. Hi, Been working on unattended cd for a while. Have a couple of questions... The Adobe Reader won't install during the setup mode. CLS @ECHO OFF TITLE Post Install Setup :: ---------- Update MS Components ECHO Installing IE 6.0 SP1 start "IE 6.0 SP1" /wait c:\INSTALL\IE6\IE6SETUP.EXE /Q:A /R:N Echo Done Echo Installing MDAC Patch start "MDAC" /wait c:\install\other\MDAC\dahotfix.exe /q /n Echo Done ECHO Installing DirectX 9 START "DirectX 9 Install" /WAIT c:\install\DX9C\DXSETUP.EXE /silent Echo Done Echo Installing .Net Framework v1.1 SP1 Start "Framework" /Wait c:\install\Netframework\netfxsp1.exe Echo Done Echo Installing Windows Media Player 9 Start "WMP" /Wait c:\install\Apps\WMP9\MPSetup.exe /Q:A /R:N Echo Done ECHO Installing Sun Java VM. START "JAVA" /WAIT c:\install\javavm\j2re.exe /s /v Echo Done ECHO Hotfixing. START "HOTFIX" /WAIT c:\install\updatexp.exe Echo Done Echo Installing Adobe Reader Start "Adobe" /Wait c:\install\Apps\AdobeReader\AdbeRdr60.exe -p"-s /v\"/qn\"" Echo Done Echo Installing AIM Start "AIM" /Wait c:\install\Apps\AIM\aim95.exe /s Echo Done Echo Installing Spybot start "Spybot" /wait c:\install\Apps\Spybot\spybotsd13.exe /verysilent /main /noicons Echo Done Echo Installing HFNetchk start "HFNetchk" /wait c:\install\Apps\HFNetchk\hfnetchk /s Echo Done What are the correct command parameters for spybot? I'm trying to make it have the main feature not the blind users/languages and no icons but it still pops up the icons. c:\install\Apps\Spybot\spybotsd13.exe /verysilent /main /noicons After It's installed, i plan to call a cmd file for Spyboysd to autoupdate and stuff. c:\program files\spybot - Search & Destroy\spybotsd.exe /notaskbar /autoupdate /autoimmunize /autocheck /autofix /autoclose Thanks for any inputs
  5. I only see the threads for SP but no guides on how to slipstream SP to win98? Thanks
  6. Thanks for the post guys, i checked out the links that Famer sent me, those cmdlines.txt are the SAME as mine. Why is it that the runonceex.cmd says "to many command-line parameters" IN vmware while runonceex.cmd worked just fine on a regular computer like on this computer that im typing to you right now. I'm clicking it and it says operation completed successfully. Andy, u mean to move the runonceex.cmd to a new folder in install folder and make the cmdlines.txt find it in there? eg. %systemdrive%\install\runonceex\runonceex.cmd ? Thanks again
  7. I did use cmdlines.txt thats what i put in the cmdlines.txt [COMMANDS] "Install_IE6.cmd" "RunOnceEx.cmd" my only problem is the runonceex.cmd, it won't run. Let me know if you want me to add snapshots of my unattended cd (oem, install, so on) Thanks
  8. Been working on this for two weeks now and AndyP helped me out a lot (thanks andy) and we cant still get it to work. I used the batch code to install IE6_SP1 during the setup mode. when it boots up it gives out a msg that it's updating the browser then goes to normal mode. The runonceex.cmd should run after that but it doesnt. I tried to manually click it and all i got was blank screen with code line for cmdow @ hid thats it. when i edited out the cmdow, i got error saying too many inline parameters. however the funny thing is that this was all done in vmware. When i tried the same file in my host computer, it ran perfectly. so why it didnt work in vmware? and yes the reg file, cmdow file is in the system32 file. This is my runonceex.cmd cmdow @ /HID @Echo Off rem PP= SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Installing Applications" /f REG ADD %KEY%\000 /VE /D "Preparing Installation..." /f REG ADD %KEY%\000 /V 1 /D "%systemdrive%\install\prepare.cmd" /f REG ADD %KEY%\001 /VE /D "Microsoft DirectX 9c" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\2K\DirectX9C\dxsetup.exe /silent" /f REG ADD %KEY%\004 /VE /D "Sun Java VM" /f REG ADD %KEY%\004 /V 1 /D "%systemdrive%\install\2K\JavaVM\j2re.EXE /s /v"/qn ADDLOCAL=jrecore IEXPLORER=1"" /f REG ADD %KEY%\005 /VE /D "Microsoft .NET Framework v1.1 SP1" /f REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\2K\NetFramework\netfxsp1.exe" /f REG ADD %KEY%\016 /VE /D "Windows Media Player 9" /f REG ADD %KEY%\016 /V 1 /D "%systemdrive%\install\Apps\WMP9\MPSetup.exe /Q:A /R:N" /f REG ADD %KEY%\900 /VE /D "Installing Post SP4 Hotfixes" /f REG ADD %KEY%\900 /V 1 /D "%systemdrive%\install\UpdateXP.exe" /f REG ADD %KEY%\990 /VE /D "Cleaning Up and Rebooting" /f REG ADD %KEY%\990 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f EXIT thanks for any inputs
×
×
  • Create New...