Hi,
I built my patch on msimsp. This patch does not work.
It installs nothing even though he is 50 Mb big.
I have kept to this page:
http://wix.sourceforge.net/manual-wix3/patch_building.htm
However, nothing seems to fall into the patch. I thought msimsp compares the
two versions and adds only the changed data?
Sometimes I add my code for the patch to do so. I hope you will find the
error.
I'm total beginner in programming the installation.

<PatchCreation
        Id="{05008800-2944-4060-BB2D-A92F2F633DD3}"        
        CleanWorkingFolder="yes"
        OutputPath=" patch.pcp"
        WholeFilesOnly="no"    
       
        >
      
      <PatchInformation
          Description="Small Update Patch"
          Comments="Small Update Patch"
          Manufacturer="my company"
          ShortNames="yes"
          Languages="1033"
          Compressed="no"
          />
      
      <PatchMetadata
          AllowRemoval="yes"
          Description="Small Update Patch"
          ManufacturerName=" my company "
          TargetProductName="file"
          MoreInfoURL="www.test.de"
          Classification="Update"
          DisplayName="Sample Patch"/>
      
      <Family  Name="productname"
               DiskId="2"
               MediaSrcProp="Update"
               SequenceStart="5000">
      
        <UpgradeImage SourceFile="Update.msi " Id="CEREC">
          <TargetImage SourceFile="Product.msi "
                       Order="1"
                       Id="file"
                       IgnoreMissingFiles="no" />
        </UpgradeImage>
        
      </Family>

Eingegebene Befehle by me:

msiexec.exe /a "Product.msi"  /qb TARGETDIR="C:\wix\1.0\admin"

msiexec.exe /a "Update.msi" /qb TARGETDIR="C:\wix\1.1\admin"

light.exe "Product.wixobj" -out "patch.pcp"

msimsp.exe -s "patch.pcp" -p " patch.msp" -l  " patch.log"

Christoph


-----Ursprüngliche Nachricht-----
Von: Christoph Goetz [mailto:christoph.go...@giepa.de] 
Gesendet: Donnerstag, 12. Mai 2011 13:29
An: 'General discussion for Windows Installer XML toolset.'
Betreff: Re: [WiX-users] Creating Patch

Thanks,
i just had the wrong file... :-( That worked well 
 

-----Ursprüngliche Nachricht-----
Von: Pally Sandher [mailto:pally.sand...@iesve.com] 
Gesendet: Donnerstag, 12. Mai 2011 12:46
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Creating Patch

You can't use Votive to build patches as there's no "patch" project type (or
there wasn't last time I checked) which is why Visual Studio is erroring.

Post your patch.wxs & the commands you're running which give you that error
as the error & information you pasted is too vague to diagnose.
I've built patches for years following that guide without problems using
both WiX v3.0 & v3.5 & various versions of the Windows SDK from 6.0 up to
the current 7.1.

Palbinder Sandher 
Software Deployment Engineer
T: +44 (0) 141 945 8500 
F: +44 (0) 141 945 8501 

http://www.iesve.com 
**Design, Simulate + Innovate with the <Virtual Environment>**
Integrated Environmental Solutions Limited. Registered in Scotland No.
SC151456 
Registered Office - Helix Building, West Of Scotland Science Park, Glasgow
G20 0SP
Email Disclaimer

-----Original Message-----
From: Christoph Goetz [mailto:christoph.go...@giepa.de] 
Sent: 12 May 2011 10:47
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Creating Patch

Hi,

i know i have a lot of questions. I am just new in wix.

I try to create a patch in wix. For this purpose I use the following page:
http://wix.sourceforge.net/manual-wix3/patch_building.htm. When I use
light.exe application, the error: lght0093: cout not find entry section in
provided list of intermediats. Expectetd section of type PatchCreation.

In VS2008 it shows: warning LGHT1109: Found mismatched entry point
<PatchCreation>. Expected <Product> for specified output package type .msi.

I am confused... Can someone help me?

Christoph

 

----------------------------------------------------------------------------
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users



----------------------------------------------------------------------------
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




----------------------------------------------------------------------------
--
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users




------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to