Re: [WiX-users] ngen priority 0 gets queued at priority 3

2009-10-01 Thread Jonathan Hartley
Our latest discoveries: The command 'ngen update /queue', which is issued at the end of the ngen phase of the installer, causes all my .dll files which have previously been ngened to be described by 'ngen display' as: C:\Program Files\Resolver One\bin\Controls.dll (StatusPending) (Pri 3) This

[WiX-users] ngen priority 0 gets queued at priority 3

2009-10-01 Thread Jonathan Hartley
Hi people, I'm asking for my .dll files to be ngened during install, at priority 0, which I understand should take place synchronously, while the install progress bar increments. But I must be doing something wrong because instead, they get queued for ngen at priority 3. To my candle and light