| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 4 months |
| seen | 4 hours ago | |
| stats | profile views | 68 |
|
Apr 21 |
awarded | Popular Question |
|
Mar 8 |
comment |
WiX: How to get if this is “Installed” state in c# custom action function? Yes, you are right. I want to use one custom c# function which will do changes in IIS when product is installing and will remove these changes on uninstalling. I'd like to use one function call and inside it to check what to do. it seems I need to check "Not installed" and "REMOVE=\"ALL\"" as a parameters in EvaluateCondition? |
|
Mar 7 |
awarded | Popular Question |
|
Mar 7 |
comment |
WiX: How to get if this is “Installed” state in c# custom action function? Thank you Christopher! :-) |
|
Mar 7 |
accepted | WiX: How to get if this is “Installed” state in c# custom action function? |
|
Mar 6 |
revised |
WiX: How to get if this is “Installed” state in c# custom action function? added 188 characters in body |
|
Mar 6 |
revised |
WiX: How to get if this is “Installed” state in c# custom action function? edited title |
|
Mar 6 |
asked | WiX: How to get if this is “Installed” state in c# custom action function? |
|
Mar 4 |
awarded | Teacher |
|
Mar 1 |
awarded | Notable Question |
|
Feb 28 |
asked | WCF Discovery Proxy: is it mandatory? |
|
Feb 27 |
comment |
PropertyGrid does not raise PropertyValueChanged event Thanx Dzienny. I tried INotifyPropertyChanged. It is solution too. |
|
Feb 27 |
accepted | PropertyGrid does not raise PropertyValueChanged event |
|
Feb 27 |
comment |
PropertyGrid does not raise PropertyValueChanged event Thank you Hans... |
|
Feb 27 |
comment |
PropertyGrid does not raise PropertyValueChanged event I have edited the text. |
|
Feb 27 |
revised |
PropertyGrid does not raise PropertyValueChanged event added 263 characters in body |
|
Feb 27 |
asked | PropertyGrid does not raise PropertyValueChanged event |
|
Feb 20 |
comment |
Memcache vs. Redis? "Transactions with optimistic locking (WATCH/MULTI/EXEC)" - Redis has no right transactions. I.e. if [multi, cmd1, cmd2, cmd3 (exception) , exec] then cmd1 and cmd2 will be executed. |
|
Feb 19 |
comment |
c#: How to save assembly settings? 2 RogerN: Thank you for the link. But I cannot find Upgrade method in my settings. I have added them via Add new. |
|
Feb 19 |
comment |
c#: How to save assembly settings? 2 Peter: This file user.config used only by managed assembly. The way is: unmanaged c++ code->managed c++ code->c# assembly. I need this user.config for this c# assembly only. |