build: update windows installers

* updated version numbers of installers on windows
* renamed start menu entries from trail to trial
This commit is contained in:
malte_langkabel
2016-09-01 10:10:56 +02:00
parent 850be396aa
commit 464ed518d8
5 changed files with 15 additions and 15 deletions
@@ -13,8 +13,8 @@ namespace SetupCreateStartMenuShortcutLib
[RunInstaller(true)]
public partial class CreateStartMenuShortcut : System.Configuration.Install.Installer
{
private static string _appShortcutName = "Coati Trail.lnk";
private static string _uninstallShortcutName = "Uninstall Coati Trail.lnk";
private static string _appShortcutName = "Coati Trial.lnk";
private static string _uninstallShortcutName = "Uninstall Coati Trial.lnk";
public CreateStartMenuShortcut()
{