Click here to Skip to main content
15,916,462 members
Home / Discussions / C#
   

C#

 
AnswerRe: Upload Pin
Judah Gabriel Himango10-Mar-06 3:58
sponsorJudah Gabriel Himango10-Mar-06 3:58 
QuestionGet connection string in web.config when register RemoteObject on IIS with .Net Remoting Pin
cuong-nm10-Mar-06 2:56
cuong-nm10-Mar-06 2:56 
QuestionProgramming with the XMLDom in C# Pin
ncotton10-Mar-06 2:06
ncotton10-Mar-06 2:06 
AnswerRe: Programming with the XMLDom in C# Pin
Christian Graus29-Jul-07 19:11
protectorChristian Graus29-Jul-07 19:11 
QuestionHow to make a setup project which install two applications Pin
psmukil10-Mar-06 0:10
psmukil10-Mar-06 0:10 
AnswerRe: How to make a setup project which install two applications Pin
spif200110-Mar-06 3:42
spif200110-Mar-06 3:42 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:05
psmukil12-Mar-06 18:05 
AnswerRe: How to make a setup project which install two applications Pin
Libor Tinka10-Mar-06 3:45
Libor Tinka10-Mar-06 3:45 
You can use many installers, but my favourite is Inno Setup. It's free and even for commercial use.

If you're not familiar with installers, you can download also IS Tool, which creates your setup project using step wizard.

You'll have two items in the "Files" category there. The one is a directory (or just executable) of your app, and the second is the Framework SDK (marked as decompressed into {tmp} (temporary) directory, so its installer will be deleted after whole installation).

Now add this file in the "Install Run" category, so that it will be runned after installation of your app. If you want to install it before your application, you have to create a setup component.

To make the installation quiet, the SDK installer have to be runned with some parameter ("/q" I think).

Hope this helps.
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:04
psmukil12-Mar-06 18:04 
GeneralRe: How to make a setup project which install two applications Pin
psmukil12-Mar-06 18:29
psmukil12-Mar-06 18:29 
QuestionLocking files Pin
Sandrina10-Mar-06 0:04
Sandrina10-Mar-06 0:04 
QuestionMSMQ with .NET 2005 ... question Pin
Yanshof9-Mar-06 22:39
Yanshof9-Mar-06 22:39 
AnswerRe: MSMQ with .NET 2005 ... question Pin
Judah Gabriel Himango10-Mar-06 4:04
sponsorJudah Gabriel Himango10-Mar-06 4:04 
QuestionC# Synthesiser Pin
Sub19799-Mar-06 22:26
Sub19799-Mar-06 22:26 
QuestionSaving a Control's Graphic Content to a Bitmap Pin
sebaaaa9-Mar-06 22:13
sebaaaa9-Mar-06 22:13 
AnswerRe: Saving a Control's Graphic Content to a Bitmap Pin
sebaaaa10-Mar-06 3:27
sebaaaa10-Mar-06 3:27 
QuestionCopying the entire clipboard & IDataObjects Pin
mithrandiir429-Mar-06 21:46
mithrandiir429-Mar-06 21:46 
QuestionSendKeys Blocking Messages? Pin
mithrandiir429-Mar-06 21:36
mithrandiir429-Mar-06 21:36 
AnswerRe: SendKeys Blocking Messages? Pin
mithrandiir4210-Mar-06 10:15
mithrandiir4210-Mar-06 10:15 
QuestionRotatable Controls Pin
silverair9-Mar-06 20:32
silverair9-Mar-06 20:32 
AnswerRe: Rotatable Controls Pin
Christian Graus29-Jul-07 19:17
protectorChristian Graus29-Jul-07 19:17 
QuestionSend a Value in to a Parameter field from Formula fields?(Crystal report) Pin
superdragon9-Mar-06 19:58
superdragon9-Mar-06 19:58 
QuestionRTF tables Pin
Beringer9-Mar-06 19:35
Beringer9-Mar-06 19:35 
Questionabout empty directory Pin
rakesh_nits9-Mar-06 18:40
rakesh_nits9-Mar-06 18:40 
AnswerRe: about empty directory Pin
Ankit Aneja9-Mar-06 19:07
Ankit Aneja9-Mar-06 19:07 

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.