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

Launch CA during install and Modify only


1 reply to this topic

Dave I

Dave I
  • Members
  • 195 posts

Posted 08 October 2001 - 15:46

Easy one:

I have tried Not Installed OR _ISMaintence="Change" but it doesnt work.

Thanks,
Dave.


Devang Parmar

Devang Parmar
  • Members
  • 64 posts

Posted 11 October 2001 - 15:47

Hi,

I solved this problem on my end by making a new global property (say SELECTMAINT) and set it to "Remove" in CA. I called this CA at the next button of MaintainanceType dialog box depending on _IsMaintainance="Remove".

Now put SELECTMAINT!="Remove" OR NOT Installed to the other CA's condition.

It should work. It worked for me.

Devang.