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

C#

 
Generala special kind of operator Pin
WillemM8-Nov-03 5:28
WillemM8-Nov-03 5:28 
GeneralRe: a special kind of operator Pin
MultiThread8-Nov-03 5:43
MultiThread8-Nov-03 5:43 
GeneralRe: a special kind of operator Pin
David Stone8-Nov-03 6:45
sitebuilderDavid Stone8-Nov-03 6:45 
GeneralRe: a special kind of operator Pin
MultiThread8-Nov-03 6:57
MultiThread8-Nov-03 6:57 
GeneralRe: a special kind of operator Pin
WillemM8-Nov-03 23:38
WillemM8-Nov-03 23:38 
GeneralRe: a special kind of operator Pin
David Stone9-Nov-03 5:26
sitebuilderDavid Stone9-Nov-03 5:26 
GeneralInstaller Project Pin
tkemory8-Nov-03 2:30
tkemory8-Nov-03 2:30 
GeneralRe: Installer Project Pin
MultiThread8-Nov-03 5:37
MultiThread8-Nov-03 5:37 
Hi Terance,

If your code needs to deploy items which don't already have .NET framework code to do so (i.e. message queues, etc.), you can add an installation component to your application which has callbacks that can act in the context of installing and uninstalling your application.

If you use "Add new item..." to your project, you should find an installer class. This derived class has overrides you can use during the installation process to do work during the install, rollback, commit and uninstall portions of installation.

MSDN online provides a walkthrough on how to create a database, the same example can be adapted to add your stored procedure to the database during installation.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxwlkWalkthroughUsingCustomActionToCreateDatabaseDuringInstallation.asp

Regards,

Joe
GeneralRe: Installer Project Pin
tkemory8-Nov-03 7:08
tkemory8-Nov-03 7:08 
GeneralDatabase access - in general Pin
mirano8-Nov-03 0:28
mirano8-Nov-03 0:28 
GeneralRe: Database access - in general Pin
WillemM8-Nov-03 5:31
WillemM8-Nov-03 5:31 
GeneralC# applet Pin
Sergiu7-Nov-03 20:30
Sergiu7-Nov-03 20:30 
GeneralRe: C# applet Pin
WillemM8-Nov-03 5:31
WillemM8-Nov-03 5:31 
GeneralRe: C# applet Pin
jparsons8-Nov-03 12:04
jparsons8-Nov-03 12:04 
GeneralRe: C# applet Pin
Sergiu9-Nov-03 20:15
Sergiu9-Nov-03 20:15 
GeneralLate Binding an ActiveX executable Pin
JL_3277-Nov-03 16:06
JL_3277-Nov-03 16:06 
QuestionHow do u change the brightness of an image in C# Pin
james4057-Nov-03 11:48
james4057-Nov-03 11:48 
GeneralPutting a fixed array of data into the database Pin
EddieSD647-Nov-03 11:16
sussEddieSD647-Nov-03 11:16 
GeneralRe: Putting a fixed array of data into the database Pin
Colin Angus Mackay7-Nov-03 14:20
Colin Angus Mackay7-Nov-03 14:20 
QuestionExternal Variables??? Pin
bscott31257-Nov-03 10:04
bscott31257-Nov-03 10:04 
AnswerRe: External Variables??? Pin
MultiThread8-Nov-03 5:51
MultiThread8-Nov-03 5:51 
GeneralRe: External Variables??? Pin
bscott31258-Nov-03 6:08
bscott31258-Nov-03 6:08 
GeneralRe: External Variables??? Pin
MultiThread8-Nov-03 6:15
MultiThread8-Nov-03 6:15 
QuestionHow do I create an app.config file?? Pin
Code Toad7-Nov-03 9:12
Code Toad7-Nov-03 9:12 
AnswerRe: How do I create an app.config file?? Pin
Colin Angus Mackay7-Nov-03 14:28
Colin Angus Mackay7-Nov-03 14:28 

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.