|
-
Oct 30th, 2007, 09:43 AM
#1
-
Oct 30th, 2007, 10:17 AM
#2
Re: Display a message using Inno Setup
OK I found the entry:
InfoAfterFile=
That allows me to display a file after the install is completed. But is it possible to choose between two different files based on the setup selected to be perfomed (Components)?
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Oct 30th, 2007, 12:26 PM
#3
Re: Display a message using Inno Setup
In the Inno documentation online, they have an example on how to install X vs Y when running different windows version.... so, I imagine some form of it could be used to do the same here.... but I'm not sure how that works.
=-tg
-
Oct 30th, 2007, 12:45 PM
#4
Re: Display a message using Inno Setup
I have followed things for different installs and that is complete. I just can't figure out how to change the file for display (InfoAfterFile=) based on the selected install option
Sometimes the Programmer
Sometimes the DBA
Mazz1
-
Oct 30th, 2007, 02:50 PM
#5
Re: Display a message using Inno Setup
I believe you can change that via the code section. I haven't checked yet though. But you can definitely do it thru code or even with the [Tasks] section and the [Run] sections. If you create a task for the different install then you can run Notepad with the selected task in the [Run] section.
-
Oct 30th, 2007, 03:38 PM
#6
-
Oct 30th, 2007, 05:13 PM
#7
Re: Display a message using Inno Setup
Ok, then since you are using [Components] Use a [Run] section line with the notepad/wordpad entry to open the test file of your choice. All you need to do is to include the Components: Full parameter on the line and it will only run when the Full installation is chosen.
-
Oct 31st, 2007, 10:14 AM
#8
Re: Display a message using Inno Setup
Thanks randem. I'm trying it now at work.
Sometimes the Programmer
Sometimes the DBA
Mazz1
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
|