added manufacturer to installer
This commit is contained in:
parent
bb9e2ef565
commit
27c8660e40
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ namespace AmagnoVirtualPrinter.WixSharpInstaller
|
|||
InstallPrivileges = InstallPrivileges.elevated
|
||||
};
|
||||
|
||||
project.ControlPanelInfo.Manufacturer = "Amagno";
|
||||
project.BeforeInstall += ProjectOnBeforeInstall;
|
||||
|
||||
project.BuildMsi();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue