InstallShield 12 豪华版+破解版 下载下载速度:220kb/sInstallShield 12为软件发行方提供率先的安装程序解决方式,可以制作强大可靠的Windows Installer(MSI)、InstallScript以及跨平台的安装程序。它是最著名的专业安装程序制作软件,如今...
分类:
其他好文 时间:
2014-08-19 16:12:14
阅读次数:
247
解决方案:1、msiexec /unregserver回车,在输入命令:msiexec /regservermsiexec /unregserver是停止installer服务,而msiexec /regserver是注册installer服务,通俗来讲,就是重新注册一下,这样就确保能用了。2、到官...
分类:
Web程序 时间:
2014-08-18 20:15:12
阅读次数:
301
I find these commands quite helpful — maybe you know them already — if not, here you go:Microsoft Hotfix Installer (.exe)setup.exe /t:C: /cMicrosoft U...
分类:
其他好文 时间:
2014-08-15 04:01:46
阅读次数:
388
Windows installer提供了一个“Msix64”属性帮我们检测当前系统是32位还是64位。 The Msix64 property is defined only if running on an x64 processor. 当检测到是64位系统时可以禁止继续运行安装包,在Wix中我们...
分类:
其他好文 时间:
2014-08-14 19:32:49
阅读次数:
231
这两天在折腾给一个项目打安装包,第一次接触软件打包,用的Advanced Installer(以下简称AI),应该说如果安装过程没有特殊动作(常规动作指释放文件、写注册表、建快捷方式等)的话,倒挺傻瓜的,按照向导和界面操作就能打好一个包。但我的安装动作包括:- 提供一个ComboBox列出已安装打印...
分类:
其他好文 时间:
2014-08-11 14:44:02
阅读次数:
247
1.停止WAMP服务器.2.去网站windows.php.net下载php5.3.5 the VC6 Thread Safe build. 不要下载THE INSTALLER.3. 在wamp/bin/php创建php5.3.5文件夹4. 把下载的zip包解压到php5.3.5文件夹中5. 从已存在...
分类:
其他好文 时间:
2014-08-11 02:44:31
阅读次数:
218
闲来无事,想把Oracle 11g重装一下,记录如下:(1)首先在服务中停止所有的Oracle服务;(2)开始 -> 程序 -> Oracle-OraDb11g_home1 -> Oracle Installation Products -> Universal Installer,单击“卸载产品”...
分类:
数据库 时间:
2014-08-11 00:14:30
阅读次数:
412
“Python之道”首先介绍一下在windows系统下如何安装Python开发环境。
(1)下载MSI安装文件
进入网址www.python.org,点击Downloads进入下载页面,选择Windows,然后选择一个releases进入下载页面。如果windows是64位的选择Windows x86-64 MSI installer下载;如果是32位的,就选择Windows x86 MSI ...
分类:
编程语言 时间:
2014-08-10 13:07:20
阅读次数:
237
打开命令行工具,输入以下三个命令:
sudo add-apt-repository ppa:webupd8team/java
sudo apt-get update
sudo apt-get install oracle-java7-installer
待JDK安装完成,输入以下命令验证:
java -version
javac-version...
分类:
其他好文 时间:
2014-08-10 10:29:00
阅读次数:
245
Changeintoadirectoryinyourpathlikecd/usr/local/binGetComposercurl-sShttps://getcomposer.org/installer|phpMakethepharexecutablechmoda+xcomposer.pharCha...
分类:
其他好文 时间:
2014-08-10 10:21:30
阅读次数:
201