Results 1 to 4 of 4

Thread: Allow one install only with Inno..

  1. #1

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Question Allow one install only with Inno..

    Once the application is installed.. and you reclick on the setup.exe, how would I go about creating a ...

    ..Re-Install

    ..Uninstall Option#


    So that the user cannot install the application twice..?
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Allow one install only with Inno..

    Why would you want to do that?

    Check the AppId at installation time. if it is present do not re-install.

  3. #3

    Thread Starter
    Frenzied Member some1uk03's Avatar
    Join Date
    Jun 2006
    Location
    London, UK
    Posts
    1,675

    Re: Allow one install only with Inno..

    Why would you want to do that?
    ..Cos i dont want multiple instances on the machine..?


    How would i go about checking the AppId..?

    If exists quit? any hints on hows its done with Inno?
    _____________________________________________________________________

    ----If this post has helped you. Please take time to Rate it.
    ----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.



  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: Allow one install only with Inno..

    You will have to use the code section to accomplish that. I don't use that code section...but Kleinmna does. You might want to ask him. He hangs out in the .NET forum.

Posting Permissions

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



Click Here to Expand Forum to Full Width