Download and Cache Locations

Arkance Systems Benelux

Specifying URL For InstMsiA.exe And InstMsiW.exe


This set of switches enables specifying download locations for the Windows Installer installers. The file name is not necessary. A user can specify an alternative URL at run time using the /ua and /uw switches:



Sample command is:


Setup.exe /uw"http://www.otherlocation.com/engines".


Specifying URL To ISScript.msi


Using this switch you can specify a download location for the InstallScript engine installer ISScript.msi. The file name is not necessary. A user can specify an alternative URL using the /us switch, as in:

Setup.exe /us"http://www.otherlocation.com/isengine"


Specifying URL To MSI Package


Using this switch you can specify a download location for your MSI database. A user can specify an alternative URL using the /um switch.


Caching Installation Locally


Using this switch you can specify whether to cache the contents of a compressed package on the local system. With the /b argument, the user can specify the directory in which to cache the installation files, as in:


Setup.exe /b"C:\CacheDirectory"