Click here to Skip to main content
15,891,734 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need a little hint my brain is burned out Pin
Clifford Nelson26-Oct-12 9:20
Clifford Nelson26-Oct-12 9:20 
Questionapplication logging strategy - advice Pin
Simon_Whale25-Oct-12 4:22
Simon_Whale25-Oct-12 4:22 
AnswerRe: application logging strategy - advice Pin
Richard MacCutchan25-Oct-12 6:23
mveRichard MacCutchan25-Oct-12 6:23 
GeneralRe: application logging strategy - advice Pin
R. Giskard Reventlov25-Oct-12 6:37
R. Giskard Reventlov25-Oct-12 6:37 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 11:50
Simon_Whale25-Oct-12 11:50 
AnswerRe: application logging strategy - advice Pin
Eddy Vluggen25-Oct-12 8:41
professionalEddy Vluggen25-Oct-12 8:41 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:01
Simon_Whale25-Oct-12 12:01 
AnswerRe: application logging strategy - advice Pin
jschell25-Oct-12 10:43
jschell25-Oct-12 10:43 
GeneralRe: application logging strategy - advice Pin
Simon_Whale25-Oct-12 12:02
Simon_Whale25-Oct-12 12:02 
AnswerRe: application logging strategy - advice Pin
V.25-Oct-12 21:10
professionalV.25-Oct-12 21:10 
Questionapplicatin developing in c# Pin
krishnaveni_g24-Oct-12 23:29
krishnaveni_g24-Oct-12 23:29 
AnswerRe: applicatin developing in c# Pin
Eddy Vluggen24-Oct-12 23:35
professionalEddy Vluggen24-Oct-12 23:35 
AnswerRe: applicatin developing in c# Pin
Sivaraman Dhamodharan24-Oct-12 23:47
Sivaraman Dhamodharan24-Oct-12 23:47 
AnswerMy vote of 1 Pin
Keith Barrow25-Oct-12 2:49
professionalKeith Barrow25-Oct-12 2:49 
AnswerRe: applicatin developing in c# Pin
Vasudevan Deepak Kumar25-Oct-12 8:54
Vasudevan Deepak Kumar25-Oct-12 8:54 
GeneralRe: applicatin developing in c# Pin
V.26-Oct-12 2:39
professionalV.26-Oct-12 2:39 
AnswerRe: applicatin developing in c# Pin
gopal pradhan8-Nov-12 23:33
gopal pradhan8-Nov-12 23:33 
AnswerRe: applicatin developing in c# Pin
gopal pradhan8-Nov-12 23:34
gopal pradhan8-Nov-12 23:34 
QuestionCreate single setup to install x64 & x86 msi Pin
honeyashu24-Oct-12 21:40
honeyashu24-Oct-12 21:40 
AnswerRe: Create single setup to install x64 & x86 msi Pin
Mycroft Holmes24-Oct-12 22:25
professionalMycroft Holmes24-Oct-12 22:25 
GeneralRe: Create single setup to install x64 & x86 msi Pin
honeyashu24-Oct-12 23:25
honeyashu24-Oct-12 23:25 
GeneralRe: Create single setup to install x64 & x86 msi Pin
Dave Kreskowiak25-Oct-12 4:13
mveDave Kreskowiak25-Oct-12 4:13 
GeneralRe: Create single setup to install x64 & x86 msi Pin
honeyashu25-Oct-12 18:10
honeyashu25-Oct-12 18:10 
GeneralRe: Create single setup to install x64 & x86 msi Pin
Dave Kreskowiak25-Oct-12 18:26
mveDave Kreskowiak25-Oct-12 18:26 
AnswerRe: Create single setup to install x64 & x86 msi Pin
BobJanova24-Oct-12 22:34
BobJanova24-Oct-12 22:34 
I don't think it can be done with an MSI installer. You need to have two projects which build two versions of the .msi and which you both provide for download to the user.

You could write a tiny application that checks the platform, downloads the appropriate MSI and uses Process.Start to run it. Most applications don't bother with this, they expect users to know which platform they're on.

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.