Jump to content

hotdogee

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Taiwan

About hotdogee

  • Birthday 03/03/1983

Contact Methods

  • Website URL
    http://

hotdogee's Achievements

0

Reputation

  1. Ahh, I didn't know about the zip version, but with the zip version it doesn't register .torrent files to BitComet does it?
  2. http://www.bitcomet.com/ Anyone know the switches for BitComet? EDIT: nvm, I got them: /S - Silent installation (case sensitive) /D=C:\Bla - Set output folder /NCRC - Skip CRC check
  3. i'm trying to create a windows explorer shortcut with the following code: <shortcut display='Windows Explorer' program='%SystemRoot%\explorer.exe' arguments='/n,/e,c:\' description='Windows Explorer' workdir='%SystemRoot%' link='%xplode%\Windows Explorer.lnk' /> but the default icon it a "my computer" icon, and i want a "explorer folder" icon, i know this can be done with the shortcut.exe at www.OptimumX.com, but is it possible with the xplode shortcut plugin? and is it possible to have an empty workdir?
  4. The newLAN pack DriverPack_LAN_V4101.7z decompresses to folder "DriverPack_LAN_Vxxx.7z", shouldn't it decompress to folder "drivers"?
  5. I did a little modification on the script [Version] Signature="$Windows NT$" [DefaultInstall] AddReg = CDImage.Reg AddReg = Mount.Reg [CDImage.Reg] HKCR,"Folder\shell\MakeISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -M -D %here% %target%" HKCR,"Folder\shell\MakeOptISO\command",,,"CDIMAGE.EXE -LDATA -YD -N -H -X -O -M -D %here% %otarget%" [Mount.Reg] HKCR,".ISO",,,"ISO_Image" HKCR,".CUE",,,"ISO_Image" HKCR,".CCD",,,"ISO_Image" HKCR,".BIN",,,"ISO_Image" HKCR,".CDI",,,"ISO_Image" HKCR,".BWT",,,"ISO_Image" HKCR,".B5T",,,"ISO_Image" HKCR,".MDS",,,"ISO_Image" HKCR,".NRG",,,"ISO_Image" HKCR,".PDI",,,"ISO_Image" HKCR,"ISO_Image\Shell\Mount\Command",,,"%16422%\D-Tools\daemon.exe -mount 0,%1" HKCR,"ISO_Image\Shell\Unmount\Command",,,%16422%\D-Tools\daemon.exe -unmount 0 [Strings] here = """%1""" target = """%1.iso""" otarget = """%1.o.iso""" The Created ISO image well have the same name as the folder and well be created at the same place as the folder, just like creating RAR archives with WinRAR . I didn't need the bootable option, so i removed that, and added an option to not optimize the CD for faster ISO creation, the optimized ISO well end with ".o.iso". Also added all of the file types DAEMON could mount and the Unmount option.
  6. (i guess) you can run it from cmdlines (drivers are already installed at that point of installation). ahh, I see How about running it from "presetup.cmd"? After line "start /WAIT setup.exe %*" and before cleanup, since i'm making one with out the "$OEM$" folder.
  7. When will Sound_Control_Panels.cmd run? Or do i have to run it manually?
  8. The entry "iastor.sys" in the [SourceDisksFiles] section of the INF file is corrupt or missing. Setup cannot continue. Press any key to exit. I got this at text mode setup. Seems like you missed a spot in the driver packs base: M2_Add_to_txtsetupsif_V001.txt. I edited txtsetup.sif, deleted " iastor = iastor.sys,4" in the [sCSI.Load] section and everything went fine
  9. i think you need to download the DriverPacks Base
  10. Finally, they're out! Yay!! Thank you Thank you Thank you
  11. I think this well do the job. WPI_2.7_Final by the Brain & Gresh
  12. The SFX made with 7zS.sfx doesn't accept any switches. So I packed the netfxsp1.exe generated from bitmonster's method with iexpress, checking all the silent options you get a completely silent version of netfxsp1.exe that doesn't show the extraction process. The downside is that it adds 54KB to the pack and may take more time to install since the double extraction.
  13. Well, it's quite possible that the English version is the exception (I wouldn't have known that since it's the version I use ). It's also quite irrelevant. If -10 works for all instances, then we're set. Can some people using XP languages other than English confirm that for me? In a command prompt, type in echo %DATE:~-10%and post the results. I'm using a Taiwan windows version, and it doesn't seen to work for me since the day is at the end. echo %date:~-10% /10/14 ?¯ŠúŽl echo %date% 2004/10/14 ?¯ŠúŽl FOR /F %I IN ('DATE /T') DO echo %I 2004/10/14 and Microsoft Windows Script 5.6.8825 seems to be language dependent, since i have these files in addition: scripcht.cat jscht.dll scocht.dll scrrncht.dll vbscht.dll wshcht.dll
×
×
  • Create New...