我使用WiX安装程序为我的服务创建了一个MSI。但是当我安装MSI时,我无法在服务管理器中看到该服务。 我尝试了命令 sc查询“ServiceName”。它给出了消息
<table id="records_table" border='1'>
<tr>
<th>Rank</th>
<th>Content</th>
<th>UID</th>
</tr>
</table>
<script>
var response=<%=myVar%>//let see this is variable where JSON String is stored
response = $.parseJSON(response);
$(function() {
$.each(response, function(i, item) {
$('<tr>').append(
$('<td>').text(item.rank),
$('<td>').text(item.content),
$('<td>').text(item.UID)
).appendTo('#records_table');
// $('#records_table').append($tr);
//console.log($tr.wrap('<p>').html());
});
});
</script>
我还检查过用户是否有权以服务身份登录。在其他系统中它运行良好所有系统都有操作系统版本 Microsoft Windows [版本10.0.15063]