Click here to Skip to main content
15,891,762 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Advanced Collision Detection with GDI+ Pin
pwinant15-Jan-04 13:03
pwinant15-Jan-04 13:03 
GeneralRe: Advanced Collision Detection with GDI+ Pin
david@mindplay.com15-Jan-04 13:37
david@mindplay.com15-Jan-04 13:37 
GeneralRe: Advanced Collision Detection with GDI+ Pin
david@mindplay.com17-Jan-04 14:00
david@mindplay.com17-Jan-04 14:00 
GeneralLaunching an outside app with .NET Pin
bneacetp13-Jan-04 3:18
bneacetp13-Jan-04 3:18 
GeneralRe: Launching an outside app with .NET Pin
Niels Penneman13-Jan-04 5:45
Niels Penneman13-Jan-04 5:45 
GeneralRe: Launching an outside app with .NET Pin
bneacetp13-Jan-04 7:54
bneacetp13-Jan-04 7:54 
Questionhow to get install path Pin
yu-yu12-Jan-04 20:53
yu-yu12-Jan-04 20:53 
AnswerRe: how to get install path Pin
Heath Stewart14-Jan-04 9:41
protectorHeath Stewart14-Jan-04 9:41 
If you developed a native DLL to use in your custom action, you can use MSIHANDLE passed to your stdcall function then use the MsiGetProperty. See the Windows Installer SDK on MSDN[^] for more information.

If you wrote a .NET Installer-derived class, you'll have to pass the SourceDir property from MSI as a command-line parameter, such as /SRC=[SourceDir]. To get the value of this command-line parameter, use Installer.Context to get an InstallContext, then InstallContext.Parameters["SRC"] (for example) to get the value of that property.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: how to get install path Pin
yu-yu14-Jan-04 15:37
yu-yu14-Jan-04 15:37 
QuestionHow do you access the scrollbar of a panel? Pin
pwinant12-Jan-04 15:49
pwinant12-Jan-04 15:49 
AnswerRe: How do you access the scrollbar of a panel? Pin
Heath Stewart14-Jan-04 9:30
protectorHeath Stewart14-Jan-04 9:30 
GeneralRe: How do you access the scrollbar of a panel? Pin
pwinant14-Jan-04 10:04
pwinant14-Jan-04 10:04 
GeneralMultithread synchronisation in VB.net Pin
Paul Farry11-Jan-04 20:46
professionalPaul Farry11-Jan-04 20:46 
GeneralSuspend/resume Pin
Anonymous10-Jan-04 17:31
Anonymous10-Jan-04 17:31 
GeneralProblem: difference in behavior between ASP.NET & .NET EXE calling SOAP::Lite web service Pin
claughlin9-Jan-04 6:07
claughlin9-Jan-04 6:07 
Generalabout how to use package installer Pin
Anonymous8-Jan-04 22:31
Anonymous8-Jan-04 22:31 
GeneralRe: about how to use package installer Pin
UB9-Jan-04 5:39
UB9-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu12-Jan-04 20:57
yu-yu12-Jan-04 20:57 
GeneralRe: about how to use package installer Pin
UB13-Jan-04 5:35
UB13-Jan-04 5:35 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 15:56
yu-yu13-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 21:25
yu-yu13-Jan-04 21:25 
GeneralRe: about how to use package installer Pin
UB14-Jan-04 5:22
UB14-Jan-04 5:22 
GeneralRe: about how to use package installer Pin
yu-yu14-Jan-04 15:56
yu-yu14-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
UB15-Jan-04 6:55
UB15-Jan-04 6:55 
GeneralRe: about how to use package installer Pin
yu-yu15-Jan-04 20:27
yu-yu15-Jan-04 20:27 

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.