User Tag List

Results 1 to 7 of 7

Thread: exporting an exe at runtime?

  1. #1
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    exporting an exe at runtime?

    Is it possible to somehow have a file stored in the exe (like an exe) even if its in the data alements before its compiled, and then be able to extract it at runtime to a locaion i want?

    Cheers
    Andy

  2. #2
    Clicker Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Universal Windows Platform Export Module (Steam)

    Join Date
    Jul 2006
    Posts
    2,023
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    maybe including it in binary elements and using file object copy will work. Why do you need to extract an exe ?

  3. #3
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    Yeh ive been looking into the using the binary object... basically, all i want is when the ap is run, basically move its self to another directory, and the only way i though this could be done is by carrying a copy of its self and at runtime, export it to the new directory.

    Just umm i would if you could just use the file object to copy the exe (thats running) and paste it into new directory?

    Ill play.
    Cheers
    Gib

  4. #4
    Clicker Multimedia Fusion 2
    SEELE's Avatar
    Join Date
    Jul 2007
    Location
    Terra australis incognito
    Posts
    1,916
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    *you could have it close and execute a bat with copy commands.

    *or unpack a smaller program that moves the original.

    *or have the program copy it's self, and change command arguments to delete then restart it's self.



    all the above are a bit weird but they sure beat having double file size... good luck.

  5. #5
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    yeh... copy its self sounds good! ill go with that one!
    Cheers
    Gib

  6. #6
    Clicker Fusion 2.5 DeveloperiOS Export Module
    Czentnar's Avatar
    Join Date
    Jan 2007
    Location
    Budapest, Hungary
    Posts
    819
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    I think the build 247 can do that:
    Runtime: new Extract Binary file action that allows you to extract from the EXE/CCN an embedded binary file (specified in the Binary Data tab of the Data Element editor) to a temporary file, new Release Binary File function to remove the temporary file created with the Extract File action, and new Get Binary File Temp Filename to retrieve the pathname of the temporary file.

  7. #7
    Clicker Fusion 2.5 DeveloperFusion 2.5 DeveloperFusion 2.5+ DLCAndroid Export ModuleHTML5 Export ModuleiOS Export ModuleMac Export ModuleSWF Export Module

    Join Date
    Sep 2006
    Location
    UK
    Posts
    842
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: exporting an exe at runtime?

    yeh i thought that, will check it out!
    Cheers
    Gib

Similar Threads

  1. Exporting to Fla or AS / Flex
    By mrmdesign in forum SWF/Flash Export Module Version 2.0
    Replies: 3
    Last Post: 24th November 2010, 03:50 PM
  2. Exporting to C?
    By Maximum in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 10th August 2009, 11:47 AM

Posting Permissions

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