Re: [WiX-users] Custom actions that are part of shared components

2007-02-28 Thread Bob Arnson
Stephen Walch wrote: > > (?ProductComponent = 2) AND ($ProductComponent = 3) > > > So why would (?ProductComponent = 2) yield true during the second > install? Could this be a timing issue? (In my sequence, the test is > After='InstallFinalize'.) > Timing might be an issue; I'm not sure i

Re: [WiX-users] Custom actions that are part of shared components

2007-02-27 Thread Stephen Walch
Bob Arnson wrote: > Stephen Walch wrote: > > > > My problem occurs when I try to add CustomActions for registering and > > deregistering my components. (If you must know, it involves making > > STSADM.EXE calls to register a SharePoint "Feature".) I have not > > figured out a way to associate my C

Re: [WiX-users] Custom actions that are part of shared components

2007-02-26 Thread Bob Arnson
Stephen Walch wrote: > > My problem occurs when I try to add CustomActions for registering and > deregistering my components. (If you must know, it involves making > STSADM.EXE calls to register a SharePoint "Feature".) I have not > figured out a way to associate my CustomActions with specific