mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-15 15:53:55 +00:00
Updated Windows Installer to populate DisplayVersion in registry
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -2432,6 +2432,7 @@ function serviceManager()
|
||||
{
|
||||
reg.WriteKey(reg.HKEY.LocalMachine, 'SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\' + options.name, 'UninstallString', options.servicePath + ' -b64exec ' + script);
|
||||
}
|
||||
reg.WriteKey(reg.HKEY.LocalMachine, 'SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Uninstall\\' + options.name, 'DisplayVersion', process.versions.commitDate.toString());
|
||||
}
|
||||
catch (xx)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user