(Apologies for the faked 'reply' on this one, but I'm having Monday morning 
issues.)

Thanks for the response Neil.  We wrote a small exe as suggested and this 
worked well, but we have found that the exe is not called again on uninstall.  
The uninstall is called for the msi's in the reverse order, but the .exe is 
completely missed.

Any clues?

Thanks
Adam


-------

You could write a helper exe and install that package first, that would do the 
FBWF filter check and then by the return code tell burn to reboot. At the end 
you could do something similar.

Neil

-----Original Message-----
From: Adam Roper [mailto:adam.roper@...]
Sent: 02 October 2013 11:54
To: wix-users@...
Subject: [WiX-users] One-Time Reboot in Burn Executable

All,

I have a number of .msi's that are built using the WiX toolset, and they are 
also made available as a single .exe package using WiX Burn.

A number of those individual installations check for the presence of the Window 
File Based Write Filter, and if found will prompt for a reboot and then 
continue installing after the reboot.  However for the Burn package this is not 
working as I'd hoped - which is of course that I wouldn't have to do anything 
and a combination of luck and magic would make it all go away.

What I therefore want is for a check to be performed at the beginning of the 
Burn .exe for the presence of the FBWF and perform a reboot, and following the 
reboot the .exe continues to install, but I'm not sure if this is even possible 
because it's an .exe rather than an .msi.

Any clues?  If so then perhaps you also know how to make the thing reboot once 
all of the MSIs have installed so that I can bring the system back up with the 
FBWF re-enabled.

Thanks
Adam

------------------------------------------------------------------------------
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=60134791&iu=/4140/ostg.clktrk
_______________________________________________
WiX-users mailing list
WiX-users@...
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=60134791&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