I call torch like this:
torch.exe -p -xi Baseline\App.wixpdb Hotfix\App.wixpdb -out Diff.wixmst

then I candlelight the Hotfix.wxs:
candle.exe Hotfix.wxs -out Hotfix.wixobj
light.exe Hotfix.wixobj -out Hotfix.wixmsp

then I execute pyro:
pyro.exe Hotfix.wixmsp -out Hotfix01.msp -t RTM Diff.wixmst -sa


Actually I've never created a hotfix where the changes were made within the
merge modules, so I dont know what's best practice. I thought I have to
create the patch like I used to create it - by using the msi which contains
the msm. 

Thank's,
Chris



Blair-2 wrote:
> 
> Which files are you passing to torch?
> 
> -----Original Message-----
> From: Gremlin [mailto:postingpl...@gmail.com] 
> Sent: Wednesday, July 29, 2009 6:54 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] Patching & MergeModules
> 
> 
> Hi there,
> 
> How can I patch MergeModules with pyro when they are packed in an msi?
> 
> My problem:
> I have an msi with an msm included and I create the patches with pyro.exe
> The patching works when I have to create a patch witch new files that are
> defined in the msi. As soon as I get a new msm which contains new files
> for
> a hotfix, the generated patch contains no files of the msm.
> 
> Thank's,
> Chris
> -- 
> View this message in context:
> http://n2.nabble.com/Patching---MergeModules-tp3349864p3349864.html
> Sent from the wix-users mailing list archive at Nabble.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
> 
> 
> ------------------------------------------------------------------------------
> 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
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Patching---MergeModules-tp3349864p3354709.html
Sent from the wix-users mailing list archive at Nabble.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