Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-14 Thread Mike Gallaway
If it works using "/qb" compare the InstallUISequence table versus the InstallExecuteSequence table. There may be a CA that runs in the InstallUISequence that needs to the InstallExecuteSequence. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Unabl

Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-03 Thread Swapnil Sankla
bble.com> > Content-Type: text/plain; charset=us-ascii > > > Hi Dominique > > I am also currently trying to achieve the same with my deployment project. > The objective is to display a list of Prerequisites and have a "tick" or > "cross" mark beside

Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-03 Thread Blair
What does the installation log say? -Original Message- From: vijay chander [mailto:vijaychander2...@gmail.com] Sent: Thursday, June 03, 2010 10:38 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Unable to use msiexec /i /qn Hi, @Swapnil: Thanks for the reply but below

Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-03 Thread vijay chander
bble.com> > Content-Type: text/plain; charset=us-ascii > > > Hi Dominique > > I am also currently trying to achieve the same with my deployment project. > The objective is to display a list of Prerequisites and have a "tick" or > "cross" mark beside

Re: [WiX-users] Unable to use msiexec /i /qn

2010-06-02 Thread Swapnil Sankla
Message- From: vijay chander [mailto:vijaychander2...@gmail.com] Sent: Wednesday, June 02, 2010 2:25 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Unable to use msiexec /i /qn Hi, I have a requirement to silent install an installer created using WIX. I have created a sample WIX

[WiX-users] Unable to use msiexec /i /qn

2010-06-02 Thread vijay chander
Hi, I have a requirement to silent install an installer created using WIX. I have created a sample WIX installer with WIX UI Templates, when trying to install the same installer with MSIEXEC commands it was not working. Command used: msiexec /i sampleUI.msi /qn When I have tried using with opti