ot: Silent Installation of msi.

S

Simon Verona

I am working on getting my application to automatically update itself from a
server.

I've got all the code working to test that the application needs updating...

However, I want to update the application by downloading and running the msi
installation file that I've created in my project (to ensure that any new
active/x controls etc are registered properly etc.)... However, when
installing, my msi pops up windows asking about directory to install to etc
as when you would be installing the application on a new pc... Is there any
way to "silently" install the application ?? Perhaps using switches when
executing the .msi file?

I plan to have the application run the msi file and then terminate so that
the installer is started.... All I want to see is the "Installation
Complete" dialog box, along with the progress dialog boxes.. I want to skip
the dialog boxes asking for responses...

Can anybody assist?

Regards
Simon
 
S

Simon Verona

Good idea about removing the dialog box for install to completely...

Looks like qn+ would do the trick.. just displays the box when it's
complete..

Thanks for the tips.

Regards
Simon
 

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