Thanks for quick response. I am new to WIX. Could you please provide some sample example. It would be helpful to me. Thanks in Advance.
Best Regards, Hari Krishna Routhu E: [email protected], [email protected], T: +91-40-6623-9000 Ext: 33403 M: +91-9177757480 Where Value & Innovation Co-exist "50 Best Places to Work For" India 2009 -----Original Message----- From: Hoover, Jacob [mailto:[email protected]] Sent: 25 March 2013 13:02 To: Windows Installer XML toolset developer mailing list Cc: Windows Installer XML toolset developer mailing list Subject: Re: [WiX-devs] WiX Build Problem This is a question for users not devs, but the quick answer is running an install from within an install is unsupported. Use burn and a custom BA to do it correctly. On Mar 25, 2013, at 2:20 AM, "Routhu, Hari Krishna" <[email protected]> wrote: > Hi team, > > I need to Run One EXE based on Selection while running MSI. > > Ex: Test.exe need to Run. > > I have included this exe into MSI(Which is generated using WIX toolset 3.7). > > Based on selection, i am trying to Run Test.exe using Process.Start() in > Custom Actions. > > I am getting Below Error > > <b>"Another installation is in progress. You must complete that > installation before continuing this one."</b> > > Please help me out on this. > > > Best Regards, > Hari Krishna Routhu > > E: [email protected], > [email protected], > T: +91-40-6623-9000 Ext: 33403 > M: +91-9177757480 > > > Where Value & Innovation Co-exist > "50 Best Places to Work For" India 2009 > > > -----Original Message----- > From: Neil Sleightholm [mailto:[email protected]] > Sent: 24 March 2013 22:47 > To: wix-devs ([email protected]) > Subject: Re: [WiX-devs] WiX Build Problem > > That was it, odd that is was working. If anyone else has the issue it is > KB976656: > http://connect.microsoft.com/VisualStudio/Downloads/DownloadDetails.as > px?DownloadID=25785 > VS90SP1-KB976656-x86.exe > > There is a Visual Studio patch for that issue. Bug in the C++ compiler. > Searching for the error message found it for me. > > On Sun, Mar 24, 2013 at 7:45 AM, Neil Sleightholm <[email protected]> wrote: > > I have been building WiX successfully but after updating to the latest wix38 > code I am seeing a sequence of these errors: > > wcalog.cpp(14): fatal error C1859: > 'D:\WiX\WiX3.8\Source-bundleselfupdates\build\obj\debug\x64\wcautil\20 > 08\wcautil.pch' unexpected precompiled header error, simply rerunning > the compiler might fix this problem > > Is anyone else seeing this? Do you have any suggestion what is causing it > (rerunning the compiler doesn't fix this problem)? > > Thanks > > Neil > > Neil Sleightholm > X2 Systems Limited > [email protected] > > ---------------------------------------------------------------------- > -------- Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite for free > today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > WiX-devs mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-devs > CONFIDENTIALITY NOTICE: This email message, including any attachments, is > for the sole use of the intended recipient(s) and may contain confidential > and privileged information. > Any unauthorized review, use, disclosure, or distribution is prohibited. If > you are not the intended recipient, please contact the sender by reply email > and destroy all copies of the original message. > > > ---------------------------------------------------------------------- > -------- Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite > for free today: > http://p.sf.net/sfu/appdyn_d2d_mar > _______________________________________________ > WiX-devs mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-devs ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure, or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ WiX-devs mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wix-devs
