Re: [WiX-users] Pyro Error PYRO0013 - Id lengths

2013-05-02 Thread Bob Arnson
On 01-May-13 16:00, Alistair Imrie wrote:
> I came across a peculiar problem today while using Pyro to build a patch - 
> error PYRO0013, complaining that the length of an internal Id was too long.
What was the actual error message?

-- 
sig://boB
http://joyofsetup.com/


--
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Pyro Error PYRO0013 - Id lengths

2013-05-01 Thread Alistair Imrie
I came across a peculiar problem today while using Pyro to build a patch - 
error PYRO0013, complaining that the length of an internal Id was too long. It 
appears that Pyro had taken a file or component Id from my installer, and added 
the prefix "Patch." to generate its internal Id. Pyro said that the total Id 
length was limited to 62 characters. The peculiar thing is that the original Id 
in my installer is in a field where the length is only limited to 72 
characters. Thus, Pyro seems to be taking data that could be 72 characters 
long, sticking 6 characters on the front, and slotting that into a space 
limited to 62 characters. Can anyone else see a problem here? 

 

Good job I haven't shipped the original installer yet, as now I have to go and 
shorten all those Ids that are longer than 56 characters!

 

Or am I missing something?



--
Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET
Get 100% visibility into your production application - at no cost.
Code-level diagnostics for performance bottlenecks with <2% overhead
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap1
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users