Click here to Skip to main content
15,922,419 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Christian Graus26-Aug-07 1:31
protectorChristian Graus26-Aug-07 1:31 
AnswerRe: C# 2005 to VB.net 2005 project conversion? Pin
Lutosław26-Aug-07 9:29
Lutosław26-Aug-07 9:29 
GeneralRe: C# 2005 to VB.net 2005 project conversion? Pin
y2ktheory26-Aug-07 10:14
y2ktheory26-Aug-07 10:14 
QuestionRegular expression in C# ... Question. Pin
Yanshof25-Aug-07 22:07
Yanshof25-Aug-07 22:07 
AnswerRe: Regular expression in C# ... Question. Pin
Christian Graus25-Aug-07 22:15
protectorChristian Graus25-Aug-07 22:15 
AnswerRe: Regular expression in C# ... Question. Pin
PIEBALDconsult26-Aug-07 4:37
mvePIEBALDconsult26-Aug-07 4:37 
AnswerRe: Regular expression in C# ... Question. Pin
Mark Churchill26-Aug-07 19:48
Mark Churchill26-Aug-07 19:48 
AnswerRe: Regular expression in C# ... Question. Pin
Urs Enzler26-Aug-07 20:20
Urs Enzler26-Aug-07 20:20 
Questionc# Pin
lankaudaranga25-Aug-07 21:30
lankaudaranga25-Aug-07 21:30 
AnswerRe: c# Pin
Christian Graus25-Aug-07 21:53
protectorChristian Graus25-Aug-07 21:53 
GeneralRe: c# Pin
Paul Conrad26-Aug-07 7:57
professionalPaul Conrad26-Aug-07 7:57 
AnswerRe: c# Pin
Paul Conrad26-Aug-07 7:57
professionalPaul Conrad26-Aug-07 7:57 
Questionjpegtran Wrapper DLL Pin
kuyawsadabaw25-Aug-07 18:29
kuyawsadabaw25-Aug-07 18:29 
AnswerRe: jpegtran Wrapper DLL Pin
Christian Graus25-Aug-07 22:15
protectorChristian Graus25-Aug-07 22:15 
GeneralRe: jpegtran Wrapper DLL Pin
kuyawsadabaw25-Aug-07 22:25
kuyawsadabaw25-Aug-07 22:25 
QuestionPropertyGrid Expand/Collapse Pin
rbuchana25-Aug-07 15:29
rbuchana25-Aug-07 15:29 
QuestionHelp with DLL files Pin
swatgodjr25-Aug-07 12:23
swatgodjr25-Aug-07 12:23 
QuestionDatabase Login Pin
Bonsta25-Aug-07 8:41
Bonsta25-Aug-07 8:41 
AnswerRe: Database Login Pin
Giorgi Dalakishvili25-Aug-07 9:01
mentorGiorgi Dalakishvili25-Aug-07 9:01 
AnswerRe: Database Login Pin
Paul Conrad25-Aug-07 9:24
professionalPaul Conrad25-Aug-07 9:24 
AnswerRe: Database Login Pin
Bonsta26-Aug-07 1:15
Bonsta26-Aug-07 1:15 
GeneralRe: Database Login Pin
Paul Conrad26-Aug-07 8:02
professionalPaul Conrad26-Aug-07 8:02 
QuestionSetup project - Custom Action before the installation starts Pin
Yu Homicide25-Aug-07 8:20
Yu Homicide25-Aug-07 8:20 
AnswerRe: Setup project - Custom Action before the installation starts Pin
ekynox26-Aug-07 1:58
ekynox26-Aug-07 1:58 
Custom actions will always run after the installation is completed when the progress bar reaches 100%.

As for adding a custom screen it is possible and you will have to edit the MSI database using a tool called Orca.

Be warned using Orca is a real pain in the butt. Mad | :mad: I'm surprised MS hasn't done much in this area with Visual Studio.

I will give you a refernce to a codeproject article that discusses addition of a custom installation screen before the installation actually takes place. The article should give you an idea "what" is involved with MSI editing and adding a custom screen.
http://www.codeproject.com/useritems/ChangeVDirWebSetupProject.asp?msg=1631151&Page=2&userid=1785827&mode=all#xx1631151xx[^]

Finally, you can investigate WIX- Windows Installer XML. This stuff is really freaking cool. Big Grin | :-D
QuestionScrollBars in Listview Pin
topksharma198225-Aug-07 7:50
topksharma198225-Aug-07 7:50 

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.