From: Miles Monroe Date: 2006-04-05T08:24:34+09:00 Subject: Re: system() with .msi files on WinXP Joel VanderWerf wrote: > rtilley wrote: >> Thanks, >> Brad > > What about > > system "start #{p}" > > just a guess... msiexec /? and see MSDN Use "msiexec" Make sure you pass the right switches for a silent install. -- Posted via http://www.ruby-forum.com/.