|
-
Apr 5th, 2009, 01:43 PM
#1
Thread Starter
Frenzied Member
[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.

-
Apr 7th, 2009, 06:00 AM
#2
Thread Starter
Frenzied Member
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.

-
Apr 8th, 2009, 12:58 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|