[wpkg-users] Silent installs of MSI or exe files.

Charles Gargent charlesgargent at gmail.com
Mon Aug 10 20:24:36 CEST 2009


> Is anyone familiar with modifying msi files by way of mst to do silent
> installs, is this even possible?

If you run msiexec /i __PATHTOPACKAGE__ /qn

The /qn will run the install with no user interface, ie it is silent,
however if you want it unattended you may need to supply extra
properties on the command line or apply a transform (.mst) file.

If you want to install 7Zip with default settings the above will work.

  What about installing an exe using
> wpkg in conjunction with AutoIT?

I think AutoIT needs an explorer shell to run in, and if you are using
WPKG as a startup script before login it may not work.

Besides, anything you can run on the command line can be run in WPKG
(if there are many command lines to run putting them in a batch file
is a good idea.



More information about the wpkg-users mailing list