How to use the Service_Install function from bindings
Find comprehensive JavaScript bindings.Service_Install code examples handpicked from public code repositorys.
GitHub: ShrineGames/node-win
6 7 8 9 10 11 12 13 14 15
} } export class ServiceManager { public install(serviceName: string, displayName: string, fileName: string): boolean { return addon.Service_Install(serviceName, displayName, fileName); } public uninstall(serviceName: string): boolean { return addon.Service_Uninstall(serviceName);
0
0
0
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)