码迷,mamicode.com
首页 >  
搜索关键字:installer    ( 1505个结果
Windows Installer 服务无法启动!
修复方法“我的电脑--管理--服务”列表里没有windows installer服务选项。有就启动,或者重启。可运行msiexec /unregister停掉此服务,再运行msiexec /regserver,这时服务列表就会出现此项,双击调整其状态为自动或者手动的启动(两者有区别,而且调成“自动”...
分类:Windows程序   时间:2015-01-08 17:06:42    阅读次数:140
无法访问windows installer服务
1、请确认你没有删除Windows Installer。删掉的话自然要重新安装2、请确认Windows Installer服务没有被禁用。到控制面板->管理工具->服务中查看Windows Installer,确认设置不为禁用(自动手动都可以,默认设置应该为手动)。 3、请确认你没有删除C:\WIN...
分类:Windows程序   时间:2015-01-08 17:00:24    阅读次数:195
JIRA Installation
To set up JIRA on server (Windows) through remote desktop connection, first we need to download JIRA from Atlassian. There are JIRA installer and WAR ...
分类:其他好文   时间:2015-01-08 12:43:57    阅读次数:164
Manual install on Windows 7 with Apache and MySQL
These are instructions for installing on Windows 7 desktop (they may also be useful for a server install with some thought to security) using individual components rather than a one click installer...
分类:数据库   时间:2015-01-07 17:05:15    阅读次数:283
Mac OS 安装golang
下载golang安装包 下载地址: http://www.golangtc.com/download https://code.google.com/p/go/downloads/list go1.4.darwin-amd64-osx10.8.pkg go1.4 Mac OS X (x86 64-bit) PKG installer 设置环境...
分类:系统相关   时间:2015-01-07 15:03:54    阅读次数:171
Wix 安装部署(五) Bootstrapper 捆绑安装
Wix的xml配置确实很费劲,忍不住有点像吐槽一下,前四篇完成的功能在Windows Installer中通过配置能很快的弄出来。可惜有很多加了锁的功能在InstallShield Limited Edition 版本中是用不了的。 但基本满足安装需求了。按照这个目录(下图)一个一个去配,配出来的也...
分类:移动开发   时间:2015-01-06 13:48:58    阅读次数:391
Winfrom Installer Publish Web Application To IIS
IIS部署:对于非技术人员来说是头疼的一件事,当到现场实施碰到客户情况也各不相同, 急需一个类似系统备份的"一键工具"快速实现应用程序部署和数据库进行关联. 网上关于这方面资源也比较混乱,其中对于IIS的编程影响因素很多,操作技巧上加以细化小结.A:获取IIS版本IIS版本不同对应编程上基本上完.....
分类:移动开发   时间:2015-01-06 11:52:03    阅读次数:203
安装 postgresql
有以下三步去完成PostgreSQL 的安装。Download PostgreSQL installer for WindowsInstall PostgreSQLVerify the installationDownload PostgreSQL Installer for WindowsYou ...
分类:数据库   时间:2015-01-05 18:15:31    阅读次数:188
使用Xposed Installer实现Android Hook
使用Xposed Installer来实现Android hook,文章参考官方教程,有修改。1、安装Xposed Installer框架apk到手机,手机必须root;2、代码编写;在manifest文件中声明: 添加xposed库文件到libs目下;新建Main.java类,代码如下:...
分类:移动开发   时间:2015-01-05 18:00:53    阅读次数:451
\upload\install\includes\lib_auto_installer.php源码分析
1 '', 'lbi'=>'', 'dat'=>'') 50 * @return string 全部可写返回空串,否则返回以逗号分隔的文件类型组成的消息串 51 */ 52 function file_types_exists($file_types) 53 { 54 ...
分类:Web程序   时间:2015-01-05 00:28:04    阅读次数:325
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!