Hello Davut,
 
What version of MSXML are you merging in?  I was having a similar
difficult time with this last week, but what solved the issue was
getting a more recent service pack of MSXML and replacing the files in
my installation with those.
 
http://community.installshield.com/showthread.php?p=281196&mode=threaded
offers an explanation.
 
I hope it helps.
 
Raj


________________________________

        From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Davut
Karabay
        Sent: Monday, August 27, 2007 5:47 PM
        To: wix-users@lists.sourceforge.net
        Subject: [WiX-users] How to install msxm3 merge module
        
        
        Hello,
         
        I need to install MSXML3 merge module. I have added following
lines to my WIX, but the installer terminates prematurely (nothing
useful in the MSI logs!!). Does anyone know how to do it?
         
        ...
            <Directory Id="TARGETDIR" Name="SourceDir">
        ...
              <Merge Id="msxml3" Language="1033"
SourceFile="msxml3_wim32.msm" DiskId="1" />
        ...
            </Directory>
        ...
            <Feature Id="MyFeature" Title="Title"
Description="Description" Level="1" AllowAdvertise="no">
        ...
              <MergeRef Id="msxml3" />
        ...
            </Feature>
        ...
        
        Regards,
        Davut
        
        
________________________________

        Invite your mail contacts to join your friends list with Windows
Live Spaces. It's easy! Try it!
<http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.
aspx&mkt=en-us>  

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to