Jump to content

atlas95

Member
  • Posts

    75
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    France

Everything posted by atlas95

  1. Add it in database, but help me to find how to make it by default :'(
  2. Hello, I search how to config maxthon in default browser when I install it in unattended... http://www.maxthon.com/ I use this switch : maxthon.exe /S /NCRC thanks
  3. Lol, Sorry now it's good, I think VMware is crazy today... Sorry, I've export my register for and it's good too
  4. Finally isn't good, the installer whith the /S go to the systray and stay, stay, stay....
  5. When I launch the archive jre5.exe, at the end my computer reboot ! How to skip the reboot please?? Thx
  6. Oh I don't understand now wirh 5.0.57 it works but I search how to enter serial number silently.... Thx
  7. No, I forgot to say, I tried and not work Another idea? Thx
  8. Hello, I search how to do a silent install of evidence elimator. Could you help me please to download it go to: http://www.exelsus.com/evidence-eliminator/index.html Best Regards
  9. That is the correct command I must use? I'm not sur @echo off IF Exist temp.cmd del temp.cmd IF Exist temp1.cmd del temp1.cmd IF Exist temp2.cmd del temp2.cmd for %%a 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 "%%a\$OEM$\Driverz" set drv=%%a\$OEM$\Driverz for %%i in (%drv%\*.cab %drv%\*.7z) do echo %%i>> temp.log xrep +T#-c temp.log /%drv%/MD#32%systemdrive%\Driverz/ If Not Exist %drv%\*.cab goto next for %%i in (%drv%\*.cab) do echo %%i%%iz>> temp1.log xrep -c temp.log /.CAB xrep +T#-c temp1.log /%drv%/Expand.EXE#32%drv%/ xrep +T#-c temp1.log /.cab/.cab#32-f:*#32%systemdrive%\driverz/ xrep +T#-c temp1.log /zExpand.EXE#32%drv%/z/ xrep +T#-c temp1.log /.cab#32-f:*#32%systemdrive%\driverzz :next If Not Exist %drv%\*.7z goto next1 for %%i in (%drv%\*.7z) do echo %%i%%i>> temp2.log xrep -c temp.log /.7z xrep +T#-c temp2.log /%drv%/7za.EXE#32x#32-y#32-o#%systemdrive%\Driverz/ xrep +T#-c temp2.log /.7z7za.EXE#32x#32-y#32-o#%systemdrive%\Driverz/#32%drv%/ :next1 ren *.log *.cmd cmd /c "temp.cmd" If Exist temp1.cmd cmd /c "temp1.cmd" If Exist temp2.cmd cmd /c "temp2.cmd" set tagfile=\WIN51 for %%p 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 "%%p%tagfile%" set CDDRIVE=%%p %systemdrive% cd %windir%\system32 REM Scanning for driverdirectories %systemroot%\system32\DevPath.exe %systemdrive%\\Driverz if exist setup.exe ren setup.exe setupold.exe cmd /c "del /f /q *.~xc" start /WAIT setuporg.exe -newsetup REM +=======================================================+ REM | Comment out what you don't need. These are mostly | REM | examples to give you an idea of how it all works. | REM +=======================================================+ REM +=======================================================+ REM | Finding CDROM driveletter | REM |-------------------------------------------------------| set tagfile=\WIN51 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:%tagfile%" set CDDRIVE=%%i: REM +=======================================================+ REM +=======================================================+ REM | We should be already in system32, this is just to be | REM | sure | REM |-------------------------------------------------------| %SystemDrive% cd %SystemRoot%\system32 REM +=======================================================+ REM +=======================================================+ REM | Trick Windows into identifying the original setup.exe | REM | deleting the setup.exe will not work, just rename it | REM |-------------------------------------------------------| if exist setup.exe ren setup.exe setupold.exe if exist setupORG.exe ren setupORG.exe setup.exe REM +=======================================================+ REM +=======================================================+ REM | Do other stuff like copying useful tools (optional) | REM |-------------------------------------------------------| cd %SystemRoot%\system32 %CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\data\System32.7z REM +=======================================================+ REM +=======================================================+ REM | If you are using compressed drivers unpack them here: | REM |-------------------------------------------------------| %SystemDrive% cd \ %CDDRIVE%\OEM\bin\7za.exe x -y -aoa %CDDRIVE%\OEM\drivers.7z REM +=======================================================+ REM +=======================================================+ REM | Scanning for driverdirectories | REM | ONLY USE ONE OF THE FOLLOWING COMMANDS, NOT BOTH! | REM |-------------------------------------------------------| REM | This one is for uncompressed drivers on the CD | REM %CDDRIVE%\OEM\bin\SetDevicePath.exe %CDDRIVE%\OEM\drivers REM | This one is for your unpacked drivers on your HD | %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemDrive%\drivers REM +=======================================================+ REM +=======================================================+ REM | Enable installation of unsigned drivers | REM |-------------------------------------------------------| start %CDDRIVE%\OEM\bin\WatchDriverSigningPolicy.exe REM +=======================================================+ REM +=======================================================+ REM | Prepare later installations (optional) | REM |-------------------------------------------------------| SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\998 /V 1 /D "%CDDRIVE%\OEM\bin\t-13_install.cmd" /F REG ADD %KEY%\999 /V 1 /D "REG ADD %KEY%\zzz999 /V 1 /D %CDDRIVE%\OEM\bin\postinstall.cmd /F" /F REM +=======================================================+ REM +=======================================================+ REM | Finally start the installation with the originally | REM | given parameters | REM |-------------------------------------------------------| start /WAIT setup.exe %* REM +=======================================================+ REM +=======================================================+ REM | Cleanup | RD /Q /S %SystemDrive%\drivers REM | Reset DevicePath | %CDDRIVE%\OEM\bin\SetDevicePath.exe %SystemRoot%\Inf REM +=======================================================+ REM +=======================================================+ REM | Reset DriverPolicy | REM |-------------------------------------------------------| REG ADD "HKCU\Software\Microsoft\Driver Signing" /V Policy /T REG_DWORD /D 1 REG ADD "HKCU\Software\Policies\Microsoft\Windows NT\Driver Signing" /v BehaviorOnFailedVerify /T REG_DWORD /D 1 REG ADD "HKLM\Software\Microsoft\Driver Signing" /V Policy /T REG_BINARY /D 01 REM +=======================================================+ I've try on my computer that: I've put setuporg.exe,presetup.cmd (this presetup.cmd : @echo off IF Exist temp.cmd del temp.cmd IF Exist temp1.cmd del temp1.cmd IF Exist temp2.cmd del temp2.cmd for %%a 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 "%%a\$OEM$\Driverz" set drv=%%a\$OEM$\Driverz for %%i in (%drv%\*.cab %drv%\*.7z) do echo %%i>> temp.log xrep +T#-c temp.log /%drv%/MD#32%systemdrive%\Driverz/ If Not Exist %drv%\*.cab goto next for %%i in (%drv%\*.cab) do echo %%i%%iz>> temp1.log xrep -c temp.log /.CAB xrep +T#-c temp1.log /%drv%/Expand.EXE#32%drv%/ xrep +T#-c temp1.log /.cab/.cab#32-f:*#32%systemdrive%\driverz/ xrep +T#-c temp1.log /zExpand.EXE#32%drv%/z/ xrep +T#-c temp1.log /.cab#32-f:*#32%systemdrive%\driverzz :next If Not Exist %drv%\*.7z goto next1 for %%i in (%drv%\*.7z) do echo %%i%%i>> temp2.log xrep -c temp.log /.7z xrep +T#-c temp2.log /%drv%/7za.EXE#32x#32-y#32-o#%systemdrive%\Driverz/ xrep +T#-c temp2.log /.7z7za.EXE#32x#32-y#32-o#%systemdrive%\Driverz/#32%drv%/ :next1 ren *.log *.cmd cmd /c "temp.cmd" If Exist temp1.cmd cmd /c "temp1.cmd" If Exist temp2.cmd cmd /c "temp2.cmd" set tagfile=\WIN51 for %%p 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 "%%p%tagfile%" set CDDRIVE=%%p %systemdrive% cd %windir%\system32 REM Scanning for driverdirectories %systemroot%\system32\DevPath.exe %systemdrive%\\Driverz if exist setup.exe ren setup.exe setupold.exe cmd /c "del /f /q *.~xc" start /WAIT setuporg.exe -newsetup ) , xrep.exe, devpath.exe, presetup.cmd in system32 and my driverz\driverz.cab in systemdrive. When I launch presetup.cmd a lot of cmd.exe and setuporg.exe appear in prossessus and 5minutes later I listen a sound of windows error...is it normal? And when I try with vmware, install of windows seems block because it stay a lot lot lot of time on a blue screen (not fatal blue screen) and next it say me it hasn't any virtual memory... I try since 3 days to do correct install of drivers with this methoh but I'm totaly lost and with my medium english I understant not all, if a french guy can help me in private and on msn messenger Regards
  10. Don't work, I'm trying all solution I think but nothing work I don't undersant :s RD /S /Q "%AllUsersProfile%\Menu Démarrer\Programmes\WinRAR" don't work RD /S /Q "%UserProfile%\Menu Démarrer\Programmes\WinRAR" don't work too Is it in register? For Adobe Reader Speed Launch, I've tried to delete c:\windows\installer\{a_lot_of_numbers}\SC_Reader.exe, the program don't launch because the exe is delete but there is always the icon in start folder Can somebody help me please
  11. Hello, I want to know how to remove the shortcut in start for launch acrobat reader 7 with windows... It take 13mo it's a lot ! Thx
  12. Hello, First sorry for my english I'm french I want to know how to remove Winrar group in start folder ... I tried : RD /s /q "%ALLUSERSPROFILE%\Menudm~1\Programmes\WinRAR" (in french) And it doesn't work How to do please?
  13. Hello, First sorry for my english I'm french I want to know how to remove Winrar group in start folder ... I tried : RD /s /q "%ALLUSERSPROFILE%\Menudm~1\Programmes\WinRAR" (in french) And it doesn't work How to do please?
  14. Someone can say me how to install, register and activate it finally please? I'm french and I've some difficult to understand the method finally Thx you
  15. I use cdimage and this batch : del e:\dvd.iso start cdimage.exe -lDVD -t08/23/2001,09:00:00 -b\DVD\BOOT\loader.bin -h -n -o -m \DVD E:\DVD.iso I've stop try integrate all Os/Tools which boot with isolinux, I've succefull make and add BartPe, I will retry to add womp, knoppix, geexbox or other after a good night lol. If you can study my batch... Best Regards
  16. Oh It say me when I press 4 for boot womp : Image CheckSum Error, sorry... Press any key to reboot What happen? edit: Before that I've build the iso with the source : http://belnet.dl.sourceforge.net/sourcefor...p-0.6-beta2.zip and I see a folder boot with the img floppy boot disk, a folder syslinux and more, I think I can resolve my problem with this...how?
  17. Ok thx: 1) Womp my root dvd is : E:\DVD\ I have extract Womp in E:\DVD\SETUP\WOMP\ and isolinux of womp in : E:\DVD\BOOT\isolinux\ isolinux.cfg default b1 label b1 kernel kernel/vmlinuz append initrd=init.gz rw root=tmpfs video=vesa:ywrap,mtrr vga=788 label b2 kernel kernel/vmlinuz append initrd=init.gz rw root=tmpfs video=vesa:ywrap,mtrr vga=789 label b3 kernel kernel/vmlinuz append initrd=init.gz rw root=tmpfs video=vesa:ywrap,mtrr vga=791 label b4 kernel kernel/vmlinuz append initrd=init.gz rw root=tmpfs video=vesa:ywrap,mtrr vga=792 implicit 0 display womp.msg prompt 1 timeout 100 F1 help.txt edit: my cdshell.ini boot: cls print "\n" print "Pressez ENTRER pour booter sur le DVD... \n" getkey 10 boot 0x80 if $lastKey == key[enter]; then goto time # Function to display time of day time: set hour = $timeHour set time = "$hour:$timeMinute" # Function to display date date: set month = "n/a" if $dateMonth == 1; then set month = "Janvier" if $dateMonth == 2; then set month = "Fevrier" if $dateMonth == 3; then set month = "Mars." if $dateMonth == 4; then set month = "Avril" if $dateMonth == 5; then set month = "Mai."a if $dateMonth == 6; then set month = "Juin" if $dateMonth == 7; then set month = "Juillet" if $dateMonth == 8; then set month = "Aout" if $dateMonth == 9; then set month = "Septembre" if $dateMonth == 10; then set month = "Octobre" if $dateMonth == 11; then set month = "Novembre." if $dateMonth == 12; then set month = "Decembre." set date = "$dateDay $month $dateYear" # Printing the Interface menu: set textColor= color[yellow on black] set boldColor= color[cyan on black] cls print c "\n\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ<\c0B$time $date\cXX>ÄÄ \n\n" print c "\cXXMMOS Pack \n\n" print l "\cXX\c0Ba1t9l8a6s@hotmail.com \n" print c "\cXXÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ \n\n" print "1) Windows XP Professional SP1 \n" print "2) Windows XP Professional SP1 Auto \n" print "3) Ultimate Boot CD \n" print "\n" print "Q) Quitter pour l'invite de commande \n" print "R) Redemarrer \n" print "ESC) Booter sur le premier disque dur \n" print c "\n" MainKey: getkey 20 boot 0x80 if $lastKey == key[1]; then chain /BOOT/PRO1.DAT if $lastKey == key[2]; then chain /BOOT/PRO2.DAT if $lastKey == key[3]; then chain /BOOT/UBCD.DAT if $lastKey == key[q]; then end if $lastKey == key[r]; then reboot if $lastKey == key[esc]; then boot 0x80 end I will do knoppix when already womp work Thx
  18. Ok thx, so what solution I must use to install them on my cd...? bcdw?diskemu?...
  19. At the root of knoppix cd, there are on folder boot and oe folder KNOPPIX. I must extract the folder KNOPPIx at the root of my dvd? right? or I must extract all files of knoppix cd in one folder name KNOPPIX at the root of dvd? ...
  20. Thx, but nothing seem to work at home :'( I reretry but I don't find yet the good/working solution
  21. Hello, I'm french guy sorry for my english. I search since 3 days how to add geexbox : http://www.geexbox.org/en/index.html and knoppix: www.knoppix.com to my dvd, I try to modify .cfg , .bin etc but I'm lost. I use cdshell, I have extract boot file of geexbox and knoppix, rename like this : GXBX.DAT ans KNPX.DAT but I don't know what I must modify in their.......... I someone can help me please Thank you
×
×
  • Create New...