Silent Install

  • Thread starter Thread starter id10t error
  • Start date Start date
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?
 
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?
 
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 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 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
 
Back
Top