Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
GeneralRe: How do you initialize automatic list properties? Pin
T M Gray22-Nov-10 9:44
T M Gray22-Nov-10 9:44 
GeneralRe: How do you initialize automatic list properties? Pin
fjdiewornncalwe22-Nov-10 9:55
professionalfjdiewornncalwe22-Nov-10 9:55 
GeneralRe: How do you initialize automatic list properties? Pin
T M Gray22-Nov-10 10:20
T M Gray22-Nov-10 10:20 
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) Pin
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 
I don't think they are doing that. Reason is because it is not a MSI file, it is a exe file. I did open reflector on the exe file and see where the install can take arguments but I just don't know how it is getting those arguments from that file you download.

I found stuff like this:
set.ReadXml(Assembly.GetEntryAssembly().GetManifestResourceStream(Assembly.GetEntryAssembly().GetName().Name.ToString() + ".Template.xml"), XmlReadMode.ReadSchema);


So it appears to me that someway when you create a client, they are changing the Template.xml embedded resource.

When you go to the webpage and click the link for your agent it is actually pointing to a Deployment.aspx?ID=LOCATIONID page. The number cooresponds with the location ID. Which there are templates that coorespond with that location. So it is changing that template.xml file based upon the location ID and the template is a embedded resource

modified on Sunday, November 21, 2010 6:34 PM

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.