全部文章 | 论坛文集 | 社会百态 | IT World | 自己动手写操作系统 | 谁在制约gcd?推荐一本禁书 | java | asp.net 2 | opentaps | innosetup

2008-08-21 09:29


Inno Setup Script Silently install .NET 3.5 and Sql Server ExpressDisclaimer: Some of this script is adapted from an example I found on another website, I have been unable to retrace the original, if you recognise some of this work as your own please contact me and I would be happy to credit you.There are a few key parts to creating a silent install controlled by Inno to install .Net Framework and SQL server.1).First you need to create a .ini file containing the pa..


     

2008-08-21 09:14


Using Inno Setup with the .NET FrameworkJune 26th, 2006 | UncategorizedThis article describes the script used to automatically download and install the Microsoft .NET Framework during the TimeSprite installation. Developers of .NET applications may find this information useful for their own applications.The script is based heavily on the script Ted Ehrich posted to the Inno Setup newsgroup in this post: [url]http://news.jrsoftware.org/news/innosetup.isx/msg0610..


     

2008-08-21 09:09


最近公司开发了一个WinForm的项目,部署人员在制作安装程序的时候问到怎么在安装程序中自动检测是否安装.Net Framework,由于是使用InnoSetup制作的安装程序,InnoSetup本身是支持Pascal脚本的,于是撰写了如下的代码来实现自动检测安装.Net Framework的功能。InnoSetup可在在脚本中插入[Code]代码段,其中的代码可以通过事件驱动,支持的主要事件如下:    function InitializeSetup(): Boolean; ——安装程序初始化,返回值决定安装程序是否继续执行。    function NextButtonClick(CurPageID..


     





元月初二 的BLOG

2009 1.8 Thu
    123
45678910
11121314151617
18192021222324
25262728293031
«» 2009 - 1 «»

博客基本信息
用户名:元月初二
在线时间:0 分钟
日志总数:22
评论数量:1
访问次数:6369
建立时间:2006-08-25







 XML   RSS 2.0   WAP 


元月初二
  全部文章 | 论坛文集 | 社会百态 | IT World | 自己动手写操作系统 | 谁在制约gcd?推荐一本禁书 | java | asp.net 2 | opentaps | innosetup

2008-08-21 09:29


Inno Setup Script Silently install .NET 3.5 and Sql Server ExpressDisclaimer: Some of this script is adapted from an example I found on another website, I have been unable to retrace the original, if you recognise some of this work as your own please contact me and I would be happy to credit you.There are a few key parts to creating a silent install controlled by Inno to install .Net Framework and SQL server.1).First you need to create a .ini file containing the pa..


     

2008-08-21 09:14


Using Inno Setup with the .NET FrameworkJune 26th, 2006 | UncategorizedThis article describes the script used to automatically download and install the Microsoft .NET Framework during the TimeSprite installation. Developers of .NET applications may find this information useful for their own applications.The script is based heavily on the script Ted Ehrich posted to the Inno Setup newsgroup in this post: [url]http://news.jrsoftware.org/news/innosetup.isx/msg0610..


     

2008-08-21 09:09


最近公司开发了一个WinForm的项目,部署人员在制作安装程序的时候问到怎么在安装程序中自动检测是否安装.Net Framework,由于是使用InnoSetup制作的安装程序,InnoSetup本身是支持Pascal脚本的,于是撰写了如下的代码来实现自动检测安装.Net Framework的功能。InnoSetup可在在脚本中插入[Code]代码段,其中的代码可以通过事件驱动,支持的主要事件如下:    function InitializeSetup(): Boolean; ——安装程序初始化,返回值决定安装程序是否继续执行。    function NextButtonClick(CurPageID..


     





元月初二 的BLOG

2009 1.8 Thu
    123
45678910
11121314151617
18192021222324
25262728293031
«» 2009 - 1 «»

博客基本信息
用户名:元月初二
在线时间:0 分钟
日志总数:22
评论数量:1
访问次数:6369
建立时间:2006-08-25







 XML   RSS 2.0   WAP