Hello,

I am using WiX 3. I am trying to develop a WiX extension for my custom actions.
I follow the
WiX Extension model.

So far I did not found a good way to accomplish following: I would like to have the same
WiX Extension use able on both 32 bit products and 64 bit products.

As I understand it, I need to provide the custom action both as 64 bit build and 32 bit build,
then I should write a WiX library which is scheduling the proper custom action.
Following the WiX Extension model I should provide this library. All of these will happen at link time.
As I see it, at link time, the information regarding MSI platform information is not available.
These means that I only have the chance to write a proper WiX library which is able
to schedule the correct custom action. Is this possible?

am I missing something? Could you please point me to the right direction?

Thanks
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to