Tasneem Jappie wrote:
> I've used dark.exe to create a wix project from a working msi for a web
> service solution.  I get the following two compile errors and I'm
> stumped (noob), please help?
>
>  
>
> Error      1              Unresolved reference to symbol
> 'CustomAction:WEBCA_CreateURLs' in section 'Product:{GUID HERE}'.
> C:\...\MBWebR.wxs       468         1              MBWebRWixSetup
>   

Dark decompiles your .msi so references to the custom actions that come 
from Visual Studio are still present. I'm not aware of any tools that do 
that translation to "pure" WiX. See the WiXIIsExtension documentation to 
do it by hand.

-- 
sig://boB
http://joyofsetup.com/



------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to