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: How to set value to IsInstallStatus property
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
Jul 25, 2017
08:35 AM
How to set value to IsInstallStatus property
I need to set the value of [IsInstallStatus] property to a string identifier IDS_SUITE_INTERRUPTED
something like this:
SuiteSetProperty("ISInstallStatus", IDS_SUITE_INTERRUPTED);
But this is not working.
Please help.
something like this:
SuiteSetProperty("ISInstallStatus", IDS_SUITE_INTERRUPTED);
But this is not working.
Please help.
(1) Reply
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
Jul 25, 2017
08:46 AM
Solution:
SuiteSetProperty("ISInstallStatus", @IDS_SUITE_INTERRUPTED);
SuiteSetProperty("ISInstallStatus", @IDS_SUITE_INTERRUPTED);
