IExpress.exe on server?

JustinK80

New member
Joined
Dec 27, 2005
Messages
1
Programming Experience
5-10
I am in the process of creating a web page. I first create a set of files. These files are different every time and are in a different subdirectory every time. Once the files are created, I need to package them together into a simple installer package to be downloaded and run the the client machine. I would like to use IExpress.exe. I have two template files, template.sed and template.inf that are used to create new .sed and .inf files for use with IExpress to create the installer. My problem is that when I try to run IExpress.exe using process.start (or Shell), IExpress.exe on the client machine is run. I want to run IExpress.exe on the server. Does anyone know how this can be done?
 
Back
Top