设为首页 收藏本站
查看: 998|回复: 0

[经验分享] Windows Azure 开发环境

[复制链接]

尚未签到

发表于 2016-5-23 07:00:12 | 显示全部楼层 |阅读模式
  
1。How To Install Windows Azure SDK on Windows XP
Prerequisites

  • SQL Server Express (2005 or 2008)
  • .NET Framework 3.5 with Service Pack 1 (SP1)
  • Visual Studio 2008 with Service Pack 1 (SP1)
  • Windows Installer SDK
  • Windows PowerShell (Optional)

EditSteps
1.) Create an empty directory somewhere on your file system calledExported
2.) Navigate to theToolsfolder under the install directory for theWindows Installer SDK
3.) LaunchMsiDb.exe
4.) In theMsiTable - Select Database for Import/Exportdialog, browse to and select theWindowsAzureSDK-x86.msifile.
5.) In theMsiTable - Select Folder containing Text Filesdialog, browse to and select theExporteddirectory you created earlier.
6.) In theMsiTable - Database table import/exportwindow, click theExportradio button.
7.) In the list, selectLaunchCondition, and then clickOK.
8.) Click theQuitbutton.
8.) Open ".../Exported/LaunchCondition.idt" inNotepad
9.) Replace the contents of this file with the following:  Condition Description
s255 l255
LaunchCondition Condition
DOTNET35SP = "#1" To use this software, you must first install the .NET Framework 3.5 Serivce Pack 1. See the product release notes for details.
NOT VersionNT64 To install this software, you must be running a 32-bit edition of Windows. This software is not supported on the Microsoft Windows-32-on-Windows-64 (WOW64)subsystem.
  10.) Save the file.
11.) Navigate to theToolsfolder under the install directory for theWindows Installer SDK
12.) LaunchMsiDb.exe
13.) In theMsiTable - Select Database for Import/Exportdialog, browse to and select theWindowsAzureSDK-x86.msifile.
14.) In theMsiTable - Select Folder containing Text Filesdialog, browse to and select theExporteddirectory you created earlier.
15.) In theMsiTable - Database table import/exportwindow, click theImportradio button.
16.) In the list, selectLaunchCondition.idt, and then clickOK.
17.) Click theQuitbutton.
18.) Launch theWindowsAzureSDK-x86.msifile, and enjoy.
Edit
Result

2。Window2003/xp下安装 Windows Azure Tools for Visual Studio
  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?哈哈哈。。。
  现在我把自己已经能够在xp下安装的程序放在csdn上,可以在这里下载;
  http://download.csdn.net/source/2310067

运维网声明 1、欢迎大家加入本站运维交流群:群②:261659950 群⑤:202807635 群⑦870801961 群⑧679858003
2、本站所有主题由该帖子作者发表,该帖子作者与运维网享有帖子相关版权
3、所有作品的著作权均归原作者享有,请您和我们一样尊重他人的著作权等合法权益。如果您对作品感到满意,请购买正版
4、禁止制作、复制、发布和传播具有反动、淫秽、色情、暴力、凶杀等内容的信息,一经发现立即删除。若您因此触犯法律,一切后果自负,我们对此不承担任何责任
5、所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其内容的准确性、可靠性、正当性、安全性、合法性等负责,亦不承担任何法律责任
6、所有作品仅供您个人学习、研究或欣赏,不得用于商业或者其他用途,否则,一切后果均由您自己承担,我们对此不承担任何法律责任
7、如涉及侵犯版权等问题,请您及时通知我们,我们将立即采取措施予以解决
8、联系人Email:admin@iyunv.com 网址:www.yunweiku.com

所有资源均系网友上传或者通过网络收集,我们仅提供一个展示、介绍、观摩学习的平台,我们不对其承担任何法律责任,如涉及侵犯版权等问题,请您及时通知我们,我们将立即处理,联系人Email:kefu@iyunv.com,QQ:1061981298 本贴地址:https://www.yunweiku.com/thread-220453-1-1.html 上篇帖子: 什么是Windows Azure 下篇帖子: Windows Azure 之 Hello World
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

扫码加入运维网微信交流群X

扫码加入运维网微信交流群

扫描二维码加入运维网微信交流群,最新一手资源尽在官方微信交流群!快快加入我们吧...

扫描微信二维码查看详情

客服E-mail:kefu@iyunv.com 客服QQ:1061981298


QQ群⑦:运维网交流群⑦ QQ群⑧:运维网交流群⑧ k8s群:运维网kubernetes交流群


提醒:禁止发布任何违反国家法律、法规的言论与图片等内容;本站内容均来自个人观点与网络等信息,非本站认同之观点.


本站大部分资源是网友从网上搜集分享而来,其版权均归原作者及其网站所有,我们尊重他人的合法权益,如有内容侵犯您的合法权益,请及时与我们联系进行核实删除!



合作伙伴: 青云cloud

快速回复 返回顶部 返回列表