Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
GeneralGet instance that's calling the current method Pin
partyganger10-Jun-04 2:52
partyganger10-Jun-04 2:52 
GeneralRe: Get instance that's calling the current method Pin
Heath Stewart10-Jun-04 4:09
protectorHeath Stewart10-Jun-04 4:09 
GeneralCheck if software is installed Pin
Peter Nirschl10-Jun-04 2:30
Peter Nirschl10-Jun-04 2:30 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 4:14
protectorHeath Stewart10-Jun-04 4:14 
GeneralRe: Check if software is installed Pin
Wackatronic10-Jun-04 4:47
Wackatronic10-Jun-04 4:47 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 6:58
protectorHeath Stewart10-Jun-04 6:58 
GeneralRe: Check if software is installed Pin
Wackatronic10-Jun-04 7:57
Wackatronic10-Jun-04 7:57 
GeneralRe: Check if software is installed Pin
Heath Stewart10-Jun-04 9:51
protectorHeath Stewart10-Jun-04 9:51 
I know that non-Windows Installer products are notorious for this, but Window Installer packages are actually transacted - you won't see this behavior (except, perhaps, from poorly-written custom actions where the developer doesn't take rollbacks into account or simply can't).

It's Windows Installer I'm defending, not installs. Regarding installs in general, I wholy agree with you...except for one problem: proprietary installs are just that - proprietary. There may be no way to determine where to even look for a product if the install information (or, rather, the uninstall information) doesn't tell you. This is another reason why Windows Installer kicks butt: it's a relational database and tracks everything from files, registry entries, and feature and component installation states. Smile | :)

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Check if software is installed Pin
Peter Nirschl11-Jun-04 22:23
Peter Nirschl11-Jun-04 22:23 
GeneralRe: Check if software is installed Pin
Heath Stewart12-Jun-04 0:25
protectorHeath Stewart12-Jun-04 0:25 
GeneralWeb Service on Pocket PC Pin
JRacle10-Jun-04 2:28
JRacle10-Jun-04 2:28 
GeneralRe: Web Service on Pocket PC Pin
Wackatronic10-Jun-04 4:53
Wackatronic10-Jun-04 4:53 
GeneralRe: Web Service on Pocket PC Pin
JRacle10-Jun-04 5:57
JRacle10-Jun-04 5:57 
Generalwriting good unit tests Pin
steven shingler10-Jun-04 1:26
steven shingler10-Jun-04 1:26 
GeneralRe: writing good unit tests Pin
Colin Angus Mackay10-Jun-04 1:58
Colin Angus Mackay10-Jun-04 1:58 
GeneralRe: writing good unit tests Pin
steven shingler10-Jun-04 3:39
steven shingler10-Jun-04 3:39 
GeneralRe: writing good unit tests Pin
Marc Clifton10-Jun-04 10:10
mvaMarc Clifton10-Jun-04 10:10 
GeneralReading Serial Device (How To?) Pin
Ariadne10-Jun-04 0:05
Ariadne10-Jun-04 0:05 
GeneralRe: Reading Serial Device (How To?) Pin
Stefan Troschuetz10-Jun-04 0:28
Stefan Troschuetz10-Jun-04 0:28 
Generalxmldocument and xhtml = sloooow Pin
Roger Alsing9-Jun-04 23:20
Roger Alsing9-Jun-04 23:20 
GeneralRe: xmldocument and xhtml = sloooow Pin
Heath Stewart10-Jun-04 6:45
protectorHeath Stewart10-Jun-04 6:45 
GeneralRe: xmldocument and xhtml = sloooow Pin
Roger Alsing10-Jun-04 23:37
Roger Alsing10-Jun-04 23:37 
GeneralRe: xmldocument and xhtml = sloooow Pin
Heath Stewart11-Jun-04 2:53
protectorHeath Stewart11-Jun-04 2:53 
GeneralLife of application Pin
quocbao9-Jun-04 21:55
quocbao9-Jun-04 21:55 
GeneralRe: Life of application Pin
Alex Getman10-Jun-04 1:24
Alex Getman10-Jun-04 1:24 

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.