warne warne wrote:
> Thanks for tip re static link & explaining InstallExecuteSequence. Im not 
> really concerned though about the custom action (launch app after 
> installation checkbox). I only mentioned it to reference the error message 
> 2896 in the log in case someone suggested it. The problem is, my installer 
> works fine using VCRedist.exe (including the custom action) but not with 
> merge modules - wont launch at all, custom action or no custom action. I 
> thought merge modules & vcredist are the exact same thing so concluded 
> therefore Im not configuring the merge modules properly?
>   

The content is identical but the process is different. You can't rely on 
the VC merge modules in a custom action that uses the VC DLLs. As long 
as you don't try to do that, they'll install correctly and you can rely 
on them, outside the installation transaction.

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



------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to