Skip to content
⌘ NSIS Forum Archive

About Window component

3 posts

klasdfe#

About Window component

I want to make a program that auto install window component.
I have read this link
http://nsis.sourceforge.net/Windows_components
But the problem is that i have to manual specified the url to i386 directory. Does any one know how to solve this problem ?
How do i run sysocmgr with /q ?
thek#
Hi
Have you read the MS KB-Entry and also this Entry!
In the end of this artikel there is a reference to the the reg-key you have to change for the installation (the i386 folder)

A summary is in this Artikel.

If you only want to automaticly install an missing component and do nothing else NSIS is probably a little bit overkill, a simple Batch file could do the same...

Hope this helps