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

C#

 
GeneralRe: How do you initialize automatic list properties? Pin
Pete O'Hanlon22-Nov-10 10:28
mvePete O'Hanlon22-Nov-10 10:28 
GeneralRe: How do you initialize automatic list properties? Pin
Pete O'Hanlon22-Nov-10 10:29
mvePete O'Hanlon22-Nov-10 10:29 
AnswerRe: How do you initialize automatic list properties? Pin
Eddy Vluggen22-Nov-10 9:19
professionalEddy Vluggen22-Nov-10 9:19 
Questionbest FREE Wizard control Pin
Jassim Rahma22-Nov-10 3:24
Jassim Rahma22-Nov-10 3:24 
AnswerRe: best FREE Wizard control Pin
DaveyM6922-Nov-10 7:25
professionalDaveyM6922-Nov-10 7:25 
GeneralRe: best FREE Wizard control Pin
Jassim Rahma23-Nov-10 3:22
Jassim Rahma23-Nov-10 3:22 
QuestionAdvertisment Impressions Pin
Jassim Rahma22-Nov-10 3:11
Jassim Rahma22-Nov-10 3:11 
QuestionPop up window (like skype) Pin
Anil Kumar.Arvapalli22-Nov-10 1:25
Anil Kumar.Arvapalli22-Nov-10 1:25 
AnswerRe: Pop up window (like skype) Pin
JF201522-Nov-10 1:30
JF201522-Nov-10 1:30 
AnswerRe: Pop up window (like skype) PinPopular
Manfred Rudolf Bihy22-Nov-10 2:20
professionalManfred Rudolf Bihy22-Nov-10 2:20 
Questionhow to use .m file in C# Pin
Darko Nikolovski21-Nov-10 22:54
Darko Nikolovski21-Nov-10 22:54 
AnswerRe: how to use .m file in C# Pin
Niladri_Biswas22-Nov-10 2:53
Niladri_Biswas22-Nov-10 2:53 
QuestionImage minus image Pin
pancakeleh21-Nov-10 14:59
pancakeleh21-Nov-10 14:59 
AnswerRe: Image minus image Pin
Manfred Rudolf Bihy21-Nov-10 15:12
professionalManfred Rudolf Bihy21-Nov-10 15:12 
GeneralRe: Image minus image Pin
pancakeleh21-Nov-10 15:20
pancakeleh21-Nov-10 15:20 
GeneralRe: Image minus image Pin
JF201521-Nov-10 18:28
JF201521-Nov-10 18:28 
GeneralRe: Image minus image Pin
pancakeleh21-Nov-10 18:42
pancakeleh21-Nov-10 18:42 
GeneralRe: Image minus image Pin
JF201521-Nov-10 18:45
JF201521-Nov-10 18:45 
GeneralRe: Image minus image Pin
Alan Balkany23-Nov-10 3:51
Alan Balkany23-Nov-10 3:51 
QuestionCreate installers dynamically Pin
Jacob D Dixon21-Nov-10 7:05
Jacob D Dixon21-Nov-10 7:05 
AnswerRe: Create installers dynamically [modified] Pin
Richard Andrew x6421-Nov-10 10:12
professionalRichard Andrew x6421-Nov-10 10:12 
GeneralvRe: Create installers dynamically [modified] Pin
Jacob D Dixon21-Nov-10 12:23
Jacob D Dixon21-Nov-10 12:23 
GeneralRe: vRe: Create installers dynamically Pin
Not Active21-Nov-10 12:37
mentorNot Active21-Nov-10 12:37 
GeneralRe: vRe: Create installers dynamically Pin
Jacob D Dixon21-Nov-10 15:46
Jacob D Dixon21-Nov-10 15:46 
AnswerRe: Create installers dynamically Pin
Mirko198022-Nov-10 2:14
Mirko198022-Nov-10 2:14 
Get a look to Wix.
It's essentialy an XML file that contains instructions for generating an MSI. So you could create an XML base template, customize it with the data required by the specific installer you need and then build id by using MSBuild.

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.