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