Patching across different tools or even different versions of the WiX
toolset isn't really supported. There are a lot of small changes that can
make patching impossible (such as changing the size of a column).

I think WiX v2.0 had a switch in light to use the "small Sequences" but we
dropped it in WiX v3.0 because it was too hard to manage and everyone had
long moved to long sequences.

You can try WiX v2.0 or you might export the File table to an IDT format
(Orca can do this), tweak the Sequence column to be large integer then
re-import. Then you should be able to patch again... well, maybe. See first
statement of the email...
On Sun, Feb 13, 2011 at 8:58 PM, Nangai <thangananga...@iinterchange.com>wrote:

>
> Any solution for this issue???
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/error-PYRO0130-The-primary-key-3-is-duplicated-in-table-Summary-Information-tp5991522p6022525.html
> Sent from the wix-users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
> Pinpoint memory and threading errors before they happen.
> Find and fix more than 250 security defects in the development cycle.
> Locate bottlenecks in serial and parallel code that limit performance.
> http://p.sf.net/sfu/intel-dev2devfeb
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
>


-- 
virtually, Rob Mensching - http://RobMensching.com LLC
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to