added manufacturer to installer

This commit is contained in:
Marco Batzinger 2021-04-01 13:50:02 +02:00
parent bb9e2ef565
commit 27c8660e40

View file

@ -73,6 +73,7 @@ namespace AmagnoVirtualPrinter.WixSharpInstaller
InstallPrivileges = InstallPrivileges.elevated
};
project.ControlPanelInfo.Manufacturer = "Amagno";
project.BeforeInstall += ProjectOnBeforeInstall;
project.BuildMsi();