简体   繁体   中英

InnoSetup - Create Windows Update

I'm trying to figure out if it is possible to create a Windows Update through InnoSetup.

I have to create a RDP8.0 installation package for Windows7.

The problem is that before I can proceed to install RDP8 I have to install a Windows7 Update.

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

Thanks in Advice :-)

To install any Windows Update package, you can call wusa,

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.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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