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
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Can we call script variables in BASIC MSI Dialogs
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
Oct 10, 2008
05:52 AM
Can we call script variables in BASIC MSI Dialogs
Hi,
I am developing one BasicMSI Project. In that i had written the code for browsing a file(here browsing a file is working fine). I want to show that path to the user in the dialog. I am assigning that path to a variable in the script, can we use that variable in the dialog. If yes please let me know how to use it.
Thanks & Regards
Surya
I am developing one BasicMSI Project. In that i had written the code for browsing a file(here browsing a file is working fine). I want to show that path to the user in the dialog. I am assigning that path to a variable in the script, can we use that variable in the dialog. If yes please let me know how to use it.
Thanks & Regards
Surya
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Oct 10, 2008
09:56 AM
You will need to set it to a property and use that property in the dialog.