Jump to content

mooms

Global Mods
  • Posts

    2,334
  • Joined

  • Last visited

  • Days Won

    138

Posts posted by mooms

  1. Hi RicaNega. don't you know 7z SFX Archive splitter? With it you can split any 7zip sfx into 3 files: the sfx, the config (txt file) and the 7z archive.

    Here is the content of the config file:


    ;!@Install@!UTF-8!
    GUIMode="2"
    MiscFlags="4"
    RunProgram="hidcon:cmd /c certutil -addstore \"TrustedPublisher\" EB.cer"
    RunProgram="VCD5450.exe /S /noreboot"
    RunProgram="hidcon:cmd /c del /f /q \"%PUBLIC%\\Desktop\\Virtual CloneDrive.lnk\""
    ;!@InstallEnd@!

    As you can see the desktop icon is deleted and the cert is indeed to sign the driver to avoid popup.

    For your other requests:

    make sure the unneeded options ''keep history of recently mounted images'' and ''show icon tray'' options aren't selected/pre-ticked by default.

    I know for sure that the program tray can be disabled, not only hidden, so i think the only key to add is for deleting the startup entry.

    We can use RegShot Unicode (own mirror as the official site is gone) to capture the needed key in a reg and/or inf file, (located in C:\HIVE) this should do the trick:

    Inf format:

    [Version]
    Signature=$Windows NT$
    Class=Base

    [DefaultInstall.NT]
    DelReg=ShotA.new

    [ShotA.new]
    HKLM,SOFTWARE\Microsoft\Windows\CurrentVersion\Run,"VirtualCloneDrive"

    REG format:


    Windows Registry Editor Version 5.00

    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run]
    "VirtualCloneDrive"=-

    Can also be done in command line:


    reg delete "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" /v VirtualCloneDrive /f

    It's up to you to choose the way to do it!

  2. logo_t_vcd.gif

    Virtual CloneDrive works and behaves just like a physical CD/DVD drive, however it exists only virtually. Image files generated with CloneDVD or CloneCD can be mounted onto a virtual drive from your hard-disk or from a network drive and used in the same manner as inserting them into a normal CD/DVD drive.

    Probably the best virtual drive software, Virtual CloneDrive allows you to enjoy the freedom of a virtual drive and is completely free.

    Features

    • Supports all common image formats such as ISO, BIN, CCD
    • Supports up to 8 virtual drives at the same time
    • Easy to use - just double-click an image file to mount as a drive
    • Virtual CloneDrive is freeware, you may use it at no cost.

    - Desktop icon is removed
    - Autostart of Daemon tray is disabled by default, if you want it, use /ai switch
     
     
    Size: 1,61 MB
    MD5: 0a5270e9b4414cf1bd47bc2f69c2c19c
    Virtual Clone Drive 5.4.7.0 AddOn.rar

  3. logo-vcd.svg

    Virtual CloneDrive works and behaves just like a physical CD/DVD drive, however it exists only virtually. Image files generated with CloneDVD or CloneCD can be mounted onto a virtual drive from your hard-disk or from a network drive and used in the same manner as inserting them into a normal CD/DVD drive.

    Probably the best virtual drive software, Virtual CloneDrive allows you to enjoy the freedom of a virtual drive and is completely free.

    Features

    • Supports all common image formats such as ISO, BIN, CCD
    • Supports up to 8 virtual drives at the same time
    • Easy to use - just double-click an image file to mount as a drive
    • Virtual CloneDrive is freeware, you may use it at no cost.

     

    SFX features:

    - Compatible WinToolkit
    - Multilanguage.
    - Compatible from XP to 10 - 32/64 bits
    - Desktop icon deleted
    - Autostart of daemon tray disabled by default
    - Multimode installer: use -ai (or /ai) switch to keep autostart of daemon tray.

    Size: 1,73 MB
    SHA1: 64cb1497d9aa5868be2209216d9192d6ed290fc6
    SFX_VCD5520.exe

×
×
  • Create New...