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

C#

 
GeneralRe: How to declare an Array of Pens? Pin
...---...9-Sep-05 7:33
...---...9-Sep-05 7:33 
QuestionDataBinding statusBarPanel Pin
rich_wenger9-Sep-05 6:03
rich_wenger9-Sep-05 6:03 
AnswerRe: DataBinding statusBarPanel Pin
miah alom9-Sep-05 8:24
miah alom9-Sep-05 8:24 
GeneralRe: DataBinding statusBarPanel Pin
rich_wenger9-Sep-05 14:12
rich_wenger9-Sep-05 14:12 
QuestionDialog in deployment project (any tutorials?) Pin
BlackDice9-Sep-05 4:09
BlackDice9-Sep-05 4:09 
AnswerRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez9-Sep-05 13:05
Susan Hernandez9-Sep-05 13:05 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 3:36
BlackDice12-Sep-05 3:36 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 6:49
Susan Hernandez12-Sep-05 6:49 
Well, I have 2 thoughts.

The first would be using ORCA, which is a free tool from Microsoft. What this is, is this allows a compiled msi file to be opened up and edited. It's like a database tool.

I was poking around and I saw 2 tables that might be useful: Control, and ControlCondition. My theory is to add 2 rows to ControlCondition. The values would be as follows:

(1)
Dialog: CustomTextA
Control: NextButton
Action: Disable
Condition: CustomTextA_EDITA1="" or EDITA1=""

(2)
Dialog: CustomTextA
Control: NextButton
Action: Enable
Condition: CustomTextA_EDITA1<>"" or EDITA1<>""

I tried to test this theory, but I couldn't get it to work. Maybe you can play around with this.

My second theory was to use custom actions. During Install, you can actually pop up a modal dialog custom form. You can do anything you want at that point, including cancelling installation. You just use it like a regular windows form. You mentioned that may be "too late" in the process, so I'm not sure what it is that you "need" beforehand that would force you to know before the install method initializes.

Hope this helps at all.

Oh, and you can get ORCA here[^].
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 6:53
BlackDice12-Sep-05 6:53 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
BlackDice12-Sep-05 7:04
BlackDice12-Sep-05 7:04 
GeneralRe: Dialog in deployment project (any tutorials?) Pin
Susan Hernandez12-Sep-05 7:12
Susan Hernandez12-Sep-05 7:12 
QuestionArrayList Pin
Agyeman9-Sep-05 3:56
Agyeman9-Sep-05 3:56 
AnswerRe: ArrayList Pin
miah alom9-Sep-05 4:07
miah alom9-Sep-05 4:07 
AnswerRe: ArrayList Pin
brunoconde9-Sep-05 4:10
brunoconde9-Sep-05 4:10 
GeneralRe: ArrayList Pin
Guffa9-Sep-05 4:20
Guffa9-Sep-05 4:20 
GeneralRe: ArrayList Pin
miah alom9-Sep-05 4:32
miah alom9-Sep-05 4:32 
GeneralRe: ArrayList Pin
Judah Gabriel Himango9-Sep-05 4:57
sponsorJudah Gabriel Himango9-Sep-05 4:57 
GeneralRe: ArrayList Pin
Daniel Turini9-Sep-05 11:05
Daniel Turini9-Sep-05 11:05 
AnswerRe: ArrayList Pin
Guffa9-Sep-05 4:12
Guffa9-Sep-05 4:12 
QuestionThread Safe or not ... Pin
brunoconde9-Sep-05 3:37
brunoconde9-Sep-05 3:37 
AnswerRe: Thread Safe or not ... Pin
Dave Kreskowiak9-Sep-05 4:42
mveDave Kreskowiak9-Sep-05 4:42 
AnswerRe: Thread Safe or not ... Pin
S. Senthil Kumar9-Sep-05 4:52
S. Senthil Kumar9-Sep-05 4:52 
AnswerRe: Thread Safe or not ... Pin
Judah Gabriel Himango9-Sep-05 4:57
sponsorJudah Gabriel Himango9-Sep-05 4:57 
QuestionMuting sound Pin
Lapje9-Sep-05 3:14
Lapje9-Sep-05 3:14 
AnswerRe: Muting sound Pin
miah alom9-Sep-05 4:18
miah alom9-Sep-05 4:18 

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.