ok i'm installing some software, the machine restarts and runs the ams program, i need to know how can i tell the program to show or hide an object depending on a variable, a where do i write that variable,
Announcement
Collapse
No announcement yet.
show hide
Collapse
This topic is closed.
X
X
-
Re: show hide
Let's say for an example, your install places a value in the Registry. Let's say you write a value of TRUE somewhere in some key.
In your menu you would have a READ FROM REGISTRY action that reads the value of this particular key and saves it in a variable, let's call it %RegVar%.
Now you could have a Boolean condition on a HIDE OBJECT action that looked like the following:
%RegVar% = TRUE
Therefore, that particular object would be hidden only if the Registry value equaled the value TRUE.
Hope this helps.
------------------
Sincerely,
Darryl Hnatiuk
Indigo Rose Corporation
Comment