Click here to Skip to main content
15,886,963 members
Home / Discussions / C#
   

C#

 
GeneralRe: Random Selection Pin
Dave Kreskowiak19-Jul-12 7:59
mveDave Kreskowiak19-Jul-12 7:59 
AnswerRe: Random Selection Pin
Luc Pattyn19-Jul-12 7:59
sitebuilderLuc Pattyn19-Jul-12 7:59 
GeneralMessage Closed Pin
19-Jul-12 8:14
WebMaster19-Jul-12 8:14 
GeneralRe: Random Selection Pin
ASPnoob19-Jul-12 8:56
ASPnoob19-Jul-12 8:56 
Questionhow to set the aspx text box value in console app Pin
Member 916988718-Jul-12 23:21
Member 916988718-Jul-12 23:21 
AnswerRe: how to set the aspx text box value in console app Pin
Karthik Harve18-Jul-12 23:44
professionalKarthik Harve18-Jul-12 23:44 
QuestionC# Installer Custom Actions Pin
glennPattonWork318-Jul-12 22:32
professionalglennPattonWork318-Jul-12 22:32 
AnswerRe: C# Installer Custom Actions Pin
Pete O'Hanlon18-Jul-12 22:41
mvePete O'Hanlon18-Jul-12 22:41 
Glenn, if you download the source to MoXAML PowerToys[^] I have added an installer that performs a custom action. Load the project and look at the project MoXAML.InstallHelper to see how I have implemented it.

In the file AddinInstaller.cs, modify the Install method to do what you need. One thing though - you don't need your code to be in a separate exe - you could actually put your check code in this helper, and call it from this method.

If you need to start an external program, all you need to do is call Process.Start to run that program (passing in the name and path of the executable).

*pre-emptive celebratory nipple tassle jiggle* - Sean Ewington

"Mind bleach! Send me mind bleach!" - Nagy Vilmos


CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier

GeneralRe: C# Installer Custom Actions Pin
glennPattonWork318-Jul-12 23:10
professionalglennPattonWork318-Jul-12 23:10 
GeneralRe: C# Installer Custom Actions Pin
Pete O'Hanlon18-Jul-12 23:19
mvePete O'Hanlon18-Jul-12 23:19 
GeneralRe: C# Installer Custom Actions Pin
glennPattonWork318-Jul-12 23:30
professionalglennPattonWork318-Jul-12 23:30 
GeneralRe: C# Installer Custom Actions Pin
Pete O'Hanlon18-Jul-12 23:31
mvePete O'Hanlon18-Jul-12 23:31 
GeneralRe: C# Installer Custom Actions Pin
glennPattonWork318-Jul-12 23:36
professionalglennPattonWork318-Jul-12 23:36 
GeneralRe: C# Installer Custom Actions Pin
Pete O'Hanlon18-Jul-12 23:48
mvePete O'Hanlon18-Jul-12 23:48 
Questionweb app automated Pin
Member 916988718-Jul-12 22:04
Member 916988718-Jul-12 22:04 
Generalfiltering of comboboxes SOLVED Pin
bdeklerk18-Jul-12 21:24
bdeklerk18-Jul-12 21:24 
AnswerRe: filtering of comboboxes Pin
Pete O'Hanlon18-Jul-12 21:34
mvePete O'Hanlon18-Jul-12 21:34 
GeneralRe: filtering of comboboxes Pin
bdeklerk18-Jul-12 21:37
bdeklerk18-Jul-12 21:37 
GeneralRe: filtering of comboboxes Pin
Pete O'Hanlon18-Jul-12 22:07
mvePete O'Hanlon18-Jul-12 22:07 
AnswerRe: filtering of comboboxes Pin
Wayne Gaylard18-Jul-12 21:35
professionalWayne Gaylard18-Jul-12 21:35 
GeneralRe: filtering of comboboxes Pin
bdeklerk18-Jul-12 21:42
bdeklerk18-Jul-12 21:42 
GeneralRe: filtering of comboboxes Pin
Wayne Gaylard18-Jul-12 21:47
professionalWayne Gaylard18-Jul-12 21:47 
GeneralRe: filtering of comboboxes Pin
bdeklerk18-Jul-12 22:21
bdeklerk18-Jul-12 22:21 
GeneralRe: filtering of comboboxes Pin
bdeklerk18-Jul-12 22:22
bdeklerk18-Jul-12 22:22 
GeneralRe: filtering of comboboxes Pin
Wayne Gaylard18-Jul-12 22:31
professionalWayne Gaylard18-Jul-12 22:31 

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.