• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Question for the Experts: How to extract the contents of a .bin file in solaris

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Question for the Experts: How to extract the contents of a .bin file in solaris

    Afternoon Experts,

    I've got a Solaris .bin installation file

    I don't want to run the installer,

    but I do not some of the .so libraries which are in this file and will be extracted when the file is executed

    is there a way to extract the contents of a .bin solaris file without running the file as a self extracting full installer ?

    ta

    Milan.

    #2
    Originally posted by milanbenes View Post
    Afternoon Experts,

    I've got a Solaris .bin installation file

    I don't want to run the installer,

    but I do not some of the .so libraries which are in this file and will be extracted when the file is executed

    is there a way to extract the contents of a .bin solaris file without running the file as a self extracting full installer ?



    ta

    Milan.
    Not easily. Bin files are more like MS MSi installers than executable zip files, getting stuff out of them is non trivial.

    If the Installer allows for arguments on the command line there may be some options to try, or you may be able to get it to install somewhere out of the way and then grab the files you want afterwords, but otherwise I thinks it's a non starter.
    "Being nice costs nothing and sometimes gets you extra bacon" - Pondlife.

    Comment


      #3
      thanks Dave

      Milan.

      Comment

      Working...
      X