i turned my program into an installation, but when i install the program how can i make it load a readme.txt file ?
Printable View
i turned my program into an installation, but when i install the program how can i make it load a readme.txt file ?
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..
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?
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?
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 :mad:
Regards
Jeevan :)
Start with ********** and the Inno Setup help section. It's all there. Ask questions if you have troubles. Look in my signature for both...
Here is a link that will help you with the ODBC connection.
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.