Silent Install

I

id10t error

Does anyone know how I can make an MST file instead of an MSI file? I
want to be able to install a program from a batch file. Or is there
any way to make a silent install package?
 
F

Family Tree Mike

MSIExec is what runs msi files, and it, as far as I know, always accepts /q
for quiet installs.

I don't know anything about .mst files. I would presume they are similar?
 
I

id10t error

MSIExec is what runs msi files, and it, as far as I know, always accepts /q
for quiet installs.

I don't know anything about .mst files.  I would presume they are similar?






- Show quoted text -

Can you give me an example of how to make it run. We tried it and did
not seem to work.
 
F

Family Tree Mike

I just made an installer called HelloWorldSetup.msi and ran this:

msiexec /p helloworldsetup.msi /q

MSIExec is what runs msi files, and it, as far as I know, always accepts
/q
for quiet installs.

I don't know anything about .mst files. I would presume they are similar?






- Show quoted text -

Can you give me an example of how to make it run. We tried it and did
not seem to work.
 
I

id10t error

I just made an installer called HelloWorldSetup.msi and ran this:

msiexec /p helloworldsetup.msi /q







Can you give me an example of how to make it run. We tried it and did
not seem to work.- Hide quoted text -

- Show quoted text -

I will try that. Thank you very much
 

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