Click here to Skip to main content
15,914,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: Creating the Spyware Pin
Dave Kreskowiak11-Aug-04 5:34
mveDave Kreskowiak11-Aug-04 5:34 
GeneralRe: Creating the Spyware Pin
Name Removed11-Aug-04 6:08
Name Removed11-Aug-04 6:08 
QuestionExtract outlook/exchange email attachments? Pin
Swaity10-Aug-04 22:22
Swaity10-Aug-04 22:22 
Generalopen an uploaded file Pin
tzewei10-Aug-04 21:59
tzewei10-Aug-04 21:59 
QuestionHow to launch a program at the end of an MSI installation? Pin
kmeads10-Aug-04 20:51
kmeads10-Aug-04 20:51 
AnswerRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 3:34
LongRange.Shooter11-Aug-04 3:34 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
kmeads11-Aug-04 6:47
kmeads11-Aug-04 6:47 
GeneralRe: How to launch a program at the end of an MSI installation? Pin
LongRange.Shooter11-Aug-04 7:39
LongRange.Shooter11-Aug-04 7:39 
Ken,

It took one guy that is a 'walking MSDN' to aid in finding this nugget of info. Check the link in my code comments for additional info.

For custom installer code you have to bake your own! Do this:
Create your Setup project within your solution.
Add another project that will ba a class library.
Create code similar to what I posted earlier.
Include output of that class library in your project file system.
Right-click the setup project and View...Custom Actions.
Add the project output for your custom installer at the point you want.
Compile everything.


Rose | [Rose] Rose | [Rose] Caviat Emptor Rose | [Rose] Rose | [Rose]

When you add the project output to your setup project, you do not seem capable of marking the properties (like it should be hidden, system, read-only) as near as I can determine. So the DLL is visible to your users and deleting the DLL can make your code unable to be uninstalled AND uninstallable. (can't remove it, can't install until you remove it) D'Oh! | :doh:

I referenced the DLL directly but then source management gets freaky and keeps claiming the source control has a different DLL version and should it be left or overlayed. Eek! | :eek:

So you are damned if you do and you are damned if you don't.

Michael

This signature left intentionally blank
GeneralGetProcAddress Pin
Vadim Tabakman10-Aug-04 20:22
Vadim Tabakman10-Aug-04 20:22 
GeneralRe: GetProcAddress Pin
Heath Stewart10-Aug-04 20:46
protectorHeath Stewart10-Aug-04 20:46 
GeneralRe: GetProcAddress Pin
Vadim Tabakman10-Aug-04 20:56
Vadim Tabakman10-Aug-04 20:56 
GeneralRe: GetProcAddress Pin
leppie10-Aug-04 21:34
leppie10-Aug-04 21:34 
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 2:26
Vadim Tabakman11-Aug-04 2:26 
GeneralRe: GetProcAddress Pin
Heath Stewart11-Aug-04 2:26
protectorHeath Stewart11-Aug-04 2:26 
GeneralRe: GetProcAddress Pin
Vadim Tabakman11-Aug-04 12:19
Vadim Tabakman11-Aug-04 12:19 
QuestionHow to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
pubududilena10-Aug-04 18:35
pubududilena10-Aug-04 18:35 
AnswerRe: How to Trasfer Data from MsAccess database to SQL Server Database using C# Pin
Heath Stewart10-Aug-04 19:36
protectorHeath Stewart10-Aug-04 19:36 
GeneralWorking with text archive Pin
Flavio Serrazes10-Aug-04 16:11
Flavio Serrazes10-Aug-04 16:11 
GeneralRe: Working with text archive Pin
Dave Kreskowiak11-Aug-04 5:41
mveDave Kreskowiak11-Aug-04 5:41 
Generalchange from C++ code to C# Pin
Rulala10-Aug-04 15:55
Rulala10-Aug-04 15:55 
GeneralRe: change from C++ code to C# Pin
Christian Graus10-Aug-04 16:24
protectorChristian Graus10-Aug-04 16:24 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 17:37
Rulala10-Aug-04 17:37 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 19:30
protectorHeath Stewart10-Aug-04 19:30 
GeneralRe: change from C++ code to C# Pin
Rulala10-Aug-04 19:55
Rulala10-Aug-04 19:55 
GeneralRe: change from C++ code to C# Pin
Heath Stewart10-Aug-04 20:43
protectorHeath Stewart10-Aug-04 20:43 

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.