In article <[EMAIL PROTECTED]>,
    vishnum <[EMAIL PROTECTED]>  writes:

> What I am trying to do is I have a custom action (external, in a dll) which
> based on the msi name writes data to the registry.

A better approach is to set a property and use that to drive your
custom action data.

Even better is to conditionalize a component and use the component to
write data into the registry.

You don't need custom actions to write data into the registry.

Always avoid using custom actions for items provided natively by
Windows Installer.
-- 
"The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download
      <http://www.xmission.com/~legalize/book/download/index.html>

        Legalize Adulthood! <http://blogs.xmission.com/legalize/>

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to