Jump to content

Jjazz

Member
  • Posts

    41
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Sweden

Everything posted by Jjazz

  1. Hi everybody, Someone who owns an EPSON family scanner will be interested by this post So, if you own an epson perfection "something" add the following line in the section [Models] of the file "epsnscan.inf" : [Models] ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; USB Models ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; %PER1240.DeviceDesc% = EPSON_USB.PER1240,USB\VID_04B8&PID_010B Look at the section [strings] to find out which one describes the best your scanner. For instance "PER1240.DeviceDesc" variable describes a Perfection 1240U device. The scanner "signature" of your device can be found with the "devcon find *" command. Now you don't need an extra epson driver. The scanner will automatically be recognized during the installation. @+ Jj
  2. Hi, try privoxy it is opensource as well @+ Jj
  3. Jjazz

    XPCREATE

    Hi GreenMachine, Europa baut sich sehr schnell auf und bittet sehr klasse Opportunitäte für lambda-Verbraucher ! Es wäre schade, diese nicht auszunutzen. Die Sprache ist kein Problem in der Welt der EDV. More seriously, cdrtools projet was initiated by Joerg Schilling. That will explain the german web links. For the code, you help me a lot, don't you ? I don't know if it is the right moment to tell you that, i have integrated a lite "patch" in your first version of xcreate batch language utility. It is not really different from the one i have posted last time but nearest your logical coding. It works rather well with my old Liteon cdrw. The only problem i encountered with cdrecord was, it does not recognize the "burnfree" feature of my cd writer. But that doesn't bother me more than that, because the cdrws are always well burned and cdrecord has most of the time made his job well. Set your mind at rest, it's only for my personal usage. So if you would like, let me know if i can post it on the forum or send it to you by email. That would help you to spend less time testing the cdrecord parameters like i did. Each release has there own options that Unix 'ls' command will ever have. lol @+ Jj
  4. Jjazz

    XPCREATE

    @GreenMachine Hello, can i make u a suggestion ? Could you use 'cdrtool' rather than 'cdburn' ? It is opensource and has more options than cdburn. The unofficial version support DVD too ! Here is an example of a shell script i use to overburn my XCREATE cd. It works well. SET CDERASE=YES SET CDSPEED=MAX SET CDBURNER=3,0,0 SET CDLABEL=XPCREATE SET OVERBURN=YES SET RAW16=YES SET EJECT=YES SET VERBOSE=YES SET BLANK= IF "%CDERASE%"=="YES" SET BLANK=-blank=fast IF "%OVERBURN%"=="YES" ( SET OVERBURN=-overburn ) ELSE ( SET OVERBURN="" ) IF "%RAW16%"=="YES" ( SET RAW16=-raw16 ) ELSE ( SET RAW16="" ) IF "%EJECT%"=="YES" ( SET EJECT=-eject ) ELSE ( SET EJECT="" ) IF "%VERBOSE%"=="YES" ( SET VERBOSE=-v ) ELSE ( SET VERBOSE=-s ) IF "%CDSPEED%"=="MAX" ( SET CDSPEED= ) ELSE ( SET CDSPEED=-speed=%CDSPEED% ) CDRECORD.EXE -dev %CDBURNER% %BLANK% %OVERBURN% %EJECT% %RAW16% %CDSPEED% XPCREATE.ISO you can find the cdrtools kit on the web sites: http://www.geoshock.com/cdrtools/ http://www.sbox.tugraz.at/home/t/tplank/ for the binaries @+ Jj
  5. @Bâshrat the Sneaky that is what firefox returned me However with a copy/past we can download the file <HTML> <HEAD> </HEAD> <BODY> <script language="javascript"> self.location="http://users.pandora.be/bashratthesneaky/Unattended/BtS_DRVPCK_SND_260604.exe"; </script> </BODY> </HTML> @+ Jj
  6. @Hi2001 Could be but not, i'm only trying to build an easy maintainable cdrom. So i didn't want to optimize neither drivers nor packages. The cdrom should stay as generic as possible Imagine your sister crached her computer and she needs to write her resume because tomorrow she has an important appointment with her future boss. Bad luck you aren't at home and she does understand anything in computers. So an unattend preconfigured install with at least an editor would be necessary. I really would like to build such cd containing the most useful freeware applications released at the moment like OpenOffice, Gimp and others. But, i will certainly stay with my small 700Mo RW cdrom for a while . DVD are really too expensive for me . However, thx for your suggestion. @+ Jj
  7. @Bâshrat the Sneaky Right, i'll do that next time. I made only a little and fast test @my2001 it is so huge because i need drivers for printers, video, tv, scanner, etc. But you are right, i could say i need a DVD+R9 to perform a full install next time @+ Jj
  8. @Bâshrat the Sneaky Sorry, the special options s=[off | on | [e] [{N}f] [{N}b | {N}k | {N}m | {N}g) didnt work. So i don't know the default compression method @+ Jj
  9. Hi, I have squeezed my hudge drivers directory to get more place for the application software on an unattend cdrom. Create with the 7-Zip file archiver a self extractable file (i use the compressed windows version, 7zC.sfx ) # 7z a -sfx7zC.sfx FullOfDrivers.exe Drivers\* -r a = add -sfx = sfx format -r = recursive Modifie your winnt.sif file and add in the [GuiUnattended] section: DetachedProgram="%systemdrive%\FullOfDrivers.exe" Arguments="-y -w%systemdrive%\temp -o%systemdrive%" -y = y for all -w = temp dir (mine was previously existing in $OEM$\D\Temp, i don't know if it is required or not) -o = where to You will have a nice tiny windows during the extraction. And don't forget to have your OemPnPDRIVERSPath well configured. Paths should look like the extracted directories. I have won at least 30Mo of new free space. @+ Jj
  10. Hi all, i have changed the user rights in order to get the last Punkbuster (http://www.punkbuster.com) for the network game "Enemy Territory" working correctly under a none privileded user and to avoid to get the boring message during a party: Kicked via Punkbuster... Inadequate O/S Privileges. For that reason i create a new user group with the following rights activated: * Debug Programs * Load and unload device drivers * Manage auditing and security log * Modify Firmware environment values * Profile Single Process I would like to export the above settings and execute them in an unattend windows installation script. Please, could someone help me ? Thx Jj
  11. Thx everybody for your help I will try them all @+ Jj
  12. Hem, i was too lazy to double backslash Please, double the backslash otherwise RunOnceEx will not work properly !!! "1"="||c:\Apps\Tools\SafeXP\SafeXP.exe c:\Apps\Tools\SafeXP\SafeXP.dat" should be "1"="||c:\\Apps\\Tools\\SafeXP\\SafeXP.exe c:\\Apps\\Tools\\SafeXP\\SafeXP.dat" You can find SafeXP here: http://theorica.click-now.net/safexp.htm @+ Jj
  13. Hi, you can use Xsafe rather than regedit. Run Xsafe, save your settings. Copy SafeXP.dat on your unattend cd. [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\021] "1"="||c:\Apps\Tools\SafeXP\SafeXP.exe c:\Apps\Tools\SafeXP\SafeXP.dat" @="SafeXP" @+ Jj
  14. Hem, in my previous post in this topic i forgot to change %systemdrive% by its drive letter @+ Jj
  15. @ZoSTeR great, i'll try to use it in order to choose which software i need to install. Thx Jj
  16. Thx raskren, you are right, OEMpreinstall is set to Yes and i was trying to precharge an oem driver via winnt.sif . your explanations about slipstream are really helpful. At first glance, txtmode method seems to be definitly broken @+ Jj
  17. @GreenMachine Never mind Indeed, that is an insteresting tool to own. @+ Jj
  18. Hi all, During the txtmode installation i get an error message about an unattended error (18) at the line 1742 from oemdisk.c !!!! It was caused by the txtsetup.oem file. [Disks] disk1 = "Silicon Image SiI 3112 SATARaid Driver Installation Disk",\Si3112r.sys,\ [Defaults] SCSI = Si3112r [SCSI] ; HwComponent section Si3112r = "Silicon Image SiI 3112 SATARaid Controller" [Files.SCSI.Si3112r] driver = disk1,si3112r.sys, Si3112r inf = disk1,Si3112r.inf ;;catalog = disk1, Si3112r.cat [HardwareIds.SCSI.Si3112r] id = "PCI\VEN_1095&DEV_3112&SUBSYS_61121095", "Si3112r" [Config.Si3112r] value = ProblemDevices, "", REG_SZ, "" value = ProblemDevices, "Maxtor 4D060H3 DAK05GK0", REG_SZ, "MaxMode = UDMA-5" value = ProblemDevices, "ST320012AS", REG_SZ, "Mod15Write" value = ProblemDevices, "ST330013AS", REG_SZ, "Mod15Write" value = ProblemDevices, "ST340017AS", REG_SZ, "Mod15Write" value = ProblemDevices, "ST360015AS", REG_SZ, "Mod15Write" value = ProblemDevices, "ST380023AS", REG_SZ, "Mod15Write" value = ProblemDevices, "ST3120023AS", REG_SZ, "Mod15Write" Has someone an ideas ? Thx Jj
  19. @[bM]Crusher I'm using K-Lite codecs but not the full version and i installed it in a other directory than the default one. That works fine. Is that the same behavior with the mega pack ? Does BSPlayer be installed in a directory of your choice ? Thx Jj
  20. Hi, is there an easy way to know which drivers are installed so i could check them in a batch file and install the appropriate software product that come with? Thx Jj
  21. @new_user look at my post : http://www.msfn.org/board/index.php?showtopic=12657&st=80 it will certainly work with a 6.0.2 version of Acrobat reader @+ Jj
  22. Hi, I cannot get BSplayer installer working properly. It's a NSIS installer. I tried the following command without success: bsplayerxxxx.exe /S /D="%systemdrive%\Logiciels\Multimédia\Lecteurs\BSplayer\ The installer ignores simply the /D= parameter and the software is installed in the c:\Program Files default directory. I want mine not the default one !!! Has someone a workaround ? Thx in advance. Jj
  23. @Koden Try that, [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\003] "1"="||msiexec /i \"c:\\Apps\\Système\\Cdrom\\daemon.msi\" /qb- REBOOT=Suppress TARGETDIR=\"%systemdrive%\\Logiciels\\Système\\Utilitaires\\D-Tools\" " @="Installation de Daemon Tools" There is no carriage return between Suppress and TARGETDIR @+ Jj
  24. Hello everybody, I really disagree. We can build easy to use unattended install with few perl knowledge. The problem would be like that:" how could we reduce the size of a perl package like ActivePerl" in order to waste less place on the cdrom. A more easy way is to use unix command for dos like those provided in an "unxutils" package. By instance we could use "sed.exe" to parse some text or characters. (That could also be made with a perl script). I tried it before but "sometimes" for unclear reasons i had to handle with some unwanted dos backslash, double quote or "long pathname with blanks" effects that i was unable to resolve in an understandable manner. So i came back to perl. If you are smart enough you can even reduce drastically the size of the ActivePerl librairies,over 4Mo. You could be able to shrunk it to less then 1Mo. The full package weighs more then 12Mo !!! With a small .pl script of 5 lines you can by instance replace %systemdrive% by its equivalent, or add when needed double backslash in a pathname so the "registry file" stay more friendly to use and more legible when you plan to modify it. Try ActivePerl @+ Jj
  25. Thx Greenmachine, I'm always continuing to improve an unattended install version for home user . The great german magazine "c't" has just written an article about how to download patches from the net with a simple shell script and overall in an easy way. It is explained in the june review number 13 page 194. Peraphs could you find there some new ideas You can also look at the following url and download the scripts at your convenience: http://www.heise.de/ct/ftp/04/13/194/ In peculiar, they use an unix tool wget rewritten for windows. After reading it carefully, i discovered that MSBA use a xml file mssecure.xml in order to define which patches are absent. I think , that could be a good source of informations for someone who want to maintain his computer up to date whatever the locale is. Good look for you new xcreate version @+ Jj
×
×
  • Create New...