Re: [WiX-users] WiX-users Digest, Vol 5, Issue 11

2006-10-07 Thread Carlos O'Donell
On 10/5/06, Eric Hybner <[EMAIL PROTECTED]> wrote:
>
> 
> I have an MSM that defines a set of "CustomAction" entries. The MSM is
> merged into the MSI, and it is my responsibility to execute the MSM's
> custom actions.
>
> Unfortunately when I compile my project, light rightly complains:
>
> C:\xxx\yyy.xml : error LGHT0112 : Unresolved reference to symbol
> 'CustomAction:foo' in section
> 'Product:12345678-1234-1234-1234-123456789012'.
> 
>
> Custom Actions in an MSM are available as CustomAction.GUID. Add the
> merge module to your package, candle/light it, then crack open the MSI
> with Orca, and you'll see it there in your CustomAction table. You
> should be able to insert CustomAction.GUID without light complaining.

Eric, thank's for mentioning a good workaround.

Cheers,
Carlos.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 5, Issue 11

2006-10-05 Thread Eric Hybner


I have an MSM that defines a set of "CustomAction" entries. The MSM is
merged into the MSI, and it is my responsibility to execute the MSM's
custom actions.

Unfortunately when I compile my project, light rightly complains:

C:\xxx\yyy.xml : error LGHT0112 : Unresolved reference to symbol
'CustomAction:foo' in section
'Product:12345678-1234-1234-1234-123456789012'.


Custom Actions in an MSM are available as CustomAction.GUID. Add the
merge module to your package, candle/light it, then crack open the MSI
with Orca, and you'll see it there in your CustomAction table. You
should be able to insert CustomAction.GUID without light complaining.

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users