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

推荐订阅源

Forbes - Security
Forbes - Security
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
Blog — PlanetScale
Blog — PlanetScale
WordPress大学
WordPress大学
aimingoo的专栏
aimingoo的专栏
Y
Y Combinator Blog
U
Unit 42
I
InfoQ
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
V
Visual Studio Blog
B
Blog RSS Feed
Vercel News
Vercel News
F
Fortinet All Blogs
Know Your Adversary
Know Your Adversary
T
Troy Hunt's Blog
博客园 - 【当耐特】
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
A
About on SuperTechFans
Jina AI
Jina AI
小众软件
小众软件
T
Threatpost
有赞技术团队
有赞技术团队
人人都是产品经理
人人都是产品经理
The Hacker News
The Hacker News
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
Microsoft Azure Blog
Microsoft Azure Blog
Recent Announcements
Recent Announcements
酷 壳 – CoolShell
酷 壳 – CoolShell
Scott Helme
Scott Helme
B
Blog
腾讯CDC
Last Week in AI
Last Week in AI
P
Proofpoint News Feed
S
Schneier on Security
N
News and Events Feed by Topic
Microsoft Security Blog
Microsoft Security Blog
K
Kaspersky official blog
G
Google Developers Blog
T
Tor Project blog
PCI Perspectives
PCI Perspectives
S
Secure Thoughts
Google Online Security Blog
Google Online Security Blog
Latest news
Latest news
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
罗磊的独立博客

博客园 - Leonny

IIS站点/虚拟目录中访问共享目录(UNC)以及建立后的应用程序的信任级别问题 IE的window.showModalDialog出现内存不足的问题 - Leonny - 博客园 关于清理JBoss服务器端jsp文件缓存的问题 提取assemblyinfo.cs文件里的guid值 经常坐电脑旁的人必喝的健康饮品 Firefox图片模糊的问题 MS SQL Server2005如何得到记录的行号 [原创]OWC生成Excel的效能优化 [译]NUnitForms官方说明文档 C#取得MS Word的总页数 VS2008中文版安装ASP.NET MVC Beta WinForm下ComboBox添加项与设定预选项 成功申请了GAE Vista删你文件没商量 3大数据库的变量参数符号 新立得软件包管理器出错 Repeater中點擊按鈕事件時要注意頁面PostBack的問題 關於Web Service 中使用NHibernate時無法序列化IList的問題 如何取得輸入字符串的寬度
谁说用Azure就一定要Vista/Win7?Window2003/xp下安装 Windows Azure Tools for Microsoft Visual Studio
Leonny · 2009-07-01 · via 博客园 - Leonny

微软云计算产品Azure已经公布有一段时间了,

可是我NB的系统是xp无法安装Azure的环境,

那时候找了很久都找不到能在XP下安装Azure环境的方法。

难道要我装Vista?不要,我装了三次删了三次,实在受不了它老是弹确认框出来,还有就是太慢了。

无奈之下就下了个Window7,在虚拟机上跑。

但是虚拟机和真机的效率肯定是有差别的,尤其是在NB上面,

因为NB的硬盘本来就转得慢些,再加上是虚拟机,就更慢了。

今天发现这篇文章,介绍了如何在xp下安装Azure的开发环境,就赶紧保存下来了。高兴ing!

看了文章之后就照着操作了,但由于文章所讲的是Windows Azure SDK,

而我要装的是Windows Azure Tools for Microsoft Visual Studio,

并且作者在写这编文章的时候是2008年,那时候Windows Azure SDK的版本是0.*版。

而现在最新的版已经到了1.0.2.0了,所以在操作过程中有一些地方会不一样。

我把我的操作过程都记录下来,方便大家。

1.下载 Windows Azure Tools for Microsoft Visual Studio May 2009 CTP 当前的版本是 1.0.20521.1202 

2.装下载的VSCloudService.exe文件解压到任意空目录(我这里是vsc),解压后的文件列表如下图:

 

3.找到vsc目录下的 parameterinfo.xml 文件并打开

4.1.查找<!-- Block on OS requirements Vista SP1 and above required -->,将其下面的<BlockIf DisplayText="#(loc.Block_OSRequirements)">节点整个注释掉,怎么做不用我教了吧?^_^

4.2.查找<!-- Block on IIS version 7 with ASP.net requirements-->,同样将其下面的<BlockIf DisplayText="#(loc.Block_IISASPNET)">节点整个注释掉。

4.3.保存文件。也可以下载我改好的,不过要确定你的版本和我的相同。

5.1.到vsc\windowsazuresdk\目录下建立一个目录src

5.2.到vsc\vscloudservice\目录下建立一个目录src

6.下载 Windows Installer SDK 。

7.安装 Windows Installer SDK

8.到 Windows Installer SDK安装目录的Tools目录下(一般是:c:\MsiIntel.SDK\Tool\)找到MsiDb.exe 并运行。

9.1.到vsc目录选择windowsazuresdk\windowsazuresdk-x86.msi

9.2.选择解压目录vsc\windowsazuresdk\src

9.3.选择“Select All”,选择“Export”,选择OK。注意先不要关闭它。

9.4.到vsc\windowsazuresdk\src找到LaunchCondition.idt用记事本打开。把这两行去掉:

(VersionNT = 600 AND ServicePackLevel >= 1) OR (VersionNT > 600) To install this software, you must be running a 32-bit edition of Windows Server 2008 or a 32-bit edition of Windows Vista with Service Pack 1.

IISVERSION AND ASPNET To use this software, you must enable Internet Information Services 7.0 with ASP.NET support. See the product release notes for details.

这两行的意思就是在安装的时候去检测OS是不是Vista SP1或更高的版本,及是不是有IIS7。如果不去掉就不让安装。

9.5.保存文件。也可以下载我改好的,不过要确定你的版本和我的相同

9.6.回到MsiDb.exe,选择Import,点“Select All”,点OK,然后关闭它,注意一定要关闭,不然它会独占msi文件,导致安装程序不能访问它。

10.1.再打开MsiDb.exe,并选择vsc\vscloudservice\vscloudservice.vs90.msi

10.2.选择解压目录vsc\vscloudservice\src

10.3.选择“Select All”,选择“Export”,选择OK。注意先不要关闭它。

10.4.到vsc\vscloudservice\src找到LaunchCondition.idt用记事本打开。把这行去掉:

(VersionNT = 600 AND ServicePackLevel >= 1) OR (VersionNT > 600) OR Installed [ProductName] requires Windows Vista with Service Pack 1 or Windows Server 2008. Previous versions of Microsoft Windows are not supported.

这行的意思就是在安装的时候去检测OS是不是Vista SP1或更高的版本。如果不去掉就不让安装。

10.5.保存文件。也可以下载我改好的,不过要确定你的版本和我的相同。

10.6.回到MsiDb.exe,选择Import,点“Select All”,点OK,然后关闭它,注意一定要关闭,不然它会独占msi文件,导致安装程序不能访问它。

11.到src目录找到installer.exe文件双击就可以进行安装了。

PS.理论上3~4步可以不用,在进行以上的操作后不要打开install.exe文件,而是依次执行windowsazuresdk-x86.msi和vscloudservice.vs90.msi就可以了。不过我没有试过。

就这样,大功告成了。谁说用Azure就一定要Vista?一定要Win7?哈哈哈。。。

附:我修改好的文件,注意放到相应的目录进行替换。