Click here to Skip to main content
15,909,498 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: .NET 2.0?? Pin
bneacetp9-Nov-05 13:13
bneacetp9-Nov-05 13:13 
AnswerRe: .NET 2.0?? Pin
Dave Kreskowiak10-Nov-05 6:21
mveDave Kreskowiak10-Nov-05 6:21 
AnswerRe: .NET 2.0?? Pin
ricardojb14-Nov-05 16:49
ricardojb14-Nov-05 16:49 
QuestionGDI+ metafile Pin
Timothy Tim9-Nov-05 0:59
Timothy Tim9-Nov-05 0:59 
Questionworker thread and event handler Pin
David Menéndez Cisterna9-Nov-05 0:00
David Menéndez Cisterna9-Nov-05 0:00 
AnswerRe: worker thread and event handler Pin
S. Senthil Kumar10-Nov-05 5:04
S. Senthil Kumar10-Nov-05 5:04 
GeneralRe: worker thread and event handler Pin
David Menéndez Cisterna10-Nov-05 6:10
David Menéndez Cisterna10-Nov-05 6:10 
GeneralRe: worker thread and event handler Pin
S. Senthil Kumar10-Nov-05 18:52
S. Senthil Kumar10-Nov-05 18:52 
QuestionToday Screen issue with German OS. Pin
Sevu8-Nov-05 22:50
Sevu8-Nov-05 22:50 
Questionhow to add module in c#.net Pin
sarayumadhavan8-Nov-05 19:56
sarayumadhavan8-Nov-05 19:56 
AnswerRe: how to add module in c#.net Pin
CoolAmir9-Nov-05 6:21
CoolAmir9-Nov-05 6:21 
GeneralRe: how to add module in c#.net Pin
sarayumadhavan9-Nov-05 21:07
sarayumadhavan9-Nov-05 21:07 
GeneralRe: how to add module in c#.net Pin
CoolAmir13-Nov-05 6:10
CoolAmir13-Nov-05 6:10 
AnswerRe: how to add module in c#.net Pin
Colin Angus Mackay11-Nov-05 5:52
Colin Angus Mackay11-Nov-05 5:52 
GeneralRe: how to add module in c#.net Pin
CoolAmir13-Nov-05 6:44
CoolAmir13-Nov-05 6:44 
GeneralRe: how to add module in c#.net Pin
sarayumadhavan21-Nov-05 1:01
sarayumadhavan21-Nov-05 1:01 
QuestionMassive UI updating & perfomance Pin
David Menéndez Cisterna8-Nov-05 9:11
David Menéndez Cisterna8-Nov-05 9:11 
AnswerRe: Massive UI updating & perfomance Pin
[Marc]8-Nov-05 11:40
[Marc]8-Nov-05 11:40 
GeneralRe: Massive UI updating & perfomance Pin
David Menéndez Cisterna8-Nov-05 23:58
David Menéndez Cisterna8-Nov-05 23:58 
Questionsetup project with Visual Studio .NET 2003 Pin
madretierra8-Nov-05 6:34
madretierra8-Nov-05 6:34 
AnswerRe: setup project with Visual Studio .NET 2003 Pin
rwestgraham9-Nov-05 10:16
rwestgraham9-Nov-05 10:16 
This is not a cappability that is supported by Windows Installer. To actually display each file name as it is copied requires a lot of really complex custom modifications to the setup.

You can add a line to the MSI using Orca to get the progress bar to display some simple messages like "Copying files", "Creating Registry Entries" and stuff like that, but it will not display the file names themnselves.

If you want to add at least some status messages, open the msi with Orca, find the EventMapping table and add a new row with the following values:

Dialog: ProgressForm
Control: ProgressLabel
Event: ActionText
Attribute: Text
GeneralRe: setup project with Visual Studio .NET 2003 Pin
madretierra9-Nov-05 22:55
madretierra9-Nov-05 22:55 
QuestionSystem.Xml.Serialization - deserializing xml to types created in dynamic assembly Pin
Rein_Petersen8-Nov-05 5:56
Rein_Petersen8-Nov-05 5:56 
AnswerRe: System.Xml.Serialization - deserializing xml to types created in dynamic assembly Pin
leppie12-Nov-05 12:58
leppie12-Nov-05 12:58 
QuestionFor native clients to receive notifications from remoting callback interfaces... Pin
chervu8-Nov-05 4:06
chervu8-Nov-05 4:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.