Click here to Skip to main content
15,890,557 members
Home / Discussions / C#
   

C#

 
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

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 
GeneralRe: Create installers dynamically [modified] Pin
Jacob D Dixon22-Nov-10 11:33
Jacob D Dixon22-Nov-10 11:33 
QuestionConverting an particular color in an image to another color Pin
pancakeleh21-Nov-10 4:41
pancakeleh21-Nov-10 4:41 
AnswerRe: Converting color in an image [modified] Pin
Manfred Rudolf Bihy21-Nov-10 4:50
professionalManfred Rudolf Bihy21-Nov-10 4:50 
AnswerRe: Converting color in an image Pin
Richard Andrew x6421-Nov-10 4:51
professionalRichard Andrew x6421-Nov-10 4:51 
AnswerRe: Converting an particular color in an image to another color Pin
pancakeleh21-Nov-10 5:15
pancakeleh21-Nov-10 5:15 
GeneralRe: Converting an particular color in an image to another color Pin
_Erik_22-Nov-10 6:13
_Erik_22-Nov-10 6:13 
QuestionGot a 512 error on calling acmStreamOpen() in c# Pin
Alegria_Lee20-Nov-10 14:30
Alegria_Lee20-Nov-10 14:30 
AnswerRe: Got a 512 error on calling acmStreamOpen() in c# Pin
Luc Pattyn20-Nov-10 16:36
sitebuilderLuc Pattyn20-Nov-10 16:36 
AnswerRe: Got a 512 error on calling acmStreamOpen() in c# Pin
Bernhard Hiller21-Nov-10 23:00
Bernhard Hiller21-Nov-10 23:00 
GeneralRe: Got a 512 error on calling acmStreamOpen() in c# Pin
Alegria_Lee22-Nov-10 1:11
Alegria_Lee22-Nov-10 1:11 
Questionheeeelp: saving and reading image C# and mySQL Pin
Jassim Rahma19-Nov-10 23:45
Jassim Rahma19-Nov-10 23:45 
AnswerRe: heeeelp: saving and reading image C# and mySQL Pin
thatraja20-Nov-10 1:34
professionalthatraja20-Nov-10 1:34 
AnswerRe: heeeelp: saving and reading image C# and mySQL Pin
Abhinav S20-Nov-10 1:53
Abhinav S20-Nov-10 1:53 
Questionget min and max from histogram [modified] Pin
pancakeleh19-Nov-10 22:35
pancakeleh19-Nov-10 22:35 

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.