User Tag List

Results 1 to 3 of 3

Thread: App deleting itself on request - possible?

  1. #1
    Clicker Multimedia Fusion 2

    Join Date
    Sep 2006
    Location
    Britain, South Coast
    Posts
    1,030
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    App deleting itself on request - possible?

    I'm looking into making a custom uninstall prog for my application, since it registers a new file type, and i don't wanna leave residual stuff on the system.

    I can create an uninstall easy enough, but once it's uninstalled my program, all that's left is the uninstaller itself. So... how do I delete that?

    Is there some windows command that can be invoked from inside MMF to destroy the program when it closes?

  2. #2
    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: App deleting itself on request - possible?

    i would have the uninstall exist only in temporary memory but if you really want you could start a bat file then end.

  3. #3
    Clicker Multimedia Fusion 2 DeveloperSWF Export Module

    Join Date
    Jun 2006
    Posts
    6,773
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    Re: App deleting itself on request - possible?

    Start a batch file which runs:

    @echo off
    taskkill MyApplication.exe
    del %0

Similar Threads

  1. Deleting files
    By BullDog in forum Install Creator and Patch Maker
    Replies: 3
    Last Post: 17th November 2010, 11:05 PM
  2. Deleting backdrops.
    By RickyRombo in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 3rd June 2009, 05:39 AM
  3. Deleting backdrops
    By Angelfox in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 22nd January 2009, 04:12 AM
  4. Deleting a file
    By LazyCoder in forum Multimedia Fusion 2 - Technical Support
    Replies: 1
    Last Post: 12th October 2006, 07:24 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
  •