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: accessing IA variables from vbs
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
May 02, 2011
04:15 PM
accessing IA variables from vbs
Is there a way to access IA variables from within a vbs script called by an Execute Script/Batch File action?
(1) Reply
May 03, 2011
04:31 AM
kfishman wrote:
Is there a way to access IA variables from within a vbs script called by an Execute Script/Batch File action?
Execute Script/Batch File simply replace InstallAnywhere variable at the time the script is executed, so simply put you variable ($SOME_VARIABLE$) in your script.
Did I misunderstood your question ?
--Jerome