Or use QtExec CA to swallow the console window. -----Original Message----- From: Wilson, Phil [mailto:[email protected]] Sent: Friday, March 06, 2009 12:39 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Verify the installation mode is silent or not.
Console apps require a console window. If it's your program, make it an ordinary Windows app with no UI. Phil Wilson -----Original Message----- From: sandun css [mailto:[email protected]] Sent: Thursday, March 05, 2009 8:30 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Verify the installation mode is silent or not. Hi Brian, Thanks for the reply. I could get it done using the UILevel property. :) But, I am still unable to run the console application silently. Any idea ? Thanks, Sandun On Thu, Mar 5, 2009 at 9:10 PM, Brian Simoneau < [email protected]> wrote: > You can use the UILevel property. > http://msdn.microsoft.com/en-us/library/aa372096(VS.85).aspx > > -Brian Simoneau > > -----Original Message----- > From: sandun css [mailto:[email protected]] > Sent: Thursday, March 05, 2009 5:26 AM > To: [email protected] > Subject: [WiX-users] Verify the installation mode is silent or not. > > Hi, > > My installer launches a 'Windows Forms Application' when the user > presses > the installation finish button. > > But if the installer is executed in the silent mode, (msiexec /i > installer.msi /q) I don't want to launch that application. In the silent > mode I have to execute a console application silently. > > Is there a way to acess the installation mode (silent or not) from WiX? > > And how to execute a console app silently? I used the following code, > which > didn't seem to be working! > > <Property Id="LaunchScript" Value="[INSTALLDIR]bin\script.exe"/> > <CustomAction Id="LaunchScript" BinaryKey="WixCA" DllEntry="CAQuietExec" > Execute="deferred"/> > Thanks, > Sandun > ------------------------------------------------------------------------ > ------ > Open Source Business Conference (OSBC), March 24-25, 2009, San > Francisco, CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > > > ------------------------------------------------------------------------------ > Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, > CA > -OSBC tackles the biggest issue in open source: Open Sourcing the > Enterprise > -Strategies to boost innovation and cut costs with open source > participation > -Receive a $600 discount off the registration fee with the source code: > SFAD > http://p.sf.net/sfu/XcvMzF8H > _______________________________________________ > WiX-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ WiX-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

