Re: [WiX-users] Costings in custom actions

2009-12-13 Thread Bob Arnson
Sean Farrow wrote: > Within the netfx extension (cost.h) what is the value: > > const UINT COST_NGEN_NONBLOCKING = 500; > > used for? What is this value used for and how is this value arrived at? > See the MSI SDK topic "Adding Custom Actions to the ProgressBar." -- sig://boB http://joyofsetu

[WiX-users] Costings in custom actions

2009-12-12 Thread Sean Farrow
Hi: I am in the process of writing a custom action, and using the netfx extension as a base. Within the netfx extension (cost.h) what is the value: const UINT COST_NGEN_NONBLOCKING = 500; used for? What is this value used for and how is this value arrived at? Any help appreciated. Sean. ---