Click here to Skip to main content
15,881,709 members
Home / Discussions / C#
   

C#

 
AnswerRe: source code for navigation Pin
Dave Kreskowiak20-Feb-13 7:38
mveDave Kreskowiak20-Feb-13 7:38 
GeneralRe: source code for navigation Pin
Jibesh20-Feb-13 8:32
professionalJibesh20-Feb-13 8:32 
GeneralRe: source code for navigation Pin
Dave Kreskowiak20-Feb-13 11:24
mveDave Kreskowiak20-Feb-13 11:24 
QuestionHow to Show GIF Image Transparent C# Pin
ishrar19-Feb-13 21:53
ishrar19-Feb-13 21:53 
AnswerRe: How to Show GIF Image Transparent C# Pin
Alan Balkany20-Feb-13 8:28
Alan Balkany20-Feb-13 8:28 
QuestionInstall software and menus depending upon radion button selection option used in MSI Pin
sjs4u19-Feb-13 19:33
sjs4u19-Feb-13 19:33 
AnswerRe: Install software and menus depending upon radion button selection option used in MSI Pin
Eddy Vluggen20-Feb-13 0:31
professionalEddy Vluggen20-Feb-13 0:31 
GeneralRe: Install software and menus depending upon radion button selection option used in MSI Pin
sjs4u20-Feb-13 18:12
sjs4u20-Feb-13 18:12 
Hi Eddy,

Thanks for your reply.

Yes I am passing tech/eng mode values as commadline argument and checked that in Main Method in program.cs. Default is tech mode.

In Installer Project - I set the radio button values and can able to get these values using
string myInput1 = this.Context.Parameters["BUTTON1"];
string myInput2 = this.Context.Parameters["BUTTON2"];
Now when I start installer it is showing 2 radio button and in that i want selected radion button value to be passed to exe so that only that exe get installed.

Regards,
sjs4u
GeneralRe: Install software and menus depending upon radion button selection option used in MSI Pin
Eddy Vluggen21-Feb-13 7:06
professionalEddy Vluggen21-Feb-13 7:06 
Questionproject Pin
pramodrastogi9119-Feb-13 18:14
pramodrastogi9119-Feb-13 18:14 
AnswerRe: project Pin
Jibesh19-Feb-13 19:52
professionalJibesh19-Feb-13 19:52 
AnswerRe: project Pin
Abhinav S19-Feb-13 22:25
Abhinav S19-Feb-13 22:25 
AnswerRe: project Pin
fjdiewornncalwe20-Feb-13 3:17
professionalfjdiewornncalwe20-Feb-13 3:17 
QuestionBinary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization. Pin
kandel1519-Feb-13 14:25
kandel1519-Feb-13 14:25 
AnswerRe: Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization. Pin
BobJanova20-Feb-13 0:04
BobJanova20-Feb-13 0:04 
AnswerRe: Binary stream '0' does not contain a valid BinaryHeader. Possible causes are invalid stream or object version change between serialization and deserialization. Pin
Pete O'Hanlon20-Feb-13 0:11
mvePete O'Hanlon20-Feb-13 0:11 
QuestionWindows Mobile Pin
aymen Tn19-Feb-13 5:04
aymen Tn19-Feb-13 5:04 
AnswerRe: Windows Mobile Pin
Abhinav S19-Feb-13 5:49
Abhinav S19-Feb-13 5:49 
GeneralRe: Windows Mobile Pin
aymen Tn19-Feb-13 22:44
aymen Tn19-Feb-13 22:44 
AnswerRe: Windows Mobile Pin
Pete O'Hanlon19-Feb-13 6:00
mvePete O'Hanlon19-Feb-13 6:00 
GeneralRe: Windows Mobile Pin
aymen Tn19-Feb-13 22:42
aymen Tn19-Feb-13 22:42 
AnswerRe: Windows Mobile Pin
Pete O'Hanlon20-Feb-13 2:12
mvePete O'Hanlon20-Feb-13 2:12 
QuestionHow to create dynamic menu Pin
ebrahim kalteh19-Feb-13 1:36
ebrahim kalteh19-Feb-13 1:36 
AnswerRe: How to create dynamic menu Pin
BobJanova19-Feb-13 3:06
BobJanova19-Feb-13 3:06 
GeneralRe: How to create dynamic menu Pin
ebrahim kalteh19-Feb-13 8:13
ebrahim kalteh19-Feb-13 8:13 

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.