Archive: Administrative Install


Administrative Install
Is there some command line switch I can use to run NSIS installs in administrative install mode (extract the files to a network location so that the application can be deployed across the network using group policy)? For example:

msiexec /a <file.msi>
setup.exe /a


work with Windows installer files and InstallShield installers respectively.

no function build in, you can code your own.