不错呦!smile@林凯西,确保“准备文件”中的几个文件都有安装,S...您好,看了您这篇帖子觉得很有帮助。但是有个问题想请...我的修改过了怎么还被恶意注册呢 @jjjjiiii 用PJ快9年了,主要是A...PJ3啊,貌似很少有人用PJ了,现在不是WP就是z...@332347365,我当时接入时错误码没有-10...楼主,ChkValue值应为-103是什么意思呢?...大哥 你最近能看到我发的信息,请跟我联系,我有个制...
从1993到2015:Windows开始菜单全史[转]
编辑:dnawo 日期:2016-11-05
关于微软最新的Windows 10系统,几乎每篇文章必谈的一个话题是开始菜单的回归。Windows 8的不尽如人意和这个已经存在了20余年的开始菜单有着莫大的关系,从某种程度上而言,它的失败可以归咎于开始菜单的缺失,而微软寄予厚望的开始屏幕没能取代那一个小小的按钮。
自第一次出现,开始菜单经历了多次改动,但有一些元素却被一直传承和保留了下来,从最久远的Windows 95,到最新的Windows 10。 Ars Technica 在虚拟机上回溯了开始菜单这一路的演变历程,让我们有机会重新审视Windows最为重要的特性之一。
Windows Chicago
自第一次出现,开始菜单经历了多次改动,但有一些元素却被一直传承和保留了下来,从最久远的Windows 95,到最新的Windows 10。 Ars Technica 在虚拟机上回溯了开始菜单这一路的演变历程,让我们有机会重新审视Windows最为重要的特性之一。
Windows Chicago
Modular InnoSetup Dependency Installer[转]
编辑:dnawo 日期:2016-11-03
Introduction
This article contains a modular InnoSetup install script that downloads (if setup files don't exist locally) and installs various dependencies like .NET Framework 1.1/2.0/3.5/4.0/4.6 or C++ Redistributable 2005/2008/2010/2012/2013/2015 on 32-bit and 64-bit Windows.
Background
This article contains a modular InnoSetup install script that downloads (if setup files don't exist locally) and installs various dependencies like .NET Framework 1.1/2.0/3.5/4.0/4.6 or C++ Redistributable 2005/2008/2010/2012/2013/2015 on 32-bit and 64-bit Windows.
Background
中国移动4G自选套餐资费
编辑:dnawo 日期:2016-11-02
中国联通4G本地组合套餐和全国组合套餐资费
编辑:dnawo 日期:2016-11-02
Inno Setup检测安装.Net Framework运行环境脚本
编辑:dnawo 日期:2016-10-31
Check .NET Version with Inno Setup[转]
编辑:dnawo 日期:2016-10-31
Inno Setup by Jordan Russell is a great installation scripting program, but lacks a built-in function to determine the .NET Framework version installed on the target machine. Fortunately, it’s easy to write such a function using Inno Setup’s Pascal scripting language.
The Versions
Microsoft maintains a set of registry keys that indicate the installed .NET Framework versions and service packs. C# MVP Scott Dorman has posted a list comprising versions 1.0 through 4.0 (at the time of this writing) in this Stack Overflow thread. The required registry keys are quite similar for most .NET Framework versions except 1.0. We’ll ignore that version which has been obsoleted by 1.1 anyway.
The Versions
Microsoft maintains a set of registry keys that indicate the installed .NET Framework versions and service packs. C# MVP Scott Dorman has posted a list comprising versions 1.0 through 4.0 (at the time of this writing) in this Stack Overflow thread. The required registry keys are quite similar for most .NET Framework versions except 1.0. We’ll ignore that version which has been obsoleted by 1.1 anyway.