Jump to content

chon_

Member
  • Posts

    175
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Mexico

Everything posted by chon_

  1. That won't do it, tried itI can't get CloneCD to autoregister either
  2. I use this code to ask if the user wants to install NIS or NSW, it works ok with the cmd method, but when using the windowsupdate and the inf method, it won't work, hmmmm.... nope, the keyboard it's what isn't working, i can't type anything within the cmd window. it won't let me input my option. Anoyone know why is this happening?
  3. scankurban suggestion will make a shorrtcut, I don't see the need for a program group for such a simple program
  4. anyone managed to run this script within webmedic's inf method? mine exits before it copies anything from the 2nd to the HD suggestions anyone?
  5. nope, tried that, didn't work. I dont have problems installing, the probles is that i can't register it silently with a reg file, is there another way to do it?
  6. I always use cdimage, it's very reliable and easy to use, but I read somewhere that it causes some problems due to uppercase conversion, I've never have these problems, have you? If so, could you please post what problems you're havin? I don'y want to make any unusable cds
  7. Anyone have silently installed CloneCD 4.2.0.2 and Winimage 6.1? Can you post the switches and/or regitry entries? thx
  8. I can't access WindowsUpdate anymore! It complains about system adminitrator privileges wich I have, this hapenned suddenly with no aparent reason. Any clues on this?
  9. yes, but how to silently isert your reg key?
  10. hmmm... maybe I dind't make myself clear, im using apps.cmd only to let the batch file know if the correct disc is inserted and begin copying files, actually I don't use that file, the applications setup is called within setup.inf (which is called from cmdlines.txt) setup.inf searches for applications on %systemdrive% but it wont find anything because the content of the second disc was not copied to %systemdrive% that's my problem. PS Jus ta thought: perhaps setup is not giving copy.cmd enough time to do the job and it terminates before it can copy a thing
  11. so you just copy your savedir to your i386 and you're done? Call me a dumb but it's not that clear for me, maybe you guys could make a hotfixes slipstreaming mini-guide or something.
  12. medic: I'm using part of your 2 cd cmd for the windows update method and it works, but it doesn't work on the inf method, any suggestions? CLS @ECHO OFF ECHO. ECHO Expulsando CD-ROM... ECHO. ECHO Si est instalando desde CD por favor ret¡relo ahora de la unidad de CD. ECHO Si tiene un segundo CD por favor ins‚rtelo en la unidad en este momento ECHO Si est utilizando un DVD para la instalaci¢n por favor ret¡relo ahora. ECHO. ECHO Espere hasta que la unidad de cdrom/dvd deje de parpadear y luego start cscript %systemdrive%\install\Tools\cd_eject.vbs >nul PSKill cscript.exe >nul PAUSE IF EXIST %systemdrive%\install\apps.cmd GOTO RUNBATCH SET CDROM2= IF EXIST D:\install\apps.cmd SET CDROM2=D: IF EXIST E:\install\apps.cmd SET CDROM2=E: IF EXIST F:\install\apps.cmd SET CDROM2=F: IF EXIST G:\install\apps.cmd SET CDROM2=G: IF EXIST H:\install\apps.cmd SET CDROM2=H: IF EXIST I:\install\apps.cmd SET CDROM2=I: IF EXIST J:\install\apps.cmd SET CDROM2=J: IF EXIST K:\install\apps.cmd SET CDROM2=K: IF NOT EXIST %CDROM2%\install\apps.cmd GOTO RUNBATCH ECHO. ECHO Por favor sea paciente mientras se copian los archivos a su disco duro, ECHO esto puede llevar varios minutos. . . . xcopy %CDROM2%\install %systemdrive%\install\ /S /C /Q /H /Y ECHO. :RUNBATCH ECHO. EXIT
  13. Has anyone got InstallShield apps to work within this method? also, I can't get MS Office to install, here's part of the code i'm using: [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz350] "1"="C:\\Install\\Applications\\dvdregkill\\Setup.exe -s -f1"c:\\install\\Applications\\dvdregkill\\setup.iss" @="DVD Region killer" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz360] "1"="C:\\Install\\Applications\\NVDVD\\Setup.exe -s -f1"c:\\install\\Applications\\NVDVD\\setup.iss" @="nvDVD 2.55" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz370] "1"="C:\\Install\\Applications\\OfficeXP\\instapls.exe TRANSFORMS=c:\xpcd\$OEM$\$1\INSTALL\Applications\OfficeXP\Unattended.MST /qb-" @="Microsoft Office XP Professional con Frontpage"
  14. I can't register isobuster 1.4 silently, when run it for the first time asks my Serial number, anyone?
  15. I've tried and liked this method, but i cant get the cd swap thingy to work yet I only got it to work on the cmd and on the windows update methods, although i'm having some troubles on windows update
  16. would you mind sharing your cmdlines.txt please? thx
  17. Importing registr keys is not working for me, (like apps reg info, registry twaks, etc.), this is how i'm trying to do it [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz370] "1"="regedit.exe /s C:\\Install\\RegTweak.reg" @="Applying Registry Tweaks" what am I doing wrong?
  18. shouldn't your path be: ".$1\Updates\update.bat"? and yes, /wait is absolutely necessary, believe me, if not used, you'll have a bunch of setups running simultanously
  19. I have to manually reboot the PC to get this method to work, it doesn't start the 'extras' setup before the firt reboot, is this the expected behavior or iam i doing something wrong? my cmdlines.cmd: REGEDIT /S %systemdrive%\install\Setup.reg part of my setup.reg: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx] [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz110] "1"="C:\\Install\\Copy.cmd" @="Copiando los archivos necesarios para la instalación" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz150] "1"="C:\\Install\\DirectX9\\dxsetup.exe /opk" @="DirectX 9.0b" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz160] "1"="C:\\Install\\WMP9\\MPlayer9.exe /Q:A /R:N" @="Media Player 9" [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\zz170] "1"="C:\\Install\\MovieMaker\\mm20.msi /QN" @="Movie Maker 2"
  20. I tried both, the code is an extract from webmedic's cmd file for hotfixes, i got exactly the same prompts with both methods
  21. Where, when and how are you installing .NET framework language pack update? I have it on \hotfixes\2 but it doesn't run unattended, here's the command I use: CD "%systemdrive%\install\Hotfixes2 for %%i in (*.exe) do start /wait %%i /Q:A /R:N
  22. Thank you, actually i had everything right, the only thing I did wrong was adding a commented line in setup.reg at the very beggining of it, so regedit couldn't import it Now it works ok besides the fact that I haven't figured out how to do a 2 disc install within this method Thanx again
  23. I've tried the inf and the cmd method and worked ok, now I want to try the registry (runonce) method, but I don't get it! How to launch the setup.reg? where to put it? what to put on winnt.sif (if needed)? what else do I have to do? what's directory structure? can c:\ be replaced with %systemdrive%?. Please enlight me you techie-boys! I'm lost!!!
×
×
  • Create New...