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: Not PATCH condition not working
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
‎Dec 10, 2009
01:25 AM
Not PATCH condition not working
Hi,
Specifying a 'Not PATCH' condition on a component does not work. The component is executed/installed even when the user is running a patch. I have also tried 'NOT PATCH' and even this does not work.
Specifying a condition of '0' also does not work.
I specifically want some components to not install when a patch is run as it screws up some registry entries. Is there some other condition to prevent execution during patch?
Looking forward to a response...
Thanks,
Suchin
Specifying a 'Not PATCH' condition on a component does not work. The component is executed/installed even when the user is running a patch. I have also tried 'NOT PATCH' and even this does not work.
Specifying a condition of '0' also does not work.
I specifically want some components to not install when a patch is run as it screws up some registry entries. Is there some other condition to prevent execution during patch?
Looking forward to a response...
Thanks,
Suchin
(2) Replies
‎Dec 10, 2009
08:22 AM
maybe the log would have a clue...check that PATCH is being set at the start of the install, and then look at the InstallValidate action in the log. On the line related to your component, Request should be false if the condition evaluates to false... it's not much but it's all i've got for ya for now...
‎Dec 16, 2009
11:20 PM
Thanks Kelter.. Will check that..