Hi:
I'm just signing a license agreement with ms to contribute code. I've written 
some code (that was needed in a project I'm involved in) that obtains the users 
profile type.
Currently it consists of a property (currently it's private, but this is 
changeable) as follows:
<Fragment>
<Property Id="UserProfileType"/>
</Fragment>
I've then got a custom action written in c++ again currently in a project 
specific dll. Two queries:
Firstly, which dll do most custom actions go in to, pubca orserverca?
Secondly, if someone includes the custom action but not the property in the 
installation, what happens, I'm assuming the ca will ExitOnFailure if this 
logic is coded in, due to the fact that the property doesn't exist. Is there a 
way to add the property if the ca is added to a .wxs file by the users?
Also, whilst I think about it, do I need to write a test for the ca/wxs 
combination?
Any help appreciated.
Cheers
Sean.
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
WiX-devs mailing list
WiX-devs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-devs

Reply via email to