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

.NET (Core and Framework)

 
AnswerRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 15:04
TheGreatAndPowerfulOz5-Jan-06 15:04 
GeneralRe: Change UserStrings in code Pin
cecildt5-Jan-06 18:41
cecildt5-Jan-06 18:41 
GeneralRe: Change UserStrings in code Pin
TheGreatAndPowerfulOz5-Jan-06 19:59
TheGreatAndPowerfulOz5-Jan-06 19:59 
GeneralRe: Change UserStrings in code Pin
cecildt6-Jan-06 1:55
cecildt6-Jan-06 1:55 
QuestionQueued Timers Pin
LiamD5-Jan-06 0:30
LiamD5-Jan-06 0:30 
AnswerRe: Queued Timers Pin
Dave Kreskowiak5-Jan-06 4:23
mveDave Kreskowiak5-Jan-06 4:23 
QuestionChanging the appearance of controls Pin
engsrini5-Jan-06 0:22
engsrini5-Jan-06 0:22 
QuestionOnBeforeUnInstall Method in windows installer Pin
hiraljv4-Jan-06 22:28
hiraljv4-Jan-06 22:28 
Hi All,

I have a customised installer class inherited from System.Configuration.Install.Installer class.

Customised installer class again works as a base class for CustomInstallerExtended class which in turn is a base class for module wise installers as per my requirement.

Scenario is like this:

MyCustomInstaller inherits System.Configuration.Install.Installer

MyCustomInstallerExtended inherits MyCustomInstaller

InventoryInstaller inherits MyCustomInstallerExtended

I wanted some "custom action" before uninstallation of my inventory module. Say for example I want to execute some stored procedure before uninstallation.

In this case if a public overridable method say "OnBeforeUnInstallation" is given in MyCustomInstallerExtended class, which internally gets called on protected method "OnBeforeUnInstall" or any other relevant method given by windows installer, then the custom code can be written in the public overridden method "OnBeforeUnInstallation" in InventoryInstaller.

OnBeforeUnInstall method being a protected overridable method of windows installer class,it will not get fired in MyCustomInstallerExtended class.

AnyOne please help me out to know how OnBeforeUnInstall method can be used effectively to over come my problem statement or is there any other way out to solve the above mentioned problem?


HV

QuestionDrawing in a PictureBox Pin
sergestusxx4-Jan-06 14:00
sergestusxx4-Jan-06 14:00 
AnswerRe: Drawing in a PictureBox Pin
Christian Graus4-Jan-06 14:41
protectorChristian Graus4-Jan-06 14:41 
QuestionCan't use web service Pin
sergestusxx4-Jan-06 6:46
sergestusxx4-Jan-06 6:46 
AnswerRe: Can't use web service Pin
VenkataRamana.Gali4-Jan-06 7:57
VenkataRamana.Gali4-Jan-06 7:57 
QuestionFree Visual Basic.NET videos Pin
DickInYaMum4-Jan-06 6:39
DickInYaMum4-Jan-06 6:39 
QuestionGiving Permissions to assembly Pin
TheDen4-Jan-06 1:01
TheDen4-Jan-06 1:01 
QuestionConvertStringToBSTR problem Pin
LiYS3-Jan-06 23:20
LiYS3-Jan-06 23:20 
QuestionStop IIS on remote system (Different machine) Pin
Vishal Modi3-Jan-06 20:03
Vishal Modi3-Jan-06 20:03 
AnswerRe: Stop IIS on remote system (Different machine) Pin
RajibBasu5-Jan-06 22:28
RajibBasu5-Jan-06 22:28 
GeneralRe: Stop IIS on remote system (Different machine) Pin
Vishal Modi6-Jan-06 8:46
Vishal Modi6-Jan-06 8:46 
Questionultratoolbar Pin
elayath3-Jan-06 18:15
elayath3-Jan-06 18:15 
QuestionShorten a path using an ellipsis... Pin
Ray Cassick3-Jan-06 9:55
Ray Cassick3-Jan-06 9:55 
QuestionHow Disable EvenLog checking...? Pin
PhrankBooth3-Jan-06 9:23
PhrankBooth3-Jan-06 9:23 
AnswerRe: How Disable EvenLog checking...? Pin
VenkataRamana.Gali3-Jan-06 9:52
VenkataRamana.Gali3-Jan-06 9:52 
AnswerRe: How Disable EvenLog checking...? Pin
Dave Kreskowiak3-Jan-06 10:13
mveDave Kreskowiak3-Jan-06 10:13 
QuestionHow to create Managed Extensions Framework 1.1 assembly using VS2005 Pin
Adi Arbel3-Jan-06 6:35
Adi Arbel3-Jan-06 6:35 
AnswerRe: How to create Managed Extensions Framework 1.1 assembly using VS2005 Pin
TheGreatAndPowerfulOz5-Jan-06 15:11
TheGreatAndPowerfulOz5-Jan-06 15:11 

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.