Filled in app specific registry values.

IPC
Sean McArdle 2016-03-30 12:08:17 -07:00
parent 1f840a0f9c
commit bcaca3f6b9
1 changed files with 3 additions and 3 deletions

View File

@ -234,11 +234,11 @@ USAGE
key.SetValue("DisplayName", DisplayName);
key.SetValue("ApplicationVersion", v.ToString());
key.SetValue("Publisher", "B-Line Medical");
key.SetValue("Publisher", "CSS Infrastructure Operations");
key.SetValue("DisplayIcon", exe);
key.SetValue("DisplayVersion", v.ToString(2));
key.SetValue("URLInfoAbout", "");
key.SetValue("Contact", "");
key.SetValue("URLInfoAbout", "https://github.com/sean-m/wifi-sitter");
key.SetValue("Contact", "DHS Service Desk");
key.SetValue("InstallDate", DateTime.Now.ToString("yyyyMMdd"));
key.SetValue("UninstallString", exe + " /uninstallprompt");
}