Looking for a NO INSTALL guide

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

Tags:
  1. HikaruSniper

    HikaruSniper Ultrasonic

    Joined:
    Nov 20, 2021
    Messages:
    70
    Likes Received:
    39
    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:
    744
    Likes Received:
    587
    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 Ultrasonic

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

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    6,986
    Likes Received:
    3,859
    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 a plugin which has a Similar MIDI routing feature. [solved] Reaper Apr 14, 2024
looking for a smartphone Lounge Apr 13, 2024
Loading...