This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallAnywhere
- :
- InstallAnywhere Forum
- :
- Re: IA variables in HTML panel
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
10:13 AM
IA variables in HTML panel
Hi all,
I'd like to create a HTML panel similar to Pre-Installation Summary panel, so in my HTML file I write:
Product Name: $PRODUCT_NAME$
but the variable isn't resolved at running time and the output is the same.
Is there a way to resolve IA variables in these panels?
Thanks
I'd like to create a HTML panel similar to Pre-Installation Summary panel, so in my HTML file I write:
Product Name: $PRODUCT_NAME$
but the variable isn't resolved at running time and the output is the same.
Is there a way to resolve IA variables in these panels?
Thanks
(7) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
10:41 AM
If there is no Substitute IA variables option on a panel I'm afraid that, well, there is no built-in variable replacement. What exactly do you mean by creating a panel, is that a custom panel?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
10:56 AM
No,
in the pre-install phase I add an action (Panel: Display HTML), I create an index.html file with the text mentioned above and I put it into an archive as suggested.
The only option present is "Read Form Elements as InstallAnywhere Variables" but I didn't understand how to use it.
Thanks for your reply
in the pre-install phase I add an action (Panel: Display HTML), I create an index.html file with the text mentioned above and I put it into an archive as suggested.
The only option present is "Read Form Elements as InstallAnywhere Variables" but I didn't understand how to use it.
Thanks for your reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 13, 2008
12:00 PM
Yeah, indeed no mention of that option checked by default in the doc.
"The Display HTML panel allows developers to display HTML from an archived file or a specific URL on a panel during the installation. Use the General Settings tab to assign the HTML panel a title and select the source of the HTML. See Panel Action Settings for more information about settings for images, labels, and help content on this panel.
Tip: A sample custom HTML panel is available in
/Custom Code/Samples/HTMLPanelSample/"
Maybe the HTML Panel Sample to give you a tip?
"The Display HTML panel allows developers to display HTML from an archived file or a specific URL on a panel during the installation. Use the General Settings tab to assign the HTML panel a title and select the source of the HTML. See Panel Action Settings for more information about settings for images, labels, and help content on this panel.
Tip: A sample custom HTML panel is available in
Maybe the HTML Panel Sample to give you a tip?
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2008
02:50 AM
Unfortunately the example in Samples directory doesn't show how to display a IA variable in a HTML panel, it just shows an input form 😞
I'll try to understand the meaning of that option...
Thanks
I'll try to understand the meaning of that option...
Thanks
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 14, 2008
03:51 AM
Or maybe you could ask directly the Macrovision support? Anyway, I guess everybody would benefit from that information!
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 26, 2014
04:48 AM
IA variable is not displaying in HTML Panel:mad:
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Sep 21, 2016
05:58 AM
gunasekaranmca wrote:
IA variable is not displaying in HTML Panel:mad:
May be you need to add modify text file action with substitute IA variables check box as checked, before HTML panel. This way you can display IA variables. Hope this workaround helps.