How to get a list whats installed...? WiN7

Discussion in 'Software' started by cEvin Key, Oct 30, 2018.

  1. cEvin Key

    cEvin Key Kapellmeister

    Joined:
    Oct 18, 2015
    Messages:
    226
    Likes Received:
    41
    Hi all
    I was searching for a little easy to use program where i can see
    when i install a VST (especially the ones from Applied Acoustic Systems ;O))) on Win7 64 Bit
    where the installer puts all the files and in which folder
    Thank you in advance
     
  2.  
  3. Olymoon

    Olymoon Moderator

    Joined:
    Jan 31, 2012
    Messages:
    5,801
    Likes Received:
    4,465
    • Agree Agree x 2
    • Useful Useful x 1
    • List
  4. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    6,988
    Likes Received:
    3,861
    Location:
    Europe
    If you want not only the list of installed programs but a list of folder, files, and so on you need an uninstaller capable of monitoring the install process. This only works if you install your programs/plugins in "monitored" mode.
    - Revo can do this (monitors real-time)
    - Total Uninstall also can (takes snapshots before and after)
    Also, Total Uninstall can analyze installed programs and "guess" pretty well but not perfectly when programs are not installed with monitoring.
    Revo also does it, but only shows you that when you uninstall a program (as far as I remember)
     
    • Agree Agree x 1
    • Useful Useful x 1
    • List
  5. Using Windows Powershell

    Get-ItemProperty HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\* | Select-Object DisplayName, DisplayVersion, Publisher, InstallDate | Format-Table –AutoSize
     
    • Winner Winner x 1
    • Interesting Interesting x 1
    • Useful Useful x 1
    • List
  6. mono

    mono Audiosexual

    Joined:
    Jul 23, 2014
    Messages:
    1,062
    Likes Received:
    622
    Location:
    Floating Amongst the Stars
    I use sandboxie,it free for 30 days then you get a nag popup for 5 sec ,when you want to use it after that.
    The only thing is tricky is the users/all folder in the sandbox is C:\ProgramData on your pc
    https://www.sandboxie.com/
     
    • Interesting Interesting x 1
    • List
  7. wasgedn

    wasgedn Banned

    Joined:
    Nov 9, 2014
    Messages:
    3,184
    Likes Received:
    1,258
    Location:
    Germany
    windows has hard coded install log....thats what you cant hide on win 7 pc . what you have installed on OS since it got first time booted...but dont ask me where to find it...i just realized it back in the day fresh installing and stuff...
     
  8. wasgedn

    wasgedn Banned

    Joined:
    Nov 9, 2014
    Messages:
    3,184
    Likes Received:
    1,258
    Location:
    Germany
  9. Magic Mango

    Magic Mango Producer

    Joined:
    Jan 27, 2017
    Messages:
    216
    Likes Received:
    92
  10. injun joe

    injun joe Newbie

    Joined:
    Nov 22, 2015
    Messages:
    13
    Likes Received:
    2
    ccleaner includes a simple export function for the list of installed programs: tools > uninstall > button down right "save to textfile...".
    But this won't show the target folder, just tried, sorry, only name, version, publisher, install date, size, user
     
    Last edited: Oct 30, 2018
  11. wasgedn

    wasgedn Banned

    Joined:
    Nov 9, 2014
    Messages:
    3,184
    Likes Received:
    1,258
    Location:
    Germany
    nirsoft is a must for every win admin he he
     
  12. Magic Mango

    Magic Mango Producer

    Joined:
    Jan 27, 2017
    Messages:
    216
    Likes Received:
    92
    Good tools :D

    nircmd.exe regedit "~$clipboard$" ;>
     
  13. Xupito

    Xupito Audiosexual

    Joined:
    Jan 21, 2012
    Messages:
    6,988
    Likes Received:
    3,861
    Location:
    Europe
  14. mild pump milk

    mild pump milk Russian Milk Drunkard

    Joined:
    Mar 29, 2014
    Messages:
    2,706
    Likes Received:
    2,279
    Location:
    Russia
    For 0 sec search you may also need free voidtools everything. It scans systems for 1-2 min once and forever.
     
    Last edited: Oct 30, 2018
  15. filtersweep

    filtersweep Platinum Record

    Joined:
    Mar 15, 2014
    Messages:
    778
    Likes Received:
    238
  16. filtersweep

    filtersweep Platinum Record

    Joined:
    Mar 15, 2014
    Messages:
    778
    Likes Received:
    238
    revo uninstaller can do what you want..
     
  17. SineWave

    SineWave Audiosexual

    Joined:
    Sep 4, 2011
    Messages:
    4,326
    Likes Received:
    3,422
    Location:
    Where the sun doesn't shine.
    You have a look into your Users, ProgramData, and VSTPlugins folders. As simple as growing weed. And I mean *weed*, not weed. :wink:

    Threads everywhere are getting more ridiculous by day, as well as people.

    Is there no incentive to learn things on your own any more? Not even the simplest ones?

    Is "how do I install ******" next? How can you exist without knowing even the simplest, most basic things about computers?

    I'm sorry if I sound offensive, I didn't mean to. I'm just bothered by the laziness and stupidity.
     
    Last edited: Nov 1, 2018
  18. DoubleTake

    DoubleTake Audiosexual

    Joined:
    Jul 16, 2017
    Messages:
    2,197
    Likes Received:
    1,152
    What about User\AppData\* ?
     
  19. SineWave

    SineWave Audiosexual

    Joined:
    Sep 4, 2011
    Messages:
    4,326
    Likes Received:
    3,422
    Location:
    Where the sun doesn't shine.
    Yes, "AppData" folder within "Users" is of equal importance as many programs still don't use "ProgramData" and "My Documents". :blush: I meant the whole "Users" folder, not just "My Documents" in it. Rectified. Thanks! :)
     
  20. mithat

    mithat Noisemaker

    Joined:
    Dec 25, 2013
    Messages:
    17
    Likes Received:
    3
    Location:
    Istanbul
    Launch PowerShell

    type :

    Get-WmiObject -Class Win32_Product
    to get the detailed output.

    If you use

    Get-WmiObject -Class Win32_Product | Select-Object -Property Name

    will be enough for most people.

    Those are for collecting WMI data on installed software. This will take a while depending installed products count.
    This process does not list manually copied - not installed with installer - products.
     
  21. fishnose

    fishnose Producer

    Joined:
    Oct 9, 2021
    Messages:
    246
    Likes Received:
    126
    Yeah, and I'm just bothered by the goddamn arrogance.
    People like you never learn.
    And yes, you do mean to sound offensive. :facepalm:
     
Loading...
Similar Threads - list whats installed Forum Date
Most realistic Piano Kontakt library Samplers, Synthesizers Saturday at 2:21 PM
Can you guys recommend the most realistic Spanish guitar vst? Kontakt Mar 2, 2024
Plugins Megalist Software Feb 25, 2024
which Listening position would you prefer Studio Feb 13, 2024
Free & realistic ITB acoustic drums Samplers, Synthesizers Feb 12, 2024
Loading...