| c# Programming Glossary: runinstallerInstaller Custom Action problem - can't write to register key http://stackoverflow.com/questions/1782492/installer-custom-action-problem-cant-write-to-register-key  using Microsoft.Win32 namespace CustomActions RunInstaller true public partial class Installer1 Installer  public override.. 
 Getting Application path during the installation http://stackoverflow.com/questions/3925216/getting-application-path-during-the-installation  targetdir TARGETDIR Then you can access the path like this RunInstaller true public partial class CustomInstaller System.Configuration.Install.Installer.. 
 How to write c# service that I can also run as a winforms program? http://stackoverflow.com/questions/421516/how-to-write-c-sharp-service-that-i-can-also-run-as-a-winforms-program    catch Exception ex  Console.Error.WriteLine ex.Message   RunInstaller true public sealed class MyServiceInstallerProcess ServiceProcessInstaller..  this.Account ServiceAccount.NetworkService  RunInstaller true public sealed class MyServiceInstaller ServiceInstaller.. 
 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  System.Runtime.InteropServices namespace StackOverflow RunInstaller true public partial class RtdServerInstaller System.Configuration.Install.Installer.. 
 Custom Installer in .Net showing Form behind installer http://stackoverflow.com/questions/6213498/custom-installer-in-net-showing-form-behind-installer  Installer in .Net showing Form behind installer  RunInstaller true public partial class Installer1 Installer public Installer1.. 
 How can I create a new application pool in a Web Setup Project? http://stackoverflow.com/questions/658675/how-can-i-create-a-new-application-pool-in-a-web-setup-project  using System.Windows.Forms namespace InstallHelper RunInstaller true public partial class PostInstallActions Installer public.. 
 |