简体   繁体   English

InnoSetup-创建Windows更新

[英]InnoSetup - Create Windows Update

I'm trying to figure out if it is possible to create a Windows Update through InnoSetup. 我试图找出是否可以通过InnoSetup创建Windows Update。

I have to create a RDP8.0 installation package for Windows7. 我必须为Windows7创建RDP8.0安装包。

The problem is that before I can proceed to install RDP8 I have to install a Windows7 Update. 问题在于,在我可以继续安装RDP8之前,必须安装Windows7更新。

I would like to know if it possible to: 我想知道是否可以:

Install DTLS Update (it requires reboot when it finish) Reboot CONTINUE SETUP and Install RDP8 Reboot 安装DTLS更新(完成后需要重新启动)重新启动继续设置并安装RDP8重新启动

Thanks in Advice :-) 感谢您的建议:-)

To install any Windows Update package, you can call wusa, 要安装任何Windows Update软件包,您可以致电wusa,

http://support.microsoft.com/kb/934307 http://support.microsoft.com/kb/934307

Since you are using Inno Setup, you can include the update package in your installer, and write pascal scripts to extract the package and call wusa for installation. 由于您使用的是Inno Setup,因此可以在安装程序中包含更新软件包,并编写pascal脚本以提取该软件包并调用wusa进行安装。

Reboot can be suppressed during installation by using /norestart , and only when your app has fully installed you prompt the user to reboot the machine. 在安装过程中,可以使用/norestart抑制重新引导,只有在应用程序完全安装后,才提示用户重新引导计算机。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM