Jump to content

da'bEAST

Member
  • Posts

    46
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Romania

Everything posted by da'bEAST

  1. I've searched the forum and wasn't able to find any switch. That's why i've been asking(i've also tryed all the switches i know). And installrite and wininstall le don't work. If I can't find any way to install silent i'll have to install manualy. THX for the replies.
  2. Internet Download Manger 4.01 silent switch needed! I've been searching the forum and their site and wasn't able to find any! URGENT HELP NEEDED! THX!!!
  3. I simply love this one! I've tested almost every version and allmost all worked perfectly. I hardly await the next update and version 1.0
  4. I use install.exe It's easy to use and lets you choose the apps you want to install. Also you can try to use Windows Post Instalation Wizard(I can't remember the exact name try WPI) it lets you choose what to install. Hope this helps!
  5. HI! I don't want to be rude but... I saw a few reg entries for the power setings,visual setings etc in the regtweaks section of the forum.Try looking there. I think you can find something useful there.
  6. I prefer using VMWare though I've also tried Virtual PC
  7. Some while ago Gosh posted a complete guide on reduction of the xp cd size. There he also discribed how to use both an unattended install and also how to make the repair option possible again.(for the method to work you'l have to follow his way of reducing the size) Just search the forum I'm sure you'l find the topic! Hope it helps!
  8. @yanghaijun I'm almost 100% sure that you CAN'T change the i386 name.
  9. I've made a few unattended CD's and this thing ALWAYS hapened. I don't think there is any way to change that.
  10. I think you can slipstream SP2(i think it's made in the same way as with SP1) into your CD so you don't have to install it via RunOnceEx.cmd. I think you should find a guide on the forum. Hope that helps.
  11. Do you have something like this in your WINNT.SIF file? If not add it. Change the resolution to suit your needs. For the second part i think that this will do it: Also you can automaticly add the user you wish. Here is the link: Autologon Hope this helps!
  12. HELLO! This fourm rulez! I've been browsing it for a few months but only now i decided to join. I'm not a complete newbie (thought i come from Romania) but still hehe... i have much to learn from you guys So I'l talk less and browse more! Keep up the excelent work!!!
  13. MainKey: getkey 20 boot 0x80 if $lastKey == key[1]; then chain /VOL1.dat Here's how i call XP setup.It works. It's posible that PRO1.dat doesn't work with your XP kit(or it may be modified). I also used his guide but the boot sector was downloaded from Gosh's site. I guess you used the boot sector provided there.
  14. @mafomete2004 WinIstallLe won't help on this one. P.S.(in romanian) Las-o moartă Mafoame.
  15. Though I have it working if I'l have time I'l try to corect the "mistakes". But this is a new version of RunOnceEx.cmd i wrote. In the old one i only used a few msi files and InstallShield. It still didn't work.There were no drivers only apps. I just can't remember which and i don't have the old file any longer. I don't want to be rude but even with only a few progs(the switchws were tested on VitualPC and on another PC and worked) it still kipped a few apps.And theold one was runnig from %systemdrive%\install\.Not from CD.
  16. OK.I think I made it using install.exe(i've used ver 2214). I've just have to tested it on vrtual PC. Later:IT WORKED!FINALLY!My CD is working! (Still the Runonceex method doesn't work but thats it I'm using from now on install.exe). Thanks to all for support.
  17. @maxXPsoft I made that start folder in disperation,i was trying everything. Actully the drivers in the start folder WERE in install.That didn't worked either. Sorry for the confussion.I'll be more clear in the future. I also copyed the install folder to c: and tryed to run the apps from there. No good.
  18. OK here it is cmdow @ /HID@echo offIF EXIST D:\CD.txt set CDROM=D:IF EXIST H:\CD.txt set CDROM=H:IF EXIST I:\CD.txt set CDROM=I:IF EXIST J:\CD.txt set CDROM=J:IF EXIST K:\CD.txt set CDROM=K:IF EXIST L:\CD.txt set CDROM=L: 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..." /fREG ADD %KEY%\000 /V 1 /D "%CDROM%\install\Prepare.cmd" /f REG ADD %KEY%\001 /VE /D "Intel driver" /fREG ADD %KEY%\001 /V 1 /D "%CDROM%\start\INTEL\setup.exe -s -f1 setup.iss" /f REG ADD %KEY%\002 /VE /D "nVidia driver" /fREG ADD %KEY%\002 /V 1 /D "%CDROM%\start\NV\setup.exe -s -f1 setup.iss" /f REG ADD %KEY%\007 /VE /D "Visual Basic 6" /fREG ADD %KEY%\007 /V 1 /D "%CDROM%\install\VR6.exe /Q:A /R:N" /f REG ADD %KEY%\008 /VE /D "Windows Media Player 9" /fREG ADD %KEY%\008 /V 1 /D "%CDROM%\install\WMP9\MPSetupXP.exe /Q:A /R:N" /f REG ADD %KEY%\009 /VE /D "Internet Explorer 6 SP1" /fREG ADD %KEY%\009 /V 1 /D "%CDROM%\install\SP1\IE6SETUP.exe /Q:A /R:N" /f REG ADD %KEY%\010 /VE /D "DivX 5.1.1" /fREG ADD %KEY%\010 /V 1 /D "%CDROM%\install\DivX.exe" /f REG ADD %KEY%\011 /VE /D "Ace Mega CodeCs Pack 5.95" /fREG ADD %KEY%\011 /V 1 /D "%CDROM%\install\ACE.exe" /f REG ADD %KEY%\012 /VE /D "AC3 CodeC" /fREG ADD %KEY%\012 /V 1 /D "%CDROM%\install\ac3f.exe /S" /f REG ADD %KEY%\013 /VE /D "Nero Burning Rom" /fREG ADD %KEY%\013 /V 1 /D "%CDROM%\install\NERO.exe /SN=xxxx-xxxx-xxxx-xxxx-xxxx-xxxx /WRITE_SN /SILENT /NOREBOOT /DISABLE SMARTSTART" /f REG ADD %KEY%\014 /VE /D "Alcohol 120%" /fREG ADD %KEY%\014 /V 1 /D "%CDROM%\install\120\setup.exe /qn REBOOT=Suppress" /f REG ADD %KEY%\015 /VE /D "Daemon Tools 3.46" /fREG ADD %KEY%\015 /V 1 /D "%CDROM%\install\DT.msi REBOOT=SUPPRESS /qn" /f REG ADD %KEY%\016 /VE /D "Winrar 3.30" /fREG ADD %KEY%\016 /V 1 /D "%CDROM%\install\WinRar\WinRar.msi /qn" /f REG ADD %KEY%\017 /VE /D "WinAce 2.5" /fREG ADD %KEY%\017 /V 1 /D "%CDROM%\install\WinAce\WinAce.msi /qn" /f REG ADD %KEY%\018 /VE /D "WinZip 9.0" /fREG ADD %KEY%\018 /V 1 /D "%CDROM%\install\WinZip\WinZip.msi /qn" /f REG ADD %KEY%\019 /VE /D "Arni Tools for Daemon Tools" /fREG ADD %KEY%\019 /V 1 /D "%CDROM%\install\avx.exe /S" /f REG ADD %KEY%\020 /VE /D "ACDSee 6.0" /fREG ADD %KEY%\020 /V1 /D "%CDROM%\install\ACD.exe" /f REG ADD %KEY%\021 /VE /D "BS Player 1.00" /fREG ADD %KEY%\021 /V 1 /D "%CDROM%\install\BSPlay\BSPlay.msi /qn" /f REG ADD %KEY%\022 /VE /D "MV2 Player" /fREG ADD %KEY%\022 /V 1 /D "%CDROM%\install\MV2P.exe" /f REG ADD %KEY%\023 /VE /D "ASUS DVD Player" /fREG ADD %KEY%\023 /V 1 /D "%CDROM%\install\ASUSDVD.exe" /f REG ADD %KEY%\024 /VE /D "WinAmp 5.03a Pro" /fREG ADD %KEY%\024 /V 1 /D "%CDROM%\install\WAMP.exe" /f REG ADD %KEY%\025 /VE /D "Sun Java 2" /fREG ADD %KEY%\025 /V 1 /D "%CDROM%\install\SunJava\j2re-1_4_2_02-windows-i586-p.exe /s /v/qn" /f REG ADD %KEY%\026 /VE /D "Total Comander" /fREG ADD %KEY%\026 /V 1 /D "%CDROM%\install\TC.exe" /f REG ADD %KEY%\027 /VE /D "Adobe Acrobat Reader 6" /fREG ADD %KEY%\027 /V 1 /D "%CDROM%\install\AR6\AR6.msi /QB" /f REG ADD %KEY%\028 /VE /D "Opera 7.5" /fREG ADD %KEY%\028 /V 1 /D "%CDROM%\install\opera75.exe /s" /f REG ADD %KEY%\029 /VE /D "Flash Player Opera" /fREG ADD %KEY%\029 /V 1 /D "%CDROM%\install\flash.exe /s" /f REG ADD %KEY%\030 /VE /D "Flash Get 1.6" /fREG ADD %KEY%\030 /V 1 /D "%CDROM%\install\fgf.exe /SREG ADD %KEY%\030 /V 2 /D "REGEDIT /S %CDROM%\install\fgreg.reg" /f REG ADD %KEY%\031 /VE /D "Flash Get Opera Plug-in" /fREG ADD %KEY%\031 /V 1 /D "%CDROM%\install\npfg.exe /S" /f REG ADD %KEY%\032 /VE /D "nVidia Screen Saver" /fREG ADD %KEY%\032 /V 1 /D "%CDROM%\install\NBL\setup.exe -s -f1"%CDROM%\install\NBL\setup.iss" /f REG ADD %KEY%\033 /VE /D "Importing Registry Tweaks" /fREG ADD %KEY%\033 /V 1 /D "REGEDIT /S %CDROM%\install\RegT.reg" /f REG ADD %KEY%\034 /VE /D "Cleaning Up and Rebooting" /fREG ADD %KEY%\034 /V 1 /D "%CDROM%\install\Cleanup.cmd" /f EXIT
  19. I can't exactly tell you which ones won't install. For example the nVidia and Intel driver(these have never been installed) but for the other its like this:if winamp is installed then WinZip isn't and so on. The name and paths of the apps are all OK.I triple checked. But still if you find any errors tell me.
  20. @maxXPsoft I made that start folder in disperation,i was trying everything. Actully the drivers in the start folder WERE in install.That didn't worked either. Sorry for the confussion.I'll be more clear in the future. I also copyed the install folder to c: and tryed to run the apps from there. No good.
  21. I've just finished my CD and ... I have a problem with my runonceex part. It installs SOME apps but not all.I have no idea what to do. O yeah,using the old start.cmd all works perfectly so the switches can't be wrong. PLS HELP!!!
×
×
  • Create New...