Silent Installation

Y

YDSAN

Hi,

I need to pass a list of arguments to MSI for doing the silent installation.
What is the best
way to do this ? Can I have these in a files and pass the file ?
How do I process the parameters ?

Thanks and regards
 
P

Phil Wilson

The usual way to do this is to pass properties on the command line.

msiexec /i my.msi PROP=THIS MYOTHERPROP=THAT

Then these values are used to control something in the installation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top