How to install multiple MSIs from a web site?
Posted: Tue Apr 13, 2010 3:27 pm
Hi
I am creating a web site whereby a user can select multiple software products, and each is a MSI (Microsoft Install) file which is used by Windows Installer for installing anything (SDKs, DLLs, EXEs, etc...)
I can install one MSI well using:
I am not sure how I can multiple MSIs from a web site.
Ideas?
I am creating a web site whereby a user can select multiple software products, and each is a MSI (Microsoft Install) file which is used by Windows Installer for installing anything (SDKs, DLLs, EXEs, etc...)
I can install one MSI well using:
Code: Select all
header("Location: {$msiFileName}"); exit;Ideas?