Click here to Skip to main content
15,887,822 members
Home / Discussions / C#
   

C#

 
GeneralRe: When do we have to use delegate in C#? Pin
Abdul Gafoor8-Jun-08 23:12
Abdul Gafoor8-Jun-08 23:12 
Questiondeploying Release folder Pin
ASysSolvers7-Jun-08 22:06
ASysSolvers7-Jun-08 22:06 
AnswerRe: deploying Release folder Pin
Zoltan Balazs8-Jun-08 0:32
Zoltan Balazs8-Jun-08 0:32 
GeneralRe: deploying Release folder Pin
ASysSolvers8-Jun-08 0:38
ASysSolvers8-Jun-08 0:38 
GeneralRe: deploying Release folder Pin
Zoltan Balazs8-Jun-08 0:42
Zoltan Balazs8-Jun-08 0:42 
QuestionGet path to location user started setup.exe from [modified] Pin
Dave Buhl7-Jun-08 21:08
Dave Buhl7-Jun-08 21:08 
AnswerRe: Get path to location user started setup.exe from Pin
mav.northwind7-Jun-08 23:30
mav.northwind7-Jun-08 23:30 
GeneralRe: Get path to location user started setup.exe from Pin
Dave Buhl8-Jun-08 8:09
Dave Buhl8-Jun-08 8:09 
mav,

Thanks much, I was beating this thing around for hours and couldn't figure out what was going on. You led me right to the information I needed to clear it up. For anyone interested, the installer properties are not available to the deferred custom actions. If you need to access these properties you have to pass them to the deferred custom action in the CustomActionData property then you can retrieve the information through the Context object. The following articles were also helpful (which i wouldn't have found without your help mav Big Grin | :-D ).

http://msdn.microsoft.com/en-us/library/9cdb5eda.aspx[^]

and

http://msdn.microsoft.com/en-us/library/aa370905(VS.85).aspx[^]

Thanks again for the big assist!

Dave
GeneralRe: Get path to location user started setup.exe from Pin
mav.northwind8-Jun-08 19:01
mav.northwind8-Jun-08 19:01 
QuestionImmediate Help Pin
Saiyed Alam7-Jun-08 19:49
Saiyed Alam7-Jun-08 19:49 
AnswerRe: Immediate Help Pin
DaveyM697-Jun-08 20:41
professionalDaveyM697-Jun-08 20:41 
GeneralRe: Immediate Help Pin
Saiyed Alam7-Jun-08 21:13
Saiyed Alam7-Jun-08 21:13 
GeneralRe: Immediate Help Pin
DaveyM697-Jun-08 23:19
professionalDaveyM697-Jun-08 23:19 
GeneralRe: Immediate Help Pin
Saiyed Alam8-Jun-08 0:59
Saiyed Alam8-Jun-08 0:59 
GeneralRe: Immediate Help Pin
Colin Angus Mackay7-Jun-08 23:35
Colin Angus Mackay7-Jun-08 23:35 
AnswerRe: Immediate Help Pin
mav.northwind7-Jun-08 21:00
mav.northwind7-Jun-08 21:00 
GeneralRe: Immediate Help Pin
Saiyed Alam7-Jun-08 21:14
Saiyed Alam7-Jun-08 21:14 
GeneralRe: Immediate Help Pin
Colin Angus Mackay7-Jun-08 23:38
Colin Angus Mackay7-Jun-08 23:38 
JokeRe: Immediate Help Pin
MarkB7777-Jun-08 23:39
MarkB7777-Jun-08 23:39 
GeneralRe: Immediate Help Pin
Rob Smiley8-Jun-08 3:45
Rob Smiley8-Jun-08 3:45 
AnswerRe: Immediate Help Pin
RobScripta8-Jun-08 21:35
professionalRobScripta8-Jun-08 21:35 
QuestionHow to determine the user define, List and String using Reflection Pin
sourceisnothere7-Jun-08 19:17
sourceisnothere7-Jun-08 19:17 
QuestionHow can I hide notify icons programmatically? Pin
LordCover7-Jun-08 15:05
LordCover7-Jun-08 15:05 
AnswerRe: How can I hide notify icons programmatically? Pin
Gareth H7-Jun-08 22:12
Gareth H7-Jun-08 22:12 
GeneralRe: How can I hide notify icons programmatically? Pin
LordCover9-Jun-08 0:25
LordCover9-Jun-08 0:25 

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.