Jump to content

DryKillLogic

Member
  • Posts

    34
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Argentina

Everything posted by DryKillLogic

  1. Did you find a way to do it from the DVD-ROM?. In my case using a 7zip works fine but I dont want to use this method. Why? simple... First you have to descompress all the data into the hd and then run the installer. I think It's not possible but maybe somebody found a solution. Thanks.
  2. any help?. I think the problem is the PRO1/2.bin because boots but shows the following error CDBOT: couldnt find ntldr. I've got the some than here http://www.msfn.org/board/CDBOOT-Find-NTLDR-t64753.html although there's no solution. If I use CDIMAGE the boot works but I receive asms error. This is the same case than mine http://www.msfn.org/board/ASMS-Failure-t15753.html See ya!
  3. I've got problem with asms errors. I was looking for and I discovered that the problem is caused by cdimage and I tested it and it was true. Does someone know how to create the image with mkisofs? I tried mkisofs.exe -J -l -r -boot-load-size 4 -o "D:/AIODVD.iso" -b "BOOT/loader.bin" -no-emul-boot -volid "XPSP2" "D:/DVD/" and works but when I select pro1.bin or pro2.bin It doesnt work. Thanks
  4. The problem is silent install from DVD/CD. I made it work but just from my hd. I tried to repack but it doesnt work either :S... I dont know what to do... I am open for advices, ideas or whatever kenlau: It doesnt work that method and you're wrong, there's a way to activate it silently... but you know... I cant say it See ya!! I wasted 2 days of my life and It wasnt worth it
  5. I'm really upset I cant get it to work. Always I receive "End Adobe Setup. Exit Code: 7". If I check the log file I find this: Jan 02 17:26:24 2008 INFO Installing Bootstrapper --record option not specified * Logfile path changed to: C:\Archivos de programa\Archivos comunes\Adobe\Installers\Adobe Photoshop CS3 10.0.log * Any idea? I was looking for everywhere... and nothing :S See ya!!. PD: Yes I know, some months ago I said It worked but I dont really know what I did and now it's impossible to work
  6. Works fine, thank you!!! Somebody knows how to activate it silently?
  7. It doesnt work :S... can you upload the exe file please?. Maybe I'm doing stg wrong. See ya!
  8. Thanks I was looking for a solution to this problem but I find this fix a little complicated but I will try anyhow. Can you post A3LToolBar.au3, I couldnt find it :S Thanks
  9. Thanks. Works fine but just when I install it from windows if I try do it from WPI never ends the registration, any solution?
  10. This is the silent install in msi format created by me. Just you have to run the setup.msi file. It's not necessary any switch. If someone wants to updated the topic title is ok for me. It's the full version anything was removed. See ya!!! Download Paint .NET 3.08 Silent install http://www.mediafire.com/?8q1tnmczzkm
  11. This is the autoit script for the best DVD to Xvid (avi) ripper. Program features support of: - DVD/VOBs(unencrypted from hdd), MPEG2, MPEG1, transport streams (including multi-program ones) and AVI/DV input sources - XviD or DivX(5/6) output formats - AC3, DTS, PCM, MPA input audio tracks - AC3, DTS, MPA, CBR/VBR MP3 output audio tracks - two audio tracks in AVI - external (vobsub) or internal (burnt-in) subtitles (with support of forced subs) - HDTV input/output resolutions(upto 1920x***) and frame rates (50/60fps) - automatic crop and resize based on compressibility of the source to achieve best results - automatic detection of input source: PAL, NTSC, FILM, HYBRID - automatic deinterlacer and IVTC - automatic split into CD-sized chunks for main video and external subs Download: Auto Gordian Knot 2.4.0 Full installer ;AutoGordianKnot 2.4.0 by DryKillLogic ;Silent default installation ;original version from philmebeer ; ; ---------------------------------------------------------------------------- ; Script Defaults ; ---------------------------------------------------------------------------- Opt ("CaretCoordMode", 1) ;1=absolute, 0=relative Opt ("ExpandEnvStrings", 0) ;0=don"t expand, 1=do expand Opt ("MouseClickDelay", 10) ;10 milliseconds Opt ("MouseClickDownDelay",10) ;10 milliseconds Opt ("MouseClickDragDelay",250) ;250 milliseconds Opt ("MouseCoordMode", 0) ;1=absolute, 0=relative Opt ("MustDeclareVars", 0) ;0=no, 1=require pre-declare Opt ("PixelCoordMode", 1) ;1=absolute, 0=relative Opt ("RunErrorsFatal", 1) ;1=fatal, 0=silent set @error Opt ("SendAttachMode", 0) ;0=don"t attach, 1=do attach Opt ("SendCapslockMode",1) ;1=store and restore, 0=don"t Opt ("SendKeyDelay", 500) ;400 milliseconds Opt ("SendKeyDownDelay",1) ;1 millisecond Opt ("TrayIconDebug", 1) ;0=no info, 1=debug line info Opt ("TrayIconHide", 0) ;0=show, 1=hide tray icon Opt ("WinDetectHiddenText",0) ;0=don"t detect, 1=do detect Opt ("WinSearchChildren",1) ;0=no, 1=search children also Opt ("WinTitleMatchMode", 3) ;1=start, 2=subStr, 3=exact, 4=... Opt ("WinWaitDelay",500) ;500 milliseconds ; ---------------------------------------------------------------------------- ; AutoGK install ; ---------------------------------------------------------------------------- Run ("autoGK-setup.exe /S") ; ---------------------------------------------------------------------------- ; VobSub install ; ---------------------------------------------------------------------------- WinWaitActive ( "Installer Language" ) ControlClick ( "Installer Language" , "OK" , "Button1" ) WinWaitActive ( "VobSub 2.23 Setup" ) ControlClick ( "VobSub 2.23 Setup" , "&Next >" , "Button1") WinWaitActive ( "VobSub 2.23 Setup: Installation Options" ) ControlClick ( "VobSub 2.23 Setup: Installation Options" , "&Next >" , "Button1") WinWaitActive ( "VobSub 2.23 Setup: Installation Folder" ) ControlClick ( "VobSub 2.23 Setup: Installation Folder" , "&Install" , "Button1") WinWaitActive ( "VobSub 2.23 Setup: Completed" ) ControlClick ( "VobSub 2.23 Setup: Completed" , "&Close" , "Button1") ; ---------------------------------------------------------------------------- ; AviSynth install ; ---------------------------------------------------------------------------- WinWaitActive ( "AviSynth 2.5.6 " ) ControlClick ( "AviSynth 2.5.6 " , "&Agree" , "Button2" ) ControlClick ( "AviSynth 2.5.6 " , "&Next >" , "Button2" ) ControlClick ( "AviSynth 2.5.6 " , "&Install" , "Button2" ) WinSetTitle ( "AviSynth 2.5.6 ", "", "AviSynth 2.5.6 Install" ) WinWaitNotActive ( "AviSynth 2.5.6 Install" ) ControlClick ( "AviSynth 2.5.6 " , "&Finish" , "Button2" ) ; ---------------------------------------------------------------------------- ; Xvid install ; ---------------------------------------------------------------------------- WinWaitActive ( "XviD MPEG4 Video Codec Setup" ) Send("{ENTER}") WinWaitNotActive ( "XviD MPEG4 Video Codec Setup") Send("{ENTER}") ;end Instruction: 1) Download AutoGK from the download link 2) Rename the setup to autoGK-setup.exe 3) Create a new file called install.au3 and paste the autoit script then compile it. (If you havent the autoit program you can download from HERE 4) Ready, everythings is done Thanks to philmebeer I used his original script and I just had to updated it. see ya!!
  12. Speedydymon: I tried to do what you said but when I extract the setup package the .iss file doesnt exist. I used winrar and universal extractor. The package is the installshield version. Thanks in advanced.
  13. Thanks nanaki. I created a super batch included wpi script and works everything ok. See ya!!!
  14. nanaki: It doesnt work prathapml: mmm... I dont know it's the only way to find for get it. I will try to explain you. In the first cd I've windows + drivers the second one has the appz but the problem is the next, when I insert the second cd open wpi but the desktop appear and it should not happen that. do you know another way to get it?
  15. I've got a problem maybe nanaki can help me. Well works perfect but I'm creating a unanttended windows in 2 cds and I'm using cdswith for the switch but when I insert the second cd shows the desktop and I dont want that. I want to launch WPI but the desktop should not be show it. This this the line I'm using cmdow @ /HID FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\WIN51IP.SP2 SET CDROM=%%i: start /wait cdswitch COLOSSUS2AP %CDROM% /r:%CDROM%\wpi.cmd /p:%CDROM%\pic.jpg /ll:50 /lt:15 ECHO. EXIT this is my wpi.cmd @ECHO OFF REM REM WPI startup something. REM REM Example, how to look for CDROM-drive. Must have a file called WIN51 in its root. for %%i in (C D E F G H I J K L M N O P Q R S T U V W X Y Z) do if exist %%i:\WIN51 set CDROM=%%i: echo Found CD-Rom as drive %CDROM% REM Determine the WPI startup path. REM If WPI should run off the CD the replace %dp0 with %CDROM%\PathToWPI set WPIPATH=%CDROM%\Install\wpi echo WPI will run from %WPIPATH% REM Hide this command window start %SystemRoot%\system32\cmdow.exe @ /HID REM Make WPI driectory the current directory for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO echo %%i: cd "%WPIPATH%" REM inicia WPI start /wait WPI.hta REM Limpia el escritorio del /S /Q "%userprofile%\Escritorio\*.lnk" del /S /Q "%AllUsersProfile%\Escritorio\*.lnk" REM Limpia el inicio regedit /s %systemdrive%\Windows\Temp\remove.reg REM Reinicia el sistema start /wait %Windir%\Temp\RESTART.exe exit :end
  16. Where can I get it?. I was looking for in your repository but it's not available. Thanks in advance. See ya!!
  17. Do I have to launch "cdswitch test 1"??. well If I do that I receive de same message. I dont know what to do :S
  18. No, you dont understand, where this line is?. I know the shell32.dll's source
  19. Yes I know that but the question is where? See ya!
  20. Well I don't know what I'm doing wrong but It doesnt work. I downloaded only the zip with cdswitch but it doesnt work either. The file is clean so I dont guess it was a virus Any idea? Maybe the sintaxis is wrong but I'm testing the example. Oh! I know maybe the mistake. Do the program work without wpi?. Because I need launch cdswitch before wpi starts the applications are in the second CD the first one is just XP See ya!
×
×
  • Create New...