|
-
Nov 25th, 2005, 08:24 AM
#1
Thread Starter
Frenzied Member
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 ?
-
Nov 25th, 2005, 02:01 PM
#2
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..
-
Nov 27th, 2005, 05:13 PM
#3
Thread Starter
Frenzied Member
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?
-
Nov 27th, 2005, 05:28 PM
#4
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?
-
Nov 30th, 2005, 03:53 AM
#5
Junior Member
-
Nov 30th, 2005, 06:46 AM
#6
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...
-
Dec 1st, 2005, 12:14 PM
#7
Lively Member
Re: inno question
Here is a link that will help you with the ODBC connection.
-
Dec 1st, 2005, 01:15 PM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|