Do you want your installer to support silent installation? ( All installers should. ) If so, realie that the UI sequence doesn't get run during a silent install therefore your call to the second MSI will never happen.
---------------------------------------- From: "Vivek Soni" <vivek.s...@brisetech.com> Sent: Monday, April 16, 2012 12:06 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] WiX-users Digest, Vol 71, Issue 20 > > Yes Rob, Windows Installer support doing that. Because when I tried to > launch an msi on default Dialog (WixUI_Minimal), It worked. But now I am > trying to do this on custom dialog, its now working. wix-users@lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/wix-users > or, via email, send a message with subject or body 'help' to > wix-users-requ...@lists.sourceforge.net > > You can reach the person managing the list at > wix-users-ow...@lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of WiX-users digest..." > > > Today's Topics: > > 1. Launch an msi file on checkbox (Vivek Soni) > 2. Re: WiX 3.6 Intellisense (Neil Sleightholm) > 3. Re: Start custom action after a Dialog is fully displayed > (Musa Biralo) > 4. Re: Launch an msi file on checkbox (Rob Mensching) > 5. Define an attribute with one single blank (" ", space) > character (Jens Teutenberg) > 6. Re: Define an attribute with one single blank (" ", space) > character (Rob Mensching) > 7. Distributing a C++ library (Kenneth Porter) > 8. Conditional Property, should be simple (Musa Biralo) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sat, 14 Apr 2012 11:36:00 +0530 > From: Vivek Soni <vivek.s...@brisetech.com> > Subject: [WiX-users] Launch an msi file on checkbox > To: wix-users@lists.sourceforge.net > Message-ID: > <cadv1zjm9evew4bawqeta6evddpvaqu6fcsiwi6dtlmeqe6u...@mail.gmail.com > > > Content-Type: text/plain; charset=ISO-8859-1 > > Hello Everybody, > > I have created some new Dialogboxes with Checkbox. Now I want to launch an > msi file or exe file when User check the checkbox. Please give me an idea > to do this. > > -- > Warm Regards > Vivek Soni > vivek.s...@brisetech.com > +91-7877127178 > > > ------------------------------ > > Message: 2 > Date: Sat, 14 Apr 2012 11:34:03 +0000 > From: Neil Sleightholm <n...@x2systems.com> > Subject: Re: [WiX-users] WiX 3.6 Intellisense > To: General discussion for Windows Installer XML toolset. > <wix-users@lists.sourceforge.net> > Message-ID: > <87e1817f55913b48b6873182d212642e2e4...@rimmer.x2systems.com> > Content-Type: text/plain; charset="us-ascii" > > I think the issue is that the installed xsd's don't contain the help text, > if I replace them with the ones in the binary release the help text > appears. I have raised a defect for this. > > Neil > > -----Original Message----- > From: Rob Mensching [mailto:r...@robmensching.com] > Sent: 13 April 2012 16:15 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] WiX 3.6 Intellisense > > Hmm, can you open a bug? > > On Fri, Apr 13, 2012 at 5:32 AM, Neil Sleightholm <n...@x2systems.com > >wrote: > > > Yes that is what I see too. > > > > Neil > > > > Neil Sleightholm > > n...@x2systems.com<mailto:n...@x2systems.com> > > > > > > On 13 Apr 2012, at 12:23, Bruce Cran wrote: > > > > I still have IntelliSense but no description/help popups are being > > displayed for elements/attributes. > > > > -- > > Bruce Cran > > > > On 13 Apr 2012, at 09:03, Neil Sleightholm <n...@x2systems.com<mailto: > > n...@x2systems.com>> wrote: > > > > Since installing WiX 3.6 RC0 I have lost intellisense in VS2010 - is > > anyone else seeing this? > > > > > > ---------------------------------------------------------------------- > > -------- For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > > ---------------------------------------------------------------------- > > -------- For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > -- > virtually, Rob Mensching - http://RobMensching.com LLC > > ---------------------------------------------------------------------------- -- > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > ------------------------------ > > Message: 3 > Date: Sat, 14 Apr 2012 09:54:46 -0400 > From: Musa Biralo <musa.bir...@gmail.com> > Subject: Re: [WiX-users] Start custom action after a Dialog is fully > displayed > To: "General discussion for Windows Installer XML toolset." > <wix-users@lists.sourceforge.net> > Message-ID: > <cag7cja5yd+yke_zqwxxozkcwz8dyv1g59addjkbo6snyir9...@mail.gmail.com > > > Content-Type: text/plain; charset=ISO-8859-1 > > Hi Rob, > > RegistrySearch can be used. Now, how do I initiate the RegistrySearch (or > SetProperty or CustomAction) After a dialog is visible? > > Thank you. > > On Sat, Apr 14, 2012 at 12:28 AM, Rob Mensching <r...@robmensching.com > >wrote: > > > Why not use the RegistrySearch instead? > > > > On Fri, Apr 13, 2012 at 3:23 PM, Musa Biralo <musa.bir...@gmail.com> > > wrote: > > > > > Hello there, > > > > > > This is my first email to Wix-Users. I am not sure if this is the best > > way > > > (seems like from http://sourceforge.net/projects/wix/support > > > > > > ) if not, I am extremely sorry. Please let me know where can i ask for > > > help. Thank you. > > > > > > I am new to the Wix. I have a Custom Dialog that is displayed after > > > LicenseAgreementDlg (on clicking Next button). In this custom dialog, I > > > search for the resgistry and may need to display custom controls > > depending > > > on the search result. I don't have any problem to this point as things > > are > > > functional. > > > > > > The problem is after clicking Next in LicenseAgreementDlg, the custom > > > action (in VB.NET <http://vb.net/> > > > > > > ) starts checking the registry causing delay in loading the custom > dialog > > > which is understandable. However, this gives an impression that the > > > installer got stuck. So my question, > > > > > > Q1) Is there a way to run a custom action after a dialog box is shown? > > > > > > Thanks for your help. > > > Musa. > > > > > > > > > ---------------------------------------------------------------------------- -- > > > For Developers, A Lot Can Happen In A Second. > > > Boundary is the first to Know...and Tell You. > > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > > http://p.sf.net/sfu/Boundary-d2dvs2 > > > _______________________________________________ > > > WiX-users mailing list > > > WiX-users@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > > > > > > -- > > virtually, Rob Mensching - http://RobMensching.com LLC > > > > > ---------------------------------------------------------------------------- -- > > For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > ------------------------------ > > Message: 4 > Date: Sat, 14 Apr 2012 07:31:57 -0700 > From: Rob Mensching <r...@robmensching.com> > Subject: Re: [WiX-users] Launch an msi file on checkbox > To: "General discussion for Windows Installer XML toolset." > <wix-users@lists.sourceforge.net> > Message-ID: > <cahdhtvc4nowg1tud++oycqaxhkcq0hte1wxapbqcio1iuc8...@mail.gmail.com > > > Content-Type: text/plain; charset=UTF-8 > > Does the Windows Installer support doing that? > > On Fri, Apr 13, 2012 at 11:06 PM, Vivek Soni <vivek.s...@brisetech.com > >wrote: > > > Hello Everybody, > > > > I have created some new Dialogboxes with Checkbox. Now I want to launch > an > > msi file or exe file when User check the checkbox. Please give me an idea > > to do this. > > > > -- > > Warm Regards > > Vivek Soni > > vivek.s...@brisetech.com > > +91-7877127178 > > > > > ---------------------------------------------------------------------------- -- > > For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > -- > virtually, Rob Mensching - http://RobMensching.com LLC > > > ------------------------------ > > Message: 5 > Date: Sun, 15 Apr 2012 12:44:40 +0200 > From: "Jens Teutenberg" <jens.teutenb...@t-online.de> > Subject: [WiX-users] Define an attribute with one single blank (" ", > space) character > To: <wix-users@lists.sourceforge.net> > Message-ID: <2D52C9053BB745288A755FB1808D16EE@BueroPC> > Content-Type: text/plain; charset="utf-8" > > I wrote my own compiler extension with my own table. The table contains > one column which should be not nullable. > In my XML I define the attribute in the way <attr>=? ? because I want to > insert one single blank character into the column. > If I do this I get an error the the column is empty. It seems that the > value is trimmed to nothing. > What I have to do to solve this problem? > > ------------------------------ > > Message: 6 > Date: Sun, 15 Apr 2012 17:12:57 -0700 > From: Rob Mensching <r...@robmensching.com> > Subject: Re: [WiX-users] Define an attribute with one single blank (" > ", space) character > To: "General discussion for Windows Installer XML toolset." > <wix-users@lists.sourceforge.net> > Message-ID: > <cahdhtvcyaexavporvyt2x65qdyyzkj8x1qxmtxxleh9ce3j...@mail.gmail.com > > > Content-Type: text/plain; charset=UTF-8 > > How are you getting the value? > > On Sun, Apr 15, 2012 at 3:44 AM, Jens Teutenberg < > jens.teutenb...@t-online.de> wrote: > > > I wrote my own compiler extension with my own table. The table contains > > one column which should be not nullable. > > In my XML I define the attribute in the way <attr>=? ? because I want to > > insert one single blank character into the column. > > If I do this I get an error the the column is empty. It seems that the > > value is trimmed to nothing. > > What I have to do to solve this problem? > > > > > ---------------------------------------------------------------------------- -- > > For Developers, A Lot Can Happen In A Second. > > Boundary is the first to Know...and Tell You. > > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > > http://p.sf.net/sfu/Boundary-d2dvs2 > > _______________________________________________ > > WiX-users mailing list > > WiX-users@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/wix-users > > > > > > -- > virtually, Rob Mensching - http://RobMensching.com LLC > > > ------------------------------ > > Message: 7 > Date: Sun, 15 Apr 2012 19:10:51 -0700 > From: Kenneth Porter <sh...@sewingwitch.com> > Subject: [WiX-users] Distributing a C++ library > To: "General discussion for Windows Installer XML toolset." > <wix-users@lists.sourceforge.net> > Message-ID: <696DCDF1EC7003EB34BCFABF@[10.170.7.6]> > Content-Type: text/plain; charset=us-ascii; format=flowed > > I'm looking for example packaging for a C++ DLL and its import library and > headers. I'm providing a sample program and some documentation. It seems > like this would be a common kind of package so an example illustrating how > to structure it would be great. > > > > ------------------------------ > > Message: 8 > Date: Sun, 15 Apr 2012 22:42:27 -0400 > From: Musa Biralo <musa.bir...@gmail.com> > Subject: [WiX-users] Conditional Property, should be simple > To: "General discussion for Windows Installer XML toolset." > <wix-users@lists.sourceforge.net> > Message-ID: > <CAG7CjA4D8hoeBRj7f5a=y7nszyp0aleb1akxmbot-brawjg...@mail.gmail.com > > > Content-Type: text/plain; charset=ISO-8859-1 > > Hi there, > > Depending on a different property value, I would like to set some value to > a separate property but I couldn't find a way... > > I am looking for something like this: > <Property Id ="PROP_NEW_B" Secure ="yes" > > <?if PROP_NEW_A = "" ?> > PROP_NEW_B = "Prop A is Blank or Null or Empty" > <?else?> > PROP_NEW_B = PROP_NEW_A > <?endif?> > </Property> > > Thank you, > Musa > > > ------------------------------ > > > ---------------------------------------------------------------------------- -- > For Developers, A Lot Can Happen In A Second. > Boundary is the first to Know...and Tell You. > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! > http://p.sf.net/sfu/Boundary-d2dvs2 > > > ------------------------------ > > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > > End of WiX-users Digest, Vol 71, Issue 20 > ***************************************** > -- Warm Regards Vivek Soni vivek.s...@brisetech.com +91-7877127178 ---------------------------------------------------------------------------- -- For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ For Developers, A Lot Can Happen In A Second. Boundary is the first to Know...and Tell You. Monitor Your Applications in Ultra-Fine Resolution. Try it FREE! http://p.sf.net/sfu/Boundary-d2dvs2 _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users