Skip to content

Instantly share code, notes, and snippets.

@tresf
Last active April 16, 2024 01:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tresf/6a3daf8987162e7e57dcf058c3affda5 to your computer and use it in GitHub Desktop.
Save tresf/6a3daf8987162e7e57dcf058c3affda5 to your computer and use it in GitHub Desktop.
Install LMMS without Admin

Install LMMS without Admin

  1. Download 7zip portable, extract to the Desktop

  2. Download LMMS

  3. Open a command prompt, paste in the following:

    %USERPROFILE%\Desktop\7-ZipPortable\App\7-Zip\7z.exe x %USERPROFILE%\Downloads\lmms-1.2.0-rc6-win64.exe -x!$PLUGINSDIR -o%USERPROFILE%\Desktop\LMMS
  4. Should output this:

    7-Zip [32] 16.04 : Copyright (c) 1999-2016 Igor Pavlov : 2016-10-04
    
    Scanning the drive for archives:
    1 file, 34240067 bytes (33 MiB)
    
    Extracting archive: Downloads\lmms-1.2.0-rc3-win64.exe
    --
    Path = Downloads\lmms-1.2.0-rc6-win64.exe
    Type = Nsis
    Physical Size = 34240067
    Method = LZMA:23
    Solid = -
    Headers Size = 319278
    Embedded Stub Size = 207360
    SubType = NSIS-2
    
    Everything is Ok
    
    Files: 2921
    Size:       96058620
    Compressed: 34240067
    
  5. Run lmms.exe from the folder created on the desktop.

  6. Optionally, delete leftover files from Downloads, etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment