Blair wrote
>
> If you have a lot of customers you will probably be better off 
> distributing
> an MSP file which can be run right from your web site instead of requiring 
> a
> special command-line like a minor upgrade MSI will.

Cheers, this seems the best solution as it has been distributed a bit. 
Although i'm having a problem.

I've changed the offending condition which now works ok, but i can't seem to 
build the msp file.

Using either the MSI files or the wixpdb files makes no difference, I've 
taken the sample patch.wxs files from the web - If this is where i've gone 
wrong, please advise...

<?xml version='1.0' encoding='windows-1252'?>
<Wix xmlns='http://schemas.microsoft.com/wix/2006/wi'>
  <Patch AllowRemoval='yes' Manufacturer='Kickstone Technologies Ltd.' 
MoreInfoURL='www.pricegoblin.co.uk'
    DisplayName='IE 8 Uninstall fix' Description='Patch to allow uninstall 
with IE8' Classification='Update'>

    <Media Id='5000' Cabinet='Sample.cab'>
      <PatchBaseline Id='Sample' />
    </Media>

    <PatchFamily Id='SamplePatchFamily' Version='1.0.0.0' Supersede='yes'>
      <ComponentRef Id='MainExecutable' />
    </PatchFamily>

  </Patch>
</Wix>

and all works well until i come to run pyro when i get the following error:

pyro.exe : error PYRO0252 : No valid transforms were provided to attach to 
the patch. Check to make sure the transforms you passed on the command line 
have a matching baseline authored in the patch. Also, make sure there are 
differences been your target and upgrade.


Is it because only a condition has changed? Do i need to change a file as 
well? If i change a file would the patch update the condition?

Thanks


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) 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/devconference
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to