Click here to Skip to main content
15,905,971 members
Home / Discussions / C#
   

C#

 
Question.Net Framework Required Error Pin
sanki77929-Oct-06 19:03
sanki77929-Oct-06 19:03 
AnswerRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 20:19
JacquesDP29-Oct-06 20:19 
GeneralRe: .Net Framework Required Error Pin
sanki77929-Oct-06 20:24
sanki77929-Oct-06 20:24 
GeneralRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 21:04
JacquesDP29-Oct-06 21:04 
You can set up your bootstrapper to first check for an installation of the .net framework, if its not installed it installs it. Then it installs your application. So from the users side they only have one setup.exe that they click on and it installs the .net framework and everything that you set the bootstrapper to install.

If your program is a very simple one (you don't have any registry entries that has to be written at installation), and your using VS2005 I suggest you use the ClickOnce Publisher, that too you can set that your program depends on the .net framework to run, then at installation it checks whether the .net framwork is currently installed or not, if not it intalls it for you.

He who laughs last is a bit on the slow side

AnswerRe: .Net Framework Required Error Pin
JacquesDP29-Oct-06 22:21
JacquesDP29-Oct-06 22:21 
GeneralRe: .Net Framework Required Error Pin
sanki77929-Oct-06 22:24
sanki77929-Oct-06 22:24 
GeneralDifference between ref & out Pin
JacquesDP29-Oct-06 18:55
JacquesDP29-Oct-06 18:55 
AnswerRe: Difference between ref & out Pin
Guffa29-Oct-06 19:03
Guffa29-Oct-06 19:03 
GeneralRe: Difference between ref & out Pin
JacquesDP29-Oct-06 19:49
JacquesDP29-Oct-06 19:49 
GeneralRe: Difference between ref & out Pin
Russell Jones29-Oct-06 21:22
Russell Jones29-Oct-06 21:22 
Question.Net with Insert into Oracle table Pin
karthiBalu29-Oct-06 18:07
karthiBalu29-Oct-06 18:07 
QuestionPlaying Movie Pin
Ravikumar Patra29-Oct-06 17:58
professionalRavikumar Patra29-Oct-06 17:58 
AnswerRe: Playing Movie Pin
Christian Graus30-Oct-06 2:35
protectorChristian Graus30-Oct-06 2:35 
AnswerRe: Message Bord For A Game Pin
Christian Graus29-Oct-06 14:42
protectorChristian Graus29-Oct-06 14:42 
GeneralRe: Message Bord For A Game Pin
Grid9329-Oct-06 15:16
Grid9329-Oct-06 15:16 
GeneralRe: Message Bord For A Game Pin
Grid9329-Oct-06 15:21
Grid9329-Oct-06 15:21 
GeneralRe: Message Bord For A Game Pin
Christian Graus29-Oct-06 15:34
protectorChristian Graus29-Oct-06 15:34 
GeneralRe: Message Bord For A Game Pin
Guffa29-Oct-06 19:06
Guffa29-Oct-06 19:06 
GeneralRe: Message Bord For A Game Pin
Grid9330-Oct-06 7:35
Grid9330-Oct-06 7:35 
QuestionMassage Board Pin
Grid9329-Oct-06 13:01
Grid9329-Oct-06 13:01 
AnswerRe: Massage Board Pin
Christian Graus29-Oct-06 14:43
protectorChristian Graus29-Oct-06 14:43 
AnswerRe: Massage Board Pin
likefood30-Oct-06 4:42
likefood30-Oct-06 4:42 
AnswerRe: Massage Board Pin
Michael P Butler30-Oct-06 4:43
Michael P Butler30-Oct-06 4:43 
GeneralRe: Massage Board Pin
Grid9330-Oct-06 7:42
Grid9330-Oct-06 7:42 
QuestionMaintain log when consuming web service in C# Pin
tell_me29-Oct-06 11:33
tell_me29-Oct-06 11:33 

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.