码迷,mamicode.com
首页 >  
搜索关键字:msi    ( 1860个结果
python 将文件转成EXE格式
方案一:如果是32/64位WinXP或者32/64位Win7(本文写作按照该方案。)安装python-2.7.3.msi安装pywin32-218.win32-py2.7.exe解压pyinstaller-2.0.zip (任何目录都行)拷贝upx.exe方案二:如果是64位WinXP或者64位Win7安装python-2.7.3.amd64.msi安装pywin32-218.win-amd64-py2..
分类:编程语言   时间:2014-08-26 19:53:18    阅读次数:256
monogdb windows环境下 安装及使用简单示例
1,下载地址:http://www.mongodb.org/downloads,选择windows平台,当前最新的版本是:2.6.4,本机是64位win7系统,我选择的是windows 64位msi,2,设置数据存储路径:新建文件夹C:\DATA\DB,然后指定 --dbpath,进入cmd,运行命...
分类:数据库   时间:2014-08-24 00:13:31    阅读次数:347
Some WIX extension tags write rows to CreateFolder table which lead to Not-Uninstallable Patch
I found an issue in WIX extension implementation. Some WIX extension tags write rows to CreateFolder table, e.g. , , . As the official MSI document says, a patch can be Not uninstallable if it co...
分类:其他好文   时间:2014-08-22 13:02:38    阅读次数:224
node.js在windows下的学习笔记(1)---安装node.js
1.首先打开http://www.nodejs.org/2.选择DOWNLOADS,跳转到下面的画面,我的系统是windows7的32位。所以选择.msi的32bit版本。3.下载后,得到一个5.43MB大小的安装包,4.运行安装包点击next打个勾,点击next选择安装目录最后,安装成功啦
分类:Windows程序   时间:2014-08-20 23:53:03    阅读次数:275
在Installshield的安装进度中显示自己设置的信息
原文:在Installshield的安装进度中显示自己设置的信息以Installscript msi project为例,在installshield所制作的安装包安装过程中显示安装进度的,就在OnFirstUIBefore中的Dlg_SdStartCopy界面中 Enable(STATUSEX);...
分类:其他好文   时间:2014-08-19 18:32:15    阅读次数:336
InstallShield12豪华版破解版下载|InstallShield下载|软件打包工具
InstallShield 12 豪华版+破解版 下载下载速度:220kb/sInstallShield 12为软件发行方提供率先的安装程序解决方式,可以制作强大可靠的Windows Installer(MSI)、InstallScript以及跨平台的安装程序。它是最著名的专业安装程序制作软件,如今...
分类:其他好文   时间:2014-08-19 16:12:14    阅读次数:247
MongoDB Windows环境安装及配置
1.第一步:下载合适的安装包,目前的最新版本为2.6,网址为:http://www.mongodb.org/downloads。 安装包有zip和msi两种格式,msi安装时不让选择安装路径,默认安装到C:\Program Files\MongoDB 2.6 Standard。 本...
分类:数据库   时间:2014-08-18 12:44:14    阅读次数:164
nodejs报错roll back,because of a error.node.js setup wizard ended prematurel
win7(我用的是笔记本)在nodejs官方网站下载.msi文件安装,安装到一半的时候,进度条提示:roll back,because of a error.node.js setup wizard ended prematurely.最后手动安装下exe载包和配置环境变量。这篇文章里面说到要自己编...
分类:Web程序   时间:2014-08-17 11:40:32    阅读次数:262
Git 的 WindowsXP安装
文章1: http://blog.sina.com.cn/s/blog_5063e4c80100sqzq.html一、安装必要客户端1. TortoiseGit http://tortoisegit.googlecode.com/files/TortoiseGit-1.0.2.0-32bit.msi...
分类:Windows程序   时间:2014-08-17 00:57:11    阅读次数:578
How to extract msu/msp/msi/exe files from the command line
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!