Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a  
> somewhere in your mymodule.wxs file to pull in the fragment 
> in your Templates.wxs file.

That did the trick! I created a ComponentGroup in the Fragment, and then
added a ComponentGroupRef in the Module. 

Thanks for all your help!

Brad
--
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.





--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a  
> somewhere in your mymodule.wxs file to pull in the fragment 
> in your Templates.wxs file.

Okay. I'll try that.

> What do you mean by " If I do the same thing to include them 
> in my main installer, it works fine."? You change  
> for  and it works? Or what specifically do you do?

I mean that if I don't include the fragment's file when I build my merge
module, but I do specify it when I build the install, the installer
installs it just fine. 

But that raises a point. I had to put ComponentRefs (or a
ComponentGroupRef) in the main installer source to specify what Feature
it goes under. So, it does make sense that adding the ComponentRefs to
the merge source could do the trick.

I'll try it and let you know.



--
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.





--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Blair
My guess is you need a  somewhere in your
mymodule.wxs file to pull in the fragment in your Templates.wxs file.

What do you mean by " If I do the same thing to include them in my main
installer, it works
fine."? You change  for  and it works? Or what specifically
do you do?

-Original Message-
From: Younie, Bradford [mailto:bradford.you...@chasepaymentech.com] 
Sent: Wednesday, September 30, 2009 11:05 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] Trouble using Fragments in merge module files

I'm developing multiple merge modules that share some data files in
common. I want to have the data files defined in a Fragment that each
merge module uses. For some reason, the files in my fragment doesn't
install, even though it builds with no error. If I add the fragment to
the main installer, it works like a charm. Is there something I have to
do differently to get fragments to work with merge modules?
 
Here's the code snippet of my Fragment (there are really more files, but
this is an example):
 

http://schemas.microsoft.com/wix/2006/wi";>

  

  

  

  
 
Now, here's the snippet of my merge module:

http://schemas.microsoft.com/wix/2006/wi";>
  
  
 
  
 

   
 
   
 
   

   
   
   

 
   
 
   


Here's how I build:

candle mymodule.wxs Templates.wxs
light -out mymodule.msm mymodule.wixobj Templates.wixobj -loc
WixUI_en-us.wxl


If I do the same thing to include them in my main installer, it works
fine.   
 
I'm using WIX 3.0.

---
Bradford Younie
Senior Software Engineer
Chase Paymentech Solutions
4 NE Blvd
Salem, NH 03079-1952
Fax: 603-896-813
bradford.you...@chasepaymentech.com

--
Learn more about Chase Paymentech Solutions,LLC payment processing services
at www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are
proprietary and confidential information intended only for the use of the
recipient(s) named above.  If you are not the intended recipient, you may
not print, distribute, or copy this message or any attachments.  If you have
received this communication in error, please notify the sender by return
e-mail and delete this message and any attachments from your computer.






--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Younie, Bradford
I'm developing multiple merge modules that share some data files in
common. I want to have the data files defined in a Fragment that each
merge module uses. For some reason, the files in my fragment doesn't
install, even though it builds with no error. If I add the fragment to
the main installer, it works like a charm. Is there something I have to
do differently to get fragments to work with merge modules?
 
Here's the code snippet of my Fragment (there are really more files, but
this is an example):
 

http://schemas.microsoft.com/wix/2006/wi";>

  

  

  

  
 
Now, here's the snippet of my merge module:

http://schemas.microsoft.com/wix/2006/wi";>
  
  
 
  
 

   
 
   
 
   

   
   
   

 
   
 
   


Here's how I build:

candle mymodule.wxs Templates.wxs
light -out mymodule.msm mymodule.wixobj Templates.wixobj -loc
WixUI_en-us.wxl


If I do the same thing to include them in my main installer, it works
fine.   
 
I'm using WIX 3.0.

---
Bradford Younie
Senior Software Engineer
Chase Paymentech Solutions
4 NE Blvd
Salem, NH 03079-1952
Fax: 603-896-813
bradford.you...@chasepaymentech.com

--
Learn more about Chase Paymentech Solutions,LLC payment processing services at 
www.chasepaymentech.com.

THIS MESSAGE IS CONFIDENTIAL.  This e-mail message and any attachments are 
proprietary and confidential information intended only for the use of the 
recipient(s) named above.  If you are not the intended recipient, you may not 
print, distribute, or copy this message or any attachments.  If you have 
received this communication in error, please notify the sender by return e-mail 
and delete this message and any attachments from your computer.





--
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users