Hi,
To more on  this topic I have following .msm file in our project

<Merge Id="MDVC90" Language="1033"
SourceFile="ALMGUI\Microsoft_VC90_CRT_x86.msm"   DiskId="1" />
      <Merge Id="MDVC90MFC" Language="1033"
SourceFile="ALMGUI\Microsoft_VC90_MFC_x86.msm"   DiskId="1" />
      <Merge Id="MDVC90Policy" Language="1033"
SourceFile="ALMGUI\policy_9_0_Microsoft_VC90_CRT_x86.msm"   DiskId="1"
/>
      <Merge Id="MDVC90MFCPolicy" Language="1033"
SourceFile="ALMGUI\policy_9_0_Microsoft_VC90_MFC_x86.msm"   DiskId="1"
/>


I added VC++ redistributable in bootstrapper. Is it same one? (
Microsoft_VC90_MFC_x86.msm and Microsoft_VC90_CRT_x86.msm )

Thanks,
Rahul.

-----Original Message-----
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] 
Sent: Wednesday, June 03, 2009 10:25 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Problem with merge module

Hi,
My understanding about .msm is it contains the information to install
the mentioned product. Is it need to provide setup of the products with
our setup? Or it takes from net?
Please correct me if I am wrong.

Thanks,
Rahul.

-----Original Message-----
From: Wilson, Phil [mailto:phil.wil...@wonderware.com] 
Sent: Tuesday, June 02, 2009 10:20 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Problem with merge module

You're not by any chance expecting the .msm file to be installed on the
system are you? 

Phil Wilson 


-----Original Message-----
From: rahul.ekb...@sungard.com [mailto:rahul.ekb...@sungard.com] 
Sent: Tuesday, June 02, 2009 2:29 AM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Problem with merge module

Hi,

I have added merge module in my project. Please see the code from
Product.wxs. However the merge module are not getting install on target
machine.

Also I am using bootstrapper manifest for VS2008 utility for adding
bootstrapper for .net 3.5 sp1 and VC++ redistributable. 

Please let me know what is problem with merge module

 

 

The madcapviewer is the tool for Help for WPF. I want to install it on
users machine.

 

 

<DirectoryRef Id="INSTALLDIR">

        <Merge Id="MDInstallMadCapHelpViewer" Language="1033"
SourceFile="ALMGUI\InstallMadCapHelpViewer.msm"   DiskId="1" />

      </DirectoryRef>

 

 

<Feature Id="DefaultFeature" Level="1">      

      <MergeRef Id="MDInstallMadCapHelpViewer" />

    </Feature>    

Rahul Ekbote

Senior Software Engineer * SunGard * ALM * Bacware * 

SunGard Technology Services (India), Meridian Plaza,

S B Road, Shivajinagar, Pune 411016. 

Direct Tel +91-20-25606237 * Main Tel +91-20-30238000 * Fax
+91-20-25606222 * rahul.ekb...@sungard.com
<mailto:rahul.ekb...@sos.sungard.com> * www.sungard.com
<http://www.sungard.com/bancware> /bancware

____________________________________________________
P Think before you print
CONFIDENTIALITY: This e-mail (including any attachments) may contain
confidential, proprietary and privileged information, and unauthorized
disclosure or use is prohibited.  If you receive this e-mail in error,
please notify the sender and delete this e-mail from your system. 

 

------------------------------------------------------------------------
------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the
latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the
latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------
------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the
latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to