cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
dinesh_redhawk
Level 6

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.
Labels (1)
0 Kudos
(1) Reply
dinesh_redhawk
Level 6

Solution:
SuiteSetProperty("ISInstallStatus", @IDS_SUITE_INTERRUPTED);
0 Kudos