If I understand correctly you are saying your problem is that your 
bootstrapper UI is starting a new instance at the end of your new exe 
installation?

I believe this is caused by the bootstrapper trying to update itself, 
ie remove the older version as you just ran/installed a new version of 
the bootstrapper (providing the guid match and version has been 
incremented?)

Otherwise, I would look in the log files in your %TEMP% folder to see 
what your exe installation is producing.

-dirt

On 2013-10-10 12:46, rw1017 wrote:
> Hey all!
> I'm trying to step through the code during bundle installation, but 
> seem to
> be stuck.
> 
> I have a package that is installing with an ExePackage.  At the end of 
> a
> successful execution(onExecutePackageComplete), it will create a new
> instance of my bootstrapper UI(written in wpf/mvvmlight).
> 
> I have other ExePackages that work normally without creating a new 
> instance
> of the UI.
> 
> Would anyone be able to point me in the right direction on how to 
> resolve
> this one particular problem with the specific ExePackage?
> 
> The ExePackage is a third party installer grabbed for ELO
> Monitors(touchscreen monitors).
> 
> The install command I use is "/iu /s" which tells it to silently 
> install.
> 
> Another head scratcher....it works fine when I run it on an x64 
> machine, but
> not on x86 machine.
> 
> Thoughts?
> 
> Thanks!
> Richard
> 
> 
> 
> --
> View this message in context:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-and-ExePackage-tp7589626.html
> Sent from the wix-users mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> October Webinars: Code for Performance
> Free Intel webinars can help you accelerate application performance.
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the 
> most from
> the latest Intel processors and coprocessors. See abstracts and 
> register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
October Webinars: Code for Performance
Free Intel webinars can help you accelerate application performance.
Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from 
the latest Intel processors and coprocessors. See abstracts and register >
http://pubads.g.doubleclick.net/gampad/clk?id=60134071&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to