Looking for a NO INSTALL guide

Discussion in 'Software' started by HikaruSniper, Apr 30, 2022.

Tags:
  1. HikaruSniper

    HikaruSniper Kapellmeister

    Joined:
    Nov 20, 2021
    Messages:
    70
    Likes Received:
    40
    Hi guys, hope you are doing well.
    Does anyone know about a concise and straight to the point guide to make NO INSTALL plugins? I L-O-V-E using NO INSTALL plugins.
    I got a guide on certain excellent russian torrent site but its like 50 pages long and it's in russian.
    Thanks!
     
  2.  
  3. xorome

    xorome Audiosexual

    Joined:
    Sep 28, 2021
    Messages:
    1,332
    Likes Received:
    981
    Very broadly speaking and for Windows:

    1) Monitor registry changes made by plugin installer.

    https://www.nirsoft.net/utils/registry_changes_view.html
    https://www.nirsoft.net/utils/reg_file_from_application.html

    2) Monitor files copied by plugin installer.

    https://www.nirsoft.net/utils/folder_changes_view.html

    3) Export plugin installer registry changes into a .reg file. C:\myportableplugin\myportableplugin.reg

    4) Copy installed plugin files to another location, preserve folder structure. (C:\Program Files\VstPlugins\MyPlugin.vst3 -> C:\myportableplugin\_files_\Program Files\VstPlugins\MyPlugin.vst3)

    5) Go to C:\myportableplugin\ and create an empty file 'myinstaller.cmd' - Right click this file and make it run as admin.

    6) Open myinstaller.cmd in a text editor and start writing batch commands.
    6a) Merge file from 3) into registry using 'reg import myportableplugin.reg'
    6b) Create links to all your plugin files and folders. (mklink "C:\Program Files\VstPlugins\MyPlugin.vst3" "_files_\Program Files\VstPlugins\MyPlugin.vst3")

    7) Write myportableuninstaller.cmd to reverse 6)

    ---

    Notes: Some plugins don't need registry entries to run. Also, you could copy the files instead of linking them. Linking is more elegant though.
     
    • Like Like x 4
    • Agree Agree x 1
    • Winner Winner x 1
    • List
  4. HikaruSniper

    HikaruSniper Kapellmeister

    Joined:
    Nov 20, 2021
    Messages:
    70
    Likes Received:
    40
    @xorome Thanks a ton! will try and report back!
     
  5. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    7,437
    Likes Received:
    4,126
    Location:
    Europe
    @xorome 's answer is really good. I'd just recommend "Total Uninstall" as the main tool.
    It can give you a backup of all the new files and registry entries in one package. Brutally useful program
     
    • Like Like x 1
    • Interesting Interesting x 1
    • List
Loading...
Similar Threads - Looking INSTALL guide Forum Date
looking for Autotune 7 64 bit windows installer Software Aug 17, 2023
Looking for advice on multi-part installations Software Sep 9, 2022
Another one looking for install help SOLVED Omnisphere Jan 6, 2022
Looking For Collab on all House Music Collaborations 51 minutes ago
Looking for feedback on best techno track I made Electronic Feb 19, 2025
Loading...