Results 1 to 3 of 3

Thread: [RESOLVED] Is this Possible with Inno Setup

  1. #1

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

    Resolved [RESOLVED] Is this Possible with Inno Setup

    I currently deploy my program through Inno Setup, which is wrapped in a VB exe.

    So.. the Install file is a VB exe, which holds the Inno install of the program in a RES file which extracts it to the TEMP folder and Shells it from there.

    Now you might ask why the VB wrapper. Well its because It does some checks and extracts some images before the Inno setup is launched, because it uses them.

    So the question here is, I'd like to get rid of the VB wrapper and do it all through Inno.
    I'm not a Delphi/Pascal programmer, but I'm sure i could figure it out to fulfill my needs, but just need to know whether this things are possible in the first place before starting in Inno.

    ---------------------------------------
    *Check for a running process and continue depending if its running or not - I Figured this OUT
    *Kill the Process if detected running
    *Check registry if previous install exists - work in progress on this one
    *Accept command line arguments and act according to that
    Last edited by some1uk03; Apr 5th, 2009 at 04:37 PM.
    _____________________________________________________________________

    ----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

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

    Re: Is this Possible with Inno Setup

    Never mind, figured it all out by myself
    _____________________________________________________________________

    ----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.



  3. #3
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: [RESOLVED] Is this Possible with Inno Setup

    Hey,

    Is it possible that you can post the solution that you have come with so that others who have the same issue can benefit from it?

    Thanks

    Gary

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