Hi, 

   In writing a patch for the first  time, I am taking help of the wix
tutorial posted on
http://wix.tramontana.co.hu/tutorial/upgrades-and-modularization/patchwork. 
I have a msi build for version 6.0.0.0 and another msi version 6.1.0.0. The
new msi has a new file added to it. I have a patch.wxs that includes the
componentref for this new file. When I run pyro, I get PYRO0252 error. Any
thoughts on what might be missing in my commands 

"c:\Program Files (x86)\Windows Installer XML v3.5\bin\torch.exe" -xo
Old\mymsi-x86.msi New\mymsi-x8 
6.msi -out Patch.wixmst 
"c:\Program Files (x86)\Windows Installer XML v3.5\bin\candle.exe" Patch.wxs 
"c:\Program Files (x86)\Windows Installer XML v3.5\bin\light.exe"
Patch.wixobj 
"c:\Program Files (x86)\Windows Installer XML v3.5\bin\pyro.exe" 
Patch.wixmsp -out Patch.msp -t Sample Patch.wixmst 


<?xml version='1.0' encoding='windows-1252'?> 
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
  <Patch AllowRemoval="yes" Manufacturer="Acme Ltd." 

MoreInfoURL="www.acmefoobar.com" DisplayName="Foobar 1.0.1 Patch"
Description="Small Update Patch" 
Classification="Update">
  
     <Media Id="5000" Cabinet="media1.cab" >
      <PatchBaseline Id='Sample'>        
      </PatchBaseline>
     </Media>
  
    <PatchFamily Id='SamplePatchFamily' Version='1.0.0.0' Supersede='yes'>
      <ComponentRef Id='ReportDeployerTemp'/>            
    </PatchFamily>

  </Patch>
</Wix> 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/PYRO0252-No-valid-transforms-error-tp7588590.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to