Differences
This shows you the differences between the selected revisions of the page.
| 2018-04-12 | 2018-08-20 | ||
| code shortening for new design (martin) | dotnet interwiki (martin) | ||
| Line 56: | Line 56: | ||
| * Windows Installer, by creating ''.msi'' package; | * Windows Installer, by creating ''.msi'' package; | ||
| * Any other installer system that supports installing to %%GAC%%, e.g. [[&url(innosetup)|Inno Setup]]; | * Any other installer system that supports installing to %%GAC%%, e.g. [[&url(innosetup)|Inno Setup]]; | ||
| - | * [[msdn>System.EnterpriseServices.Internal.Publish.GacInstall]] method. PowerShell example: | + | * [[dotnet>System.EnterpriseServices.Internal.Publish.GacInstall]] method. PowerShell example: |
| <code powershell> | <code powershell> | ||