is there an effictive way to extract dll from visual c++?

Discussion in 'other software & services' started by mantra, Mar 1, 2021.

  1. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,179
    hi
    is there an effictive way to extract dll from visual c++?
    would like to extract the all the file inculded in vc_redist.x64.exe
    Code:
    vcredist_x86.exe /extract
    doesn't work
    is there a working way?
    thanks
     
    Last edited: Mar 1, 2021
  2. drhu22

    drhu22 Registered Member

    Joined:
    Aug 21, 2010
    Posts:
    585
  3. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,179
  4. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,919
    which file is missing or defective and which is the exact error message?
    listen, you cannot repair VC libs with replacing files, you need to uninstall/reinstall or repair. those files also cannot work stand-alone.
     
  5. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,179
    hi
    I need to extract the copy in the same folder of a program
    that's all , i don't want to install
     
  6. stackz

    stackz Registered Member

    Joined:
    Dec 27, 2007
    Posts:
    646
    Location:
    Sydney Australia
    For x64 2015
    Just extract with Universal Extractor and there'll be 2 msi files, then extract those files.
     
  7. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,919
    Which program, please?

    As long VC libs needed to be installed there is no hope for you it would work.
     
  8. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,179
    hi @Brummelchen
    it's JPEGminiPro 3.1 and this is the error
    https://i.imgur.com/8vVJ7W5.png
     
  9. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,919
    As it is a paid software I recommend you contact vendor.
    Code:
    https://www.jpegmini.com/
    And seriously - that page has a big gdpr problem - the "contact us" is not available if an adblocker is working. Such forms must be available any time, script blocker or not.

    Image shows a problem with you side-by-side on your not named windows.

    for the record - runs fine on my windows 10 x64, in sandboxie. anyhow it is stuck on the dialog to chose trial or enter serial, but it shows me that it is working. seems your SxS storage has been damaged, however you achieved this.
     
    Last edited: Mar 4, 2021
  10. mantra

    mantra Registered Member

    Joined:
    Jan 25, 2005
    Posts:
    6,179
    hi
    i have contacted the vendor , no answer , maybe needs visual c++
    SxS storage , could be fixed via command line?
    I tried to run under w10 (i don't keep updated)
    thanks
     
  11. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,919
    there is not. if you know which vc lib is used try this:
    - uninstall
    - https://www.techspot.com/downloads/388-windows-installer-cleanup-utility.html
    - remove the/all entries for that lib
    - windows restart
    - reinstall

    The tool remove remnants which block a repair, so the vc lib installer thinks its a clean install and write all necessary stuff from scratch. If this routine won't help then is more broken which require a windows repair (like all such cases).

    windows side-by-side (SxS) storage and also NET framework is a very sensible part of windows where cleaner and similar stupid software can damage a lot with ease.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.