Jump to content

hotdogee

Member
  • Posts

    13
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Taiwan

Posts posted by hotdogee

  1. Why do you have to install this program silently?  BitCommet has a zip version release that doesn't need installation and uninstallation.

    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. 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?

  3. 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.

  4. im trying to set it up so that it doesn't show the extraction process.  also....will /qn work in svcpack?

    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. ;)

  5. I thought weird behavior were for non-english windows version.

    %DATE% is supposed to be a short date like mm/dd/yy and now it's the english version that is not predictable.

    Coding for Windows platform is all about dealing with exception.

    But we know that since long time ago.  ;)

    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 :P). 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 :unsure:

    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...