c# Programming Glossary: statesaver
Installer Custom Action problem - can't write to register key http://stackoverflow.com/questions/1782492/installer-custom-action-problem-cant-write-to-register-key Installer public override void Install IDictionary stateSaver base.Install stateSaver const string key_path SOFTWARE VendorName.. override void Install IDictionary stateSaver base.Install stateSaver const string key_path SOFTWARE VendorName MyAppName const string..
Getting Application path during the installation http://stackoverflow.com/questions/3925216/getting-application-path-during-the-installation override void Install System.Collections.IDictionary stateSaver base.Install stateSaver string path this.Context.Parameters.. System.Collections.IDictionary stateSaver base.Install stateSaver string path this.Context.Parameters targetdir Do something..
How do I create a real-time Excel automation add-in in C# using RtdServer? http://stackoverflow.com/questions/5397607/how-do-i-create-a-real-time-excel-automation-add-in-in-c-sharp-using-rtdserver public override void Install IDictionary stateSaver base.Install stateSaver var registrationServices new RegistrationServices.. override void Install IDictionary stateSaver base.Install stateSaver var registrationServices new RegistrationServices if registrationServices.RegisterAssembly..
Custom Installer in .Net showing Form behind installer http://stackoverflow.com/questions/6213498/custom-installer-in-net-showing-form-behind-installer override void Install System.Collections.IDictionary stateSaver base.Install stateSaver private void Installer1_AfterInstall.. System.Collections.IDictionary stateSaver base.Install stateSaver private void Installer1_AfterInstall object sender InstallEventArgs..
|