Results 1 to 2 of 2

Thread: [Inno]Code for a Installer

  1. #1

    Thread Starter
    Fanatic Member Lasering's Avatar
    Join Date
    May 2006
    Location
    Lisboa
    Posts
    559

    [Inno]Code for a Installer

    Hi!

    I've used inno for all my installers. And I've included in the code section a code that verifies if the computer on which the program is being installed has .Net Framework 2.0. But this makes it only possible to install my program if Net Framework 2.0 is already installed.
    Well, I've read (cant remember where) that a program most of the times doesn't use all files that framework installs, normally System.dll, System.Windows.Forms.dll, System.Drawing.dll, etc and another file that I don't know exactly is name, but something like mscorblib.dll. But was these files have different versions copying them manually could screw everything.

    Well my project only uses 3 files, so it can't be that hard.

    If there anything that can help me to do this.

    Well, my idea is just to install my program and be able to run it without having to install anything other then my program.
    Controls: XPCC|Quantum
    Windows API'sLINQ to XML SamplesRegex Tutorial

    Albert Einstein:
    "Imagination is more important than knowledge."
    "Everything should be made as simple as possible, but not simpler."
    "Great spirits have often encountered violent opposition from weak minds."

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

    Re: [Inno]Code for a Installer

    No you can't do that if your program has other dependencies...

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