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
+1 -1
View File
@@ -1 +1 @@
%windir%\system32\msiexec.exe /I{E6E16577-C547-4A66-8202-AB30A02DDBC2}
%windir%\system32\msiexec.exe /I{560C569F-03CF-424D-9B63-92B86779ECB6}
+1 -1
View File
@@ -1 +1 @@
%windir%\system32\msiexec.exe /I{225E11DF-20A0-4AE0-AD5C-00944A9E3D71}
%windir%\system32\msiexec.exe /I{A977609C-DEE3-48BF-8597-302959F82D1A}
@@ -1786,7 +1786,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
"OwnerKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
@@ -1798,7 +1798,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
"OwnerKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
"MsmSig" = "8:_UNDEFINED"
}
}
@@ -8563,15 +8563,15 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Coati"
"ProductCode" = "8:{E6E16577-C547-4A66-8202-AB30A02DDBC2}"
"PackageCode" = "8:{55D5307B-C6AB-4E1D-A512-239F7E164FCD}"
"ProductCode" = "8:{560C569F-03CF-424D-9B63-92B86779ECB6}"
"PackageCode" = "8:{8EA2101D-97F9-4398-A931-5750645F176F}"
"UpgradeCode" = "8:{CFF09D53-87AF-4241-960D-98C21ED9D358}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.7.0022"
"ProductVersion" = "8:0.8.0"
"Manufacturer" = "8:Coati Software"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:www.coati.io/support"
@@ -1798,7 +1798,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
"OwnerKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
@@ -1810,7 +1810,7 @@
"Entry"
{
"MsmKey" = "8:_UNDEFINED"
"OwnerKey" = "8:_C84BE68F0D9E42D3B9BD9C8A53DF049A"
"OwnerKey" = "8:_FB29EAD658C3497D9AC46ADE92D33C83"
"MsmSig" = "8:_UNDEFINED"
}
}
@@ -8592,19 +8592,19 @@
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:Coati Trial"
"ProductCode" = "8:{225E11DF-20A0-4AE0-AD5C-00944A9E3D71}"
"PackageCode" = "8:{AFEFFBA8-DE40-4FD1-84A9-ACE53FE97555}"
"ProductCode" = "8:{A977609C-DEE3-48BF-8597-302959F82D1A}"
"PackageCode" = "8:{810758A1-81AC-400F-B272-7134B1A5B133}"
"UpgradeCode" = "8:{00D35BB8-F11C-4179-9962-47B3D55E412C}"
"AspNetVersion" = "8:4.0.30319.0"
"RestartWWWService" = "11:FALSE"
"RemovePreviousVersions" = "11:TRUE"
"DetectNewerInstalledVersion" = "11:TRUE"
"InstallAllUsers" = "11:FALSE"
"ProductVersion" = "8:0.7.0022"
"ProductVersion" = "8:0.8.0"
"Manufacturer" = "8:Coati Software"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:www.coati.io/support"
"Title" = "8:Coati Trail"
"Title" = "8:Coati Trial"
"Subject" = "8:Visualize Source Code to read and navigate it efficiently."
"ARPCONTACT" = "8:Coati Software"
"Keywords" = "8:Coati; Code Visualization; Software Development"
@@ -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()
{