Skip to content
⌘ NSIS Forum Archive

Updating Window Patches

4 posts

semais#

Updating Window Patches

Good Day,

I am new to NSIS and would like to know the procedures to install about 25 windows patches by using the application. Can someone guide me on the script used and how the disc should be configured.
Anders#
You could start by providing some more details. What are these patches and where did they come from? Are they .exe or something else? Windows version?
semais#
The patches are .exe files for a Win7 asset. I am trying to see what script is used to create the self installer that will extract the updates and have them to execute manually.
Anders#
You can probably just use ExecWait but you might have to figure out if there is a way to make the patches silent. Have you tried running one of them with the /? parameter?