我想在用户安装使用NSIS生成的EXE后在Windows 7中创建新服务.我试过这段代码SimpleSC::StartService "TestService" '' 15和这段代码,
SimpleSC::InstallService "MyService" "My Service Display Name" "16" "2" "E:\utilisateur\xxx.exe" "" "" ""但都没有工作; 它显示未找到插件,无法调用SimpleSC :: StartService