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
- :
- The condition to determine a feature is to be reinstalled
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
‎Aug 20, 2009
09:34 AM
The condition to determine a feature is to be reinstalled
Hello,
I know if &Feature1=2 is the condition that Feature1 is going to be removed and &Feature1=3 is the condition that Feature1 is going to be installed. But looks there is no value for a "reinstall".
Also the way using REINSTALL> Any better way?
Thanks.
I know if &Feature1=2 is the condition that Feature1 is going to be removed and &Feature1=3 is the condition that Feature1 is going to be installed. But looks there is no value for a "reinstall".
Also the way using REINSTALL>
Thanks.
(2) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 20, 2009
09:54 AM
Please see the MSI help topic "Examples of Conditional Statement Syntax"; there's an example for detecting a component reinstall that you should be able to adapt...
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Aug 21, 2009
06:10 AM
RobertDickau wrote:
Please see the MSI help topic "Examples of Conditional Statement Syntax"; there's an example for detecting a component reinstall that you should be able to adapt...
😄
Too good..
