Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Need to put data into my web form on a webbrower Pin
dino20945-Apr-08 12:53
dino20945-Apr-08 12:53 
GeneralGetting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:17
jchalfant3-Apr-08 9:17 
GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
Dave Kreskowiak3-Apr-08 9:39
mveDave Kreskowiak3-Apr-08 9:39 
GeneralRe: Getting an Application window to behave as if it were called by showdialog() Pin
jchalfant3-Apr-08 9:56
jchalfant3-Apr-08 9:56 
QuestionHow do you retrieve the path of the .msi file. Pin
maznblue3-Apr-08 8:15
maznblue3-Apr-08 8:15 
AnswerRe: How do you retrieve the path of the .msi file. Pin
Dave Kreskowiak3-Apr-08 9:27
mveDave Kreskowiak3-Apr-08 9:27 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:20
maznblue4-Apr-08 5:20 
AnswerRe: How do you retrieve the path of the .msi file. Pin
mav.northwind3-Apr-08 10:35
mav.northwind3-Apr-08 10:35 
If you need the path in a deferred custom action (the ones you create in a VS deployment project), then you'll have to pass it in the CustomActionData.
The installer property for the path of the msi file is SourceDir IIRC.
So if you set the CustomActionData to [SourceDir], then you should be able to retrieve it inside the custom action using the current Installer object's properties.

Regards,
mav

--
Black holes are the places where God divided by 0...

GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 5:25
maznblue4-Apr-08 5:25 
GeneralRe: How do you retrieve the path of the .msi file. Pin
maznblue4-Apr-08 7:56
maznblue4-Apr-08 7:56 
GeneralDate Diff... ? [modified] Pin
pakpatel3-Apr-08 8:09
pakpatel3-Apr-08 8:09 
GeneralRe: Date Diff... ? Pin
PIEBALDconsult3-Apr-08 8:29
mvePIEBALDconsult3-Apr-08 8:29 
GeneralRe: Date Diff... ? Pin
Guffa3-Apr-08 8:34
Guffa3-Apr-08 8:34 
GeneralRe: Date Diff... ? Pin
pakpatel3-Apr-08 9:01
pakpatel3-Apr-08 9:01 
QuestionShowDialog Event Handler? Pin
Colin Bozarth3-Apr-08 8:08
Colin Bozarth3-Apr-08 8:08 
AnswerRe: ShowDialog Event Handler? Pin
Giorgi Dalakishvili3-Apr-08 8:27
mentorGiorgi Dalakishvili3-Apr-08 8:27 
AnswerRe: ShowDialog Event Handler? Pin
carbon_golem3-Apr-08 9:59
carbon_golem3-Apr-08 9:59 
QuestionWriting a byte value to a file stream? Pin
Xpnctoc3-Apr-08 7:07
Xpnctoc3-Apr-08 7:07 
AnswerRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 8:01
Luis Alonso Ramos3-Apr-08 8:01 
GeneralRe: Writing a byte value to a file stream? Pin
Xpnctoc3-Apr-08 9:15
Xpnctoc3-Apr-08 9:15 
GeneralRe: Writing a byte value to a file stream? Pin
Luis Alonso Ramos3-Apr-08 9:45
Luis Alonso Ramos3-Apr-08 9:45 
GeneralRe: Writing a byte value to a file stream? Pin
carbon_golem3-Apr-08 9:52
carbon_golem3-Apr-08 9:52 
Questionconvert hex to ascii Pin
merh3-Apr-08 7:04
merh3-Apr-08 7:04 
GeneralRe: convert hex to ascii Pin
PIEBALDconsult3-Apr-08 8:31
mvePIEBALDconsult3-Apr-08 8:31 
GeneralRe: convert hex to ascii Pin
Giorgi Dalakishvili3-Apr-08 8:34
mentorGiorgi Dalakishvili3-Apr-08 8:34 

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.