Re: [WiX-users] Custom action entrypoints

2010-11-10 Thread Wang, Miaohsi
Original Message- From: Wang, Miaohsi [mailto:miaohsi.w...@invensys.com] Sent: Monday, November 08, 2010 9:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action entrypoints Hi Christopher and anyone who can help, Thanks a lot for respondi

Re: [WiX-users] Custom action entrypoints

2010-11-08 Thread Blair
al Message- From: Wang, Miaohsi [mailto:miaohsi.w...@invensys.com] Sent: Monday, November 08, 2010 9:05 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action entrypoints Hi Christopher and anyone who can help, Thanks a lot for responding to my question.

Re: [WiX-users] Custom action entrypoints

2010-11-08 Thread Wang, Miaohsi
ssage- From: Christopher Painter [mailto:chr...@deploymentengineering.com] Sent: Wednesday, November 03, 2010 1:08 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Custom action entrypoints I have multiple .CA.DLL files in my installer so I'm not sure w

Re: [WiX-users] Custom action entrypoints

2010-11-03 Thread Christopher Painter
inter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me - Original Message From: "Wang, Miaohsi" To: "wix-users@lists.sourceforge.net" Sent: Wed, November 3, 2010 2:56:39 PM Su

[WiX-users] Custom action entrypoints

2010-11-03 Thread Wang, Miaohsi
Hello, I created a second custom action dll because of the max 16 entrypoint limit. I included the two CA dll's in my WiX install project as shown below: My problem is that it seems that the CA's in the second dll do not get recognized by MSI. For instance, CA "RestoreINSTALLDIR" bel