Optional download of a msi-package

Got a problem you cannot solve? Try here.
Post Reply
HelloWorld
Posts: 25
Joined: Wed Nov 23, 2005 10:21 am

Optional download of a msi-package

Post by HelloWorld »

Hi support team,

I have a feature which needs to install a msi-package of 200 megabytes. I dont want to download the entire file if not necessary and i dont want to import the file, since this will mess up the rest of my installation.

Are there any alternatives?

Thanks in advance,
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post by sinan »

Absolutely. Use scripting - the Download File plug-in command will download any file over HTTP/FTP, or even a local network. Then run it using the (Un)Install MSI Setup plug-in command.
Post Reply