Classe héritant d'Installer
[RunInstaller(true)]
public partial class ReportCustomInstaller : Installer
{
public ReportCustomInstaller()
InitializeComponent();
}
public override void Install(System.Collections.IDictionary stateSaver)
base.Install(stateSaver);
public override void Rollback(System.Collections.IDictionary savedState)
base.Rollback(savedState);
public override void Uninstall(System.Collections.IDictionary savedState)
base.Uninstall(savedState);
if (Context.Parameters["ClassName"] == null || Context.Parameters["ClassName"] != "ActionForReports")
return;
Ajout des sorties d'une assembly dans un setup