Results 1 to 8 of 8

Thread: inno question

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    inno question

    i turned my program into an installation, but when i install the program how can i make it load a readme.txt file ?

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

    Re: inno question

    Pouncer,

    Inno Setup has a very good help section. You can do it like this:

    InfoBeforeFile=C:\Server Data\Randem\Develop\**********\Scripts\Readme.txt

    Or try ********** in my signature and let it do it for you..

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Sep 2005
    Posts
    1,364

    Re: inno question

    sorry i mean, i wanted to literally make it open the readmne.txt, i tried your way using 'InfoBeforeFile' and it just displays the readme.txt in the setup process, i want it to *open* the file afterthe installation is complete, this possible?

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

    Re: inno question

    Use something like

    InfoAfterFile=C:\Server Data\Randem\Develop\**********\Scripts\Readme.txt

    or in the Run section open the notepad and have your readme.txt appear.

    Did you look in the help section?

  5. #5
    Junior Member jeevan's Avatar
    Join Date
    Nov 2005
    Location
    India
    Posts
    22

    Question Re: inno question

    Hai guys,

    I created a application in VB using mysql as backend.I want the two thigs i.e., my exe file,mysql server,mysql ODBC all these 3 should be installed through only one istaller.

    Currently i am going through Inno setup.
    How can i perform this through Innosetup

    Regards
    Jeevan

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

    Re: inno question

    Start with ********** and the Inno Setup help section. It's all there. Ask questions if you have troubles. Look in my signature for both...

  7. #7
    Lively Member
    Join Date
    Dec 2005
    Location
    Ontario, Canada
    Posts
    67

    Re: inno question

    Here is a link that will help you with the ODBC connection.

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

    Re: inno question

    jeevan,

    Did you look at the links in my signature? On one page you will find a link for other Inno Setup Scripts. One of the script is for ODBC installation.

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