惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
L
LangChain Blog
Google DeepMind News
Google DeepMind News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
F
Fortinet All Blogs
The GitHub Blog
The GitHub Blog
Recent Announcements
Recent Announcements
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
A
About on SuperTechFans
博客园_首页
N
Netflix TechBlog - Medium
Y
Y Combinator Blog
Hugging Face - Blog
Hugging Face - Blog
Last Week in AI
Last Week in AI
酷 壳 – CoolShell
酷 壳 – CoolShell
B
Blog
Apple Machine Learning Research
Apple Machine Learning Research
罗磊的独立博客
美团技术团队
V
V2EX

博客园 - DataFlow

word break 在不同浏览器中的表现 系统架构 创造HTTPS的是个神 为Chrome开发插件提高工作效率 Javascript 控制style 小结 svcutil 生成代理类时的问题 xeam Build Definition Extension uninstall 卸载 Wcf客户端配置里Endpoint的Name属性无效 屏蔽电信流氓弹出广告 正则替换中的一个Bug SQL server 性能相关 SQL Express 相关 时间格式 再谈性能力 SCOM Configuration NumSamples and Absolute XML中的时间 decimal.Round 的区别 Dos中常用的命令 反序列化怪现象,数组无父
输出一个在没有.Net 环境的机器也可以跑得安装包
DataFlow · 2012-08-28 · via 博客园 - DataFlow

Step by step:

1. open your solution

2. right click on solution explorer to add a setup project

3. right click on setup project new created to add a new project output, OK

4. right click on setup project and select property

5. Prerequisites, 系统必选, 将需要include的framework钩上.

6. 钩选第二项,从与我系统相同位置下载

7. rebuild, you can see the files below in debug folder:

DotNetFX40Client

                          dotNetFx40_Client_x86_x64.exe

WindowsInstaller3_1       

                          WindowsInstaller-KB893803-v2-x86.exe                    .exe

setup.exe

setup1.msi

Link:

http://www.cnblogs.com/neru/archive/2010/10/16/1852879.html