[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
Re: Is this Possible with Inno Setup
Never mind, figured it all out by myself :rolleyes:
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