Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Reevaluate Condition Issue...


2 replies to this topic

Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 05 August 2017 - 01:29

Hi there,

So, we have an install with some third party app integrations.  What happens is that if an end user upgrades on of those apps after installing our software, which may support later versions, the end use launches our package again to run a Modify/Maintenance "Change" install.  All works as planned.  Our install detects the upgraded third party app and places the corresponding Features accordingly.

 

Now, here is the issue, there are also some conditioned components in our Core app that work in conjunction with the installed third party app.  I thought I could just set those as transitive components by setting the Reevaluate Condition on them.  However, as I understand it, these are only acted upon via Repair/"Reinstall".  That won't work for us as the user won't want to run our package twice to match our components to their installed app.  Also, I even tried running the repair and the conditioned components are still not installed when marked to reevaluate condition.

 

Is there any way I can get these transitive, conditioned components handled via the Maintenance/"Change" install?

 

I guess I could create new features to handle them and by adjusting ADDLOCAL at runtime to accomplish what I want, but that would be a lot of redesign/gutting.  I'm hoping that I can deal with the components during Modify as they currently exist in our core app component tree.

 

Thank you so much in advance for any information or guidance you can provide!



Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 05 August 2017 - 01:58

Or, is there a way I can use REINSTALLMODE with a parameter(s) in combination with the Modify/Maint/Change install type?



Superfreak3

Superfreak3
  • Full Members
  • 437 posts

Posted 11 August 2017 - 20:50

I decided to assign the components in question to new Features and handle like we do all else during a Modify install.