User Tag List

Results 1 to 7 of 7

Thread: parsing a click install file

  1. #1
    No Products Registered

    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    parsing a click install file

    I have an installer that was made with click install for windows. It installs a series of files to a specific folder. I would like to view these files on a macintosh. Is there any way to 'unpack' a click install file? In other words, if i open the .exe on a mac with a file editor, how can i parse out the files? tnx.

  2. #2
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: parsing a click install file

    You can't do that. The only way to unpack the files is to run the installer.

  3. #3
    No Products Registered

    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: parsing a click install file

    too bad. i was hoping that maybe you could help me separate out the installer code by telling me the data headers. tnx anyway.

  4. #4
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperiOS Export ModuleMac Export ModuleSWF Export ModuleUnicode Add-on
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    JasonDarby's Avatar
    Join Date
    Jun 2006
    Location
    UK
    Posts
    4,938
    Mentioned
    0 Post(s)
    Tagged
    1 Thread(s)

    Re: parsing a click install file

    A Note - we only provide the software for people to make an installer, we wouldnt (even if we could) extract files from an installer for people. This would open up the possibility of people trying to steal/pirate programs from installers etc.

    If you have questions about a particular problem with a game/program you have downloaded you should contact the software creator.

    Jason

  5. #5
    No Products Registered

    Join Date
    Jul 2007
    Posts
    3
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: parsing a click install file

    tnx. actually i was trying to extract an xml file from a mod installer for a windows pc game on a macintosh. the xml files are identical and this works (ghost recon mod for version 1.4)-it's just i dont have a windows pc handy.

  6. #6
    harbl
    Guest

    Re: parsing a click install file

    Do you really think it can't be done, or do you just not want us to know?

    Think about it. All the installer does is perform a set of actions, actions which one could also perform manually (albeit with more tedium). There is no other difference.

    I just unpacked one manually. The compression used is zlib. I didn't spend any time figuring out the headers/install script/etc. because all I needed were the files. Pointed the decompressor at the packed body and went one byte at a time until I got valid output.

    Are you really going to trust the data on YOUR machine to be subject to the actions of someone else's program? That little installer may seem harmless, but think again when you just run it and before you know it, megabytes of your personal data have been corrupted and wiped beyond recovery. The main question is, are YOU in control of YOUR own machine?


    Ignorance is the downfall of humanity.
    Knowledge is power. Think and stay educated.

  7. #7
    Clickteam Clickteam

    Join Date
    Jun 2006
    Location
    France
    Posts
    14,022
    Mentioned
    279 Post(s)
    Tagged
    3 Thread(s)

    Re: parsing a click install file

    I don't see the point of your post. If you trust the installer, just run it to get the files. If you don't trust it, don't run it, period.

    If someone has made an installer instead of packaging all the files in a simple zip file, then that's for a reason. If you want to extract idividual files from the installer that's your problem but you must ask the creator of the installer for his/her authorization. Have you ever noticed installers usually contain a user licence and you cannot install the files without agreeing with this licence?

Similar Threads

  1. Help with parsing a file
    By macca02 in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 30th October 2013, 09:52 AM
  2. Install Creator PRO: Change a File during Install
    By Scanjet in forum Install Creator and Patch Maker
    Replies: 5
    Last Post: 3rd December 2010, 03:01 PM
  3. File Parsing
    By Nickydude in forum Multimedia Fusion 2 - Technical Support
    Replies: 12
    Last Post: 20th September 2008, 02:42 AM
  4. EasyXML - file finished parsing?
    By spyfrog in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 17th April 2007, 07:10 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •